1
0
forked from 0ad/0ad
0ad/source/lib/res/graphics
janwas d43aa11d36 file: free cached IO blocks to avoid them appearing as "leaks"
vfs: now always check filter in VDir (Not only in debug mode)
vfs_tree: free VFS nodes to avoid them appearing as "leaks". bugfix in
bucket allocator - wasn't coping with exactly filled buckets correctly
all Handle users: add to_string method that writes the interesting parts
of a resource's user data to string.
h_mgr: show this information when a handle is closed
ogl_tex: add ogl_tex_find
add 2 timer clients
mem: now record address of function that allocated memory
GameSetup: fix shutdown order
Renderer: allow freeing individual alpha map textures (we cache the
composite)

This was SVN commit r2981.
2005-10-21 07:47:38 +00:00
..
cursor.cpp file: free cached IO blocks to avoid them appearing as "leaks" 2005-10-21 07:47:38 +00:00
cursor.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
ogl_shader.cpp file: free cached IO blocks to avoid them appearing as "leaks" 2005-10-21 07:47:38 +00:00
ogl_shader.h Add the notion of render paths and an appropriate configuration option. 2005-10-05 16:42:09 +00:00
ogl_tex.cpp file: free cached IO blocks to avoid them appearing as "leaks" 2005-10-21 07:47:38 +00:00
ogl_tex.h file: free cached IO blocks to avoid them appearing as "leaks" 2005-10-21 07:47:38 +00:00
tex_bmp.cpp -move app-specific stuff out of lib/ and into "hooks". see new lib/app_hooks* (note X macro goodness) 2005-10-19 03:06:54 +00:00
tex_codec.cpp debug_assert now displays function name also. this neatly avoids the need for __func__ in every debug_warn, which also breaks on Linux. all such constructions have been removed. 2005-10-19 06:29:55 +00:00
tex_codec.h -move app-specific stuff out of lib/ and into "hooks". see new lib/app_hooks* (note X macro goodness) 2005-10-19 03:06:54 +00:00
tex_dds.cpp ogl_tex: work around bug #69; greatly simplify upload implementation; add support for emulating s3tc 2005-10-12 04:41:28 +00:00
tex_jpg.cpp -move app-specific stuff out of lib/ and into "hooks". see new lib/app_hooks* (note X macro goodness) 2005-10-19 03:06:54 +00:00
tex_png.cpp file: free cached IO blocks to avoid them appearing as "leaks" 2005-10-21 07:47:38 +00:00
tex_tga.cpp -move app-specific stuff out of lib/ and into "hooks". see new lib/app_hooks* (note X macro goodness) 2005-10-19 03:06:54 +00:00
tex.cpp file: free cached IO blocks to avoid them appearing as "leaks" 2005-10-21 07:47:38 +00:00
tex.h -move app-specific stuff out of lib/ and into "hooks". see new lib/app_hooks* (note X macro goodness) 2005-10-19 03:06:54 +00:00
unifont.cpp file: free cached IO blocks to avoid them appearing as "leaks" 2005-10-21 07:47:38 +00:00
unifont.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00