0ad/source/lib/res
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
..
file dyn_array: efficient expandable array that doesn't waste mem or relocate itself. TODO: self test and dox 2005-09-06 22:44:48 +00:00
graphics moved SAFE_DELETE to lib.h 2005-09-08 01:47:45 +00:00
sound - PathPackage now does CHECK_ERR. adjusted callers appropriately 2005-09-02 03:03:06 +00:00
h_mgr.cpp - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
h_mgr.h lib.h: have CHECK|RETURN_ERR etc. store+compare as i64 (safer). document details. 2005-07-14 00:19:56 +00:00
handle.h fix include path (relative to lib) 2005-01-23 17:50:07 +00:00
mem.cpp moved SAFE_DELETE to lib.h 2005-09-08 01:47:45 +00:00
mem.h moved SAFE_DELETE to lib.h 2005-09-08 01:47:45 +00:00
res.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00