1
0
forked from 0ad/0ad
0ad/source/lib/res
2004-10-05 13:10:49 +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 removed unnecessary (unused) calc 2004-10-05 13:07:25 +00:00
file.h slight change to interface (FileIO* vs simple void* output value) to simplify Zip interface (needed to change because now it has to store data of its own in IOs when doing partial reads) 2004-09-19 15:51:12 +00:00
h_mgr.cpp add RES_UNIQUE, required for sound code 2004-10-05 13:10:49 +00:00
h_mgr.h add RES_UNIQUE, required for sound code 2004-10-05 13:10:49 +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 VC2k5 fix: strchr return value saved as const char* (cf Stu's CVS report #161) 2004-09-21 18:43:58 +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
snd.cpp Linux Compat and some updated PARANOIA code 2004-09-22 15:20:58 +00:00
snd.h move low-level sound/music code from musicplayer to res/snd; also put oal.* in there 2004-09-19 15:57:20 +00:00
tex.cpp VC2k5 fix: strchr return value saved as const char* (cf Stu's CVS report #161) 2004-09-21 18:43:58 +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 Linux Compat and some updated PARANOIA code 2004-09-22 15:20:58 +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 Linux Compat and some updated PARANOIA code 2004-09-22 15:20:58 +00:00
zip.h worked on partial zip reads. also changed to bring in line with file/vfs for slightly changed streaming interface 2004-09-19 15:49:46 +00:00