0ad/source/lib/res/graphics
janwas 7b144a11ca ogl_tex: has to be aware of multitexturing because if hotloading a texture on TMU1, we have to re-bind it to that. done
waio: fix bug with SetErrorMode usage triggered by reading "The old new
thing" (Raymond Chen's blog)

This was SVN commit r2664.
2005-09-04 20:49:58 +00:00
..
cursor.cpp (as before, belonged in the previous batches) 2005-09-02 02:58:40 +00:00
cursor.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
ogl_tex.cpp ogl_tex: has to be aware of multitexturing because if hotloading a texture on TMU1, we have to re-bind it to that. done 2005-09-04 20:49:58 +00:00
ogl_tex.h - both tex.cpp and ogl_tex.cpp had functions named tex_* - confusing. renamed to ogl_tex* to disambiguate. 2005-09-02 02:54:02 +00:00
tex_bmp.cpp lib.cpp: forgot to use TEST (for self-test) 2005-09-02 18:38:25 +00:00
tex_codec.h lib.cpp: forgot to use TEST (for self-test) 2005-09-02 18:38:25 +00:00
tex_dds.cpp work around flaw in some DDS headers (not setting alpha flag). this is critical because renderer/GUI code now uses TEX_ALPHA flag instead of just checking against all known GL formats containing alpha 2005-09-04 20:05:21 +00:00
tex_jpg.cpp lib.cpp: forgot to use TEST (for self-test) 2005-09-02 18:38:25 +00:00
tex_png.cpp lib.cpp: forgot to use TEST (for self-test) 2005-09-02 18:38:25 +00:00
tex_tga.cpp lib.cpp: forgot to use TEST (for self-test) 2005-09-02 18:38:25 +00:00
tex.cpp lib.cpp: forgot to use TEST (for self-test) 2005-09-02 18:38:25 +00:00
tex.h split texture loader into codecs (greatly eases navigation) 2005-09-02 02:56:54 +00:00
unifont.cpp (as before, belonged in the previous batches) 2005-09-02 02:58:40 +00:00
unifont.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00