0ad/source/lib/res/graphics
janwas 38755cc589 # improvements to app_hooks
thesis pointed out more dependencies that had to be stomped on.
0ad-specific apphooks are now in pyrogenesis.
added function AH_IS_DEFINED (useful for ogl_tex, which now has its own
default version of a hook)

This was SVN commit r4765.
2007-01-13 18:37:51 +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 # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +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 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_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 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_internal.h # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
tex_jpg.cpp 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_png.cpp 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_tga.cpp 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.cpp 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.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