1
0
forked from 0ad/0ad
Go to file
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
binaries Fixed GUI error from yesterday. Still can't figure out why it's fixed, but hey, it works. All yours now, Malte. (y) 2004-12-14 17:23:10 +00:00
build Removed deprecated FMOD section in library readme 2004-12-12 23:49:18 +00:00
source 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
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00