1
0
forked from 0ad/0ad
0ad/source/lib/res/graphics
janwas 494d27bdd4 moved SAFE_DELETE to lib.h
dyn_array supports "wrapping" other types of memory (stopgap measure)
texture codecs now load via DynArray (intermediate step to all mem stuff
going through res/mem.cpp)
simplified tex codecs by doing as many checks as possible in
tex_load_mem ("template method"-esque)

This was SVN commit r2690.
2005-09-08 01:47:45 +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 moved SAFE_DELETE to lib.h 2005-09-08 01:47:45 +00:00
tex_codec.h moved SAFE_DELETE to lib.h 2005-09-08 01:47:45 +00:00
tex_dds.cpp moved SAFE_DELETE to lib.h 2005-09-08 01:47:45 +00:00
tex_jpg.cpp moved SAFE_DELETE to lib.h 2005-09-08 01:47:45 +00:00
tex_png.cpp moved SAFE_DELETE to lib.h 2005-09-08 01:47:45 +00:00
tex_tga.cpp moved SAFE_DELETE to lib.h 2005-09-08 01:47:45 +00:00
tex.cpp moved SAFE_DELETE to lib.h 2005-09-08 01:47:45 +00:00
tex.h moved SAFE_DELETE to lib.h 2005-09-08 01:47:45 +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