1
0
forked from 0ad/0ad
0ad/source/lib/res/graphics
janwas 5a427440d0 #SwEng
fpclassify fix
EntityManager: rename getExtant -> GetExtantAsHandles, fix its
implementation+call site to avoid dynamic alloc/auto ptr, rename extant
-> IsExtant
vsnprintf2 -> sys_vsnprintf. remove printf.h (function is declared in
sysdep header)
use SUS/posix-ish strcasecmp instead of defining that to the
windows-only stricmp
add cppdoc for ia32/cpu

This was SVN commit r5011.
2007-04-30 19:58:04 +00:00
..
tests # Updates to unit-testing system. 2006-08-22 21:38:53 +00:00
cursor.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
cursor.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_shader.cpp #SwEng 2007-04-30 19:58:04 +00:00
ogl_shader.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
ogl_tex.cpp # improvements to app_hooks 2007-01-13 18:37:51 +00:00
ogl_tex.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
tex_bmp.cpp #SwEng 2007-04-30 19:58:04 +00:00
tex_codec.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
tex_codec.h Added 'restrict' support for non-GCC compilers (partly to benefit from the optimisation, partly to make it more likely that bugs will be found if restrict is ever used incorrectly). 2007-01-06 01:33:13 +00:00
tex_dds.cpp #SwEng 2007-04-30 19:58:04 +00:00
tex_internal.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
tex_jpg.cpp #SwEng 2007-04-30 19:58:04 +00:00
tex_png.cpp #SwEng 2007-04-30 19:58:04 +00:00
tex_tga.cpp #SwEng 2007-04-30 19:58:04 +00:00
tex.cpp # big refactoring in CPU-specific code, fix for dual core vs. HT detection 2007-04-25 18:19:35 +00:00
tex.h Added 'restrict' support for non-GCC compilers (partly to benefit from the optimisation, partly to make it more likely that bugs will be found if restrict is ever used incorrectly). 2007-01-06 01:33:13 +00:00
unifont.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
unifont.h 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