1
0
forked from 0ad/0ad
0ad/source/lib/res
janwas e76871e7b0 - heavy changes to VFS tree internals: now allows loose files and archives to coexist, choosing archive if they're the same date+size
- reworked tree_lookup: dir names now require trailing '/' to
disambiguate. exception: vfs_open_dir (convenience)
- display VFS tree in stdout.txt unless g_Quickstart

This was SVN commit r1466.
2004-12-07 01:22:25 +00:00
..
cursor.cpp better error handling: lots of little changes. 2004-12-01 21:37:01 +00:00
cursor.h OpenGL cursor (for non-Windows) 2004-07-24 19:38:12 +00:00
file.cpp 1) file: clean up path conversion call sites (was using private routine) 2004-12-07 01:19:10 +00:00
file.h 1) file: clean up path conversion call sites (was using private routine) 2004-12-07 01:19:10 +00:00
h_mgr.cpp better error handling: lots of little changes. 2004-12-01 21:37:01 +00:00
h_mgr.h h_force_close support for sound shutdown issue 2004-10-22 21:58:03 +00:00
handle.h Linux/GCC Compat(tm) 2004-11-07 21:30:47 +00:00
hotload.h less dependencies: handle.h forward-defines Handle, so that not everything that uses res headers is dependent on h_mgr 2004-10-06 14:00:43 +00:00
mem.cpp allow 0-length allocs without complaint (required when vfs_loading 0-length files, as happens with current art pack) 2004-10-19 13:29:51 +00:00
mem.h less dependencies: handle.h forward-defines Handle, so that not everything that uses res headers is dependent on h_mgr 2004-10-06 14:00:43 +00:00
ogghack.cpp better error handling: lots of little changes. 2004-12-01 21:37:01 +00:00
ogghack.h Linux/GCC Compat(tm) 2004-11-07 21:30:47 +00:00
ogl_tex.cpp better error handling: lots of little changes. 2004-12-01 21:37:01 +00:00
ogl_tex.h less dependencies: handle.h forward-defines Handle, so that not everything that uses res headers is dependent on h_mgr 2004-10-06 14:00:43 +00:00
res.cpp bugfix: needs to use full path conversion routine 2004-12-01 21:34:01 +00:00
res.h less dependencies: handle.h forward-defines Handle, so that not everything that uses res headers is dependent on h_mgr 2004-10-06 14:00:43 +00:00
snd.cpp add master sound disable, triggered if g_Quickstart == true. 2004-12-01 22:19:58 +00:00
snd.h add master sound disable, triggered if g_Quickstart == true. 2004-12-01 22:19:58 +00:00
tex.cpp added tga and raw encoders (based on common routine extracted from bmp encoder), so I wouldn't have to add NOT_IMPLEMENTED error returns :P 2004-12-01 21:34:49 +00:00
tex.h less dependencies: handle.h forward-defines Handle, so that not everything that uses res headers is dependent on h_mgr 2004-10-06 14:00:43 +00:00
unifont.cpp better error handling: lots of little changes. 2004-12-01 21:37:01 +00:00
unifont.h I had to ask some things to make some word-processing easier/faster. Feel free to adjust anything that's crooked. 2004-11-24 23:47:48 +00:00
vfs.cpp - heavy changes to VFS tree internals: now allows loose files and archives to coexist, choosing archive if they're the same date+size 2004-12-07 01:22:25 +00:00
vfs.h - heavy changes to VFS tree internals: now allows loose files and archives to coexist, choosing archive if they're the same date+size 2004-12-07 01:22:25 +00:00
zip.cpp 1) file: clean up path conversion call sites (was using private routine) 2004-12-07 01:19:10 +00:00
zip.h log when files are opened (used to arrange files in zip archive) 2004-11-07 23:00:32 +00:00