0ad/source/lib/res
janwas 359f55700a file_open: cleanup
vfs_tree: move bucket allocator to allocators.cpp
allocators: add matrix self-test
zip: remove redundant timing code and add CHECK_ZFILE everywhere
ogl_tex: implement app hook for overriding gl upload caps
tex: add CHECK_TEX everywhere
TextureManager: only call LoadTextures once (instead of for each file
type)
debug: add hook for translating error messages; add filtering mechanism
to only show interesting debug_printfs (WIP). restructured code:
debug_puts is the sysdep part, while debug_printf does filtering and
then calls that

This was SVN commit r2990.
2005-10-23 23:57:59 +00:00
..
file file_open: cleanup 2005-10-23 23:57:59 +00:00
graphics file_open: cleanup 2005-10-23 23:57:59 +00:00
sound file: free cached IO blocks to avoid them appearing as "leaks" 2005-10-21 07:47:38 +00:00
h_mgr.cpp loaders: increase timeout interval (less time wasted in main loop during loading) 2005-10-21 18:01:21 +00:00
h_mgr.h file: free cached IO blocks to avoid them appearing as "leaks" 2005-10-21 07:47:38 +00:00
handle.h fix include path (relative to lib) 2005-01-23 17:50:07 +00:00
mem.cpp file: free cached IO blocks to avoid them appearing as "leaks" 2005-10-21 07:47:38 +00:00
mem.h file: free cached IO blocks to avoid them appearing as "leaks" 2005-10-21 07:47:38 +00:00
res.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00