0ad/source
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
..
graphics Attempted to minimise dependencies between header files (to make compilation minorly faster) 2004-12-12 19:43:55 +00:00
gui Reduced GUI's exception usage (=> shortened debug-mode start time by a couple of seconds) 2004-12-13 12:07:12 +00:00
i18n Testing system for the i18n code, to make sure I don't break anything. (Now on CVS to make it less lonely.) 2004-09-17 17:49:12 +00:00
lib 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
maths s/Prometheus/Pyrogenesis/ 2004-12-05 21:56:09 +00:00
ps 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
renderer Attempted to minimise dependencies between header files (to make compilation minorly faster) 2004-12-12 19:43:55 +00:00
scripting JS scripts are now loaded via VFS, as per "JS optimization" email from stu. 2004-12-15 14:23:27 +00:00
simulation Attempted to minimise dependencies between header files (to make compilation minorly faster) 2004-12-12 19:43:55 +00:00
sound add JS sound binding interface rationale 2004-12-08 13:10:11 +00:00
tests add required precompiled header include 2004-12-01 06:52:39 +00:00
tools Restructuring 2004-12-05 17:59:29 +00:00
main.cpp First crack at loading screen (though need to figure out a way to move session loading to next frame to get it to actually stay on the screen). Some preliminary work on sub-windows. 2004-12-12 19:34:38 +00:00
ProgrammingSchedule.xls Some more verbose error reporting 2004-11-12 22:11:04 +00:00