1
0
forked from 0ad/0ad
0ad/source/lib
Ykkrosh 173c56140c # Fixed skeletal animation algorithm.
* Skinning is done in a way that works when there's more than one bone
influencing a vertex.
 * PMDs now store vertexes in world-space instead of bind-space. (The
loader converts the old-version PMDs so they still work.)
 * Moved SkinPoint, SkinNormal into CModelDef so it could use them when
loading the old PMDs.
 * Made the FastNormals approach non-optional, so the inverse-transpose
bone matrices could be removed. Changed the explanation of why it's a
valid approach.
 * Quaternion: Made GetInverse assume that the quaternions have unit
length (which they do when they're representing 3D rotations).
 * lib: Added support for DDS files that aren't a multiple of 4x4 (most
useful for 1x1, 2x2, etc that are still powers of two).
 * Actor Viewer: Added white terrain texture to the minimal test mod, so
shadows are visible. Changed default so walk/run animations don't move
the unit along the ground.
 * Removed some redundant repetition in doc comments.
 * Removed some unnecessary #includes.

This was SVN commit r4696.
2006-12-15 16:09:30 +00:00
..
res # Fixed skeletal animation algorithm. 2006-12-15 16:09:30 +00:00
sysdep # Changed handling of command-line arguments. 2006-12-09 14:39:52 +00:00
tests Fixed assert vs debug_assert. 2006-11-15 10:33:51 +00:00
adts.h # CSimulation init optimization 2006-07-16 23:03:26 +00:00
allocators.cpp # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
allocators.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
app_hooks.cpp # SwEng: remove X-macros from app_hooks (confused static code analysis) 2006-09-21 12:06:56 +00:00
app_hooks.h # SwEng: remove X-macros from app_hooks (confused static code analysis) 2006-09-21 12:06:56 +00:00
byte_order.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
byte_order.h # merge all local changes; moving over to new SVN server 2006-06-22 18:26:08 +00:00
cache_adt.h # Made Atlas compile on linux 2006-11-12 04:02:36 +00:00
config.h lib/config.h: re #155, define HAVE_PCH on non-windows systems too, if USING_PCH 2006-11-12 19:55:10 +00:00
debug_stl.cpp Recompiled Premake on Windows. Added some headers so HAVE_PCH=0 works in MSVC. 2006-09-30 21:36:19 +00:00
debug_stl.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
debug.cpp # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
debug.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
glext_funcs.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
input.cpp # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
input.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
lf_alloc.cpp Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
lib_errors.cpp # GCC 4.1.1 compatibility 2006-09-30 15:46:40 +00:00
lib_errors.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
lib.cpp # fix 2 problems with self-test on linux (lock-free init and path separator test) 2006-11-11 17:46:41 +00:00
lib.h # fix 2 problems with self-test on linux (lock-free init and path separator test) 2006-11-11 17:46:41 +00:00
lockfree.cpp # fix 2 problems with self-test on linux (lock-free init and path separator test) 2006-11-11 17:46:41 +00:00
lockfree.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
mmgr.cpp # GCC 4.1.1 compatibility 2006-09-30 15:46:40 +00:00
mmgr.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
nommgr.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
ogl.cpp # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
ogl.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
path_util.cpp rename DIR_SEP to SYS_DIR_SEP (it being it sysdep.h, where most everything is thus prefixed) 2006-11-18 17:48:49 +00:00
path_util.h rename DIR_SEP to SYS_DIR_SEP (it being it sysdep.h, where most everything is thus prefixed) 2006-11-18 17:48:49 +00:00
posix_types.h Updated OpenAL to 1.1 (which no longer includes ALUT). 2006-09-02 21:20:25 +00:00
posix.h Updated OpenAL to 1.1 (which no longer includes ALUT). 2006-09-02 21:20:25 +00:00
precompiled.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
precompiled.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
sdl_fwd.h add missing file from sweng/"forward declare" commit 2006-08-27 12:17:27 +00:00
sdl.h # sweng 2006-08-26 21:52:18 +00:00
self_test.cpp # boatload of fixes to get self-tests to compile+mostly run 2006-06-08 19:03:43 +00:00
self_test.h # Changed handling of command-line arguments. 2006-12-09 14:39:52 +00:00
string_s.cpp # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
string_s.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
timer.cpp # MacOS X compat (part 1) 2006-07-26 14:04:52 +00:00
timer.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
types.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
wstring_s.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00