1
0
forked from 0ad/0ad
Go to file
janwas 15e8d9a0b3 # error handling: make sure all lib/ failure paths are covered by error handling; simplify its use a bit
- validators now WARN_RETURN as well (rationale documented in
lib_errors.h)
- got rid of some CHECK_ERR (try to avoid multiple errors for the same
underlying problem)
- H_DEREF now first checks if handle is invalid already and returns that
if so; avoids the need for a RETURN_ERR before it.

This was SVN commit r3799.
2006-04-22 21:21:42 +00:00
binaries This was SVN commit r3793. 2006-04-22 05:44:32 +00:00
build Modified version of Premake 3.1. Changes are: 2006-04-20 01:28:20 +00:00
docs #When appropriate (i.e. wheeled units), units will align with the slope of the terrain. *JS documentation 2006-04-22 05:52:23 +00:00
source # error handling: make sure all lib/ failure paths are covered by error handling; simplify its use a bit 2006-04-22 21:21:42 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00