1
0
forked from 0ad/0ad
0ad/source/lib/res
janwas b259381fbf 1) minor error handling improvements (was passing back invalid handle error, instead of the cause; also added a CHECK_ERR)
2) we attempt to load missing files (see bug #32). with the fix above,
CHECK_ERR would fire every run (which it should until the problem is
fixed :P), which is annoying.
Instead, FileUnpacker now checks if the file exists; if not, it throws
immediately and thereby bypasses the VFS error mechanism.

This was SVN commit r1503.
2004-12-15 14:24:12 +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) removed scaffolding from file 2004-12-09 23:12:02 +00:00
file.h 1) removed scaffolding from file 2004-12-09 23:12:02 +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 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00
mem.cpp 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00
mem.h 1) removed scaffolding from file 2004-12-09 23:12:02 +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 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00
ogl_tex.h 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00
res.cpp 1) removed scaffolding from file 2004-12-09 23:12:02 +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 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00
snd.h add master sound disable, triggered if g_Quickstart == true. 2004-12-01 22:19:58 +00:00
tex.cpp 1) minor error handling improvements (was passing back invalid handle error, instead of the cause; also added a CHECK_ERR) 2004-12-15 14:24:12 +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 1) minor error handling improvements (was passing back invalid handle error, instead of the cause; also added a CHECK_ERR) 2004-12-15 14:24:12 +00:00
vfs.h cleaned up VFS after yesterday's new code; 2004-12-07 22:10:46 +00:00
zip.cpp 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00
zip.h 1) removed scaffolding from file 2004-12-09 23:12:02 +00:00