1
0
forked from 0ad/0ad
0ad/source/lib/res
janwas d3f452cd80 - add vfs_io_complete (wasn't in header) and vfs_size (convenience function)
- have vfs_load allocate the buffer, so mem_assign is no longer needed.
exposes buffer alignment requirement to VFS, but hey. simplifies things
a good bit.
- moved performance measuring crap to vfs_timed_io, a wrapper function
- various fixes for streaming code

This was SVN commit r1159.
2004-09-19 15:42:32 +00:00
..
cursor.cpp fix headers: ogl_tex.h is user-level texture stuff, tex.h is only the texture loader. 2004-09-19 11:57:51 +00:00
cursor.h OpenGL cursor (for non-Windows) 2004-07-24 19:38:12 +00:00
file.cpp more dox! 2004-08-27 00:33:20 +00:00
file.h more dox! 2004-08-27 00:33:20 +00:00
h_mgr.cpp fix 2 stupid h_mgr_shutdown bugs leading to failure to close some leaked handles at exit (see bug 26) 2004-09-19 13:46:38 +00:00
h_mgr.h RES_TEMP scope alias: RES_NO_CACHE 2004-08-05 12:45:56 +00:00
mem.cpp remove mem_assign and mem_assign_user (all call sites rewritten so that they're no longer needed) 2004-09-19 13:41:49 +00:00
mem.h remove mem_assign and mem_assign_user (all call sites rewritten so that they're no longer needed) 2004-09-19 13:41:49 +00:00
ogl_tex.cpp better encapsulation of header (=> less dependencies) 2004-09-19 11:36:26 +00:00
ogl_tex.h add comment: tex_upload binds texture as a side effect 2004-09-19 11:40:42 +00:00
res.cpp wasn't converting native path to portable before sending to VFS. 2004-08-14 12:28:54 +00:00
res.h fix headers: ogl_tex.h is user-level texture stuff, tex.h is only the texture loader. 2004-09-19 11:57:51 +00:00
tex.cpp no longer 2 tex_write calls - just one that fills a TexInfo directly => no longer need mem_assign to wrap a pointer, only to dereference immediately thereafter 2004-09-19 13:43:53 +00:00
tex.h common interface to texture format codecs; work started on encoders (to write textures) 2004-07-08 14:40:24 +00:00
unifont.cpp fix headers: ogl_tex.h is user-level texture stuff, tex.h is only the texture loader. 2004-09-19 11:57:51 +00:00
unifont.h Changed a function that the GUI uses to Unicode. 2004-09-06 02:24:34 +00:00
vfs.cpp - add vfs_io_complete (wasn't in header) and vfs_size (convenience function) 2004-09-19 15:42:32 +00:00
vfs.h - add vfs_io_complete (wasn't in header) and vfs_size (convenience function) 2004-09-19 15:42:32 +00:00
zip.cpp more dox! 2004-08-27 00:33:20 +00:00
zip.h more dox! 2004-08-27 00:33:20 +00:00