1
0
forked from 0ad/0ad
Go to file
janwas 6324deb7d0 fix to prevent further issues due to invalid XMB files (c.f. matt's "crash upon combat" bug report, http://www.wildfiregames.com/forum/index.php?showtopic=11703). as per philip's excellent suggestion, they are now only tagged with a header iff the file contents are valid.
details:
- add a new magic string "XMBu" to indicate an unfinished XMB file;
- header magic fields are now exclusively strings to avoid type punning;
- XMBFile::Initialize now has a return value which is checked by
ReadXMBFile;
- the XML loader re-creates the XMB if that fails.

This was SVN commit r6016.
2008-06-15 17:24:32 +00:00
binaries This was SVN commit r6003. 2008-06-01 02:21:31 +00:00
build add enet to external library definitions and add it as a dependency of the network and engine subsystems. 2008-05-31 20:00:37 +00:00
docs # Engine overview doc started. 2007-10-20 18:30:32 +00:00
source fix to prevent further issues due to invalid XMB files (c.f. matt's "crash upon combat" bug report, http://www.wildfiregames.com/forum/index.php?showtopic=11703). as per philip's excellent suggestion, they are now only tagged with a header iff the file contents are valid. 2008-06-15 17:24:32 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00