0ad/source/simulation2
Ykkrosh 9f1d904278 # Fix use-of-freed-memory bug.
Don't call xmlCleanupParser after parsing documents.
("This function name is somewhat misleading. It does not clean up parser
state, it cleans up memory allocated by the library itself.")

This was SVN commit r7465.
2010-04-18 16:35:06 +00:00
..
components Make CUnit::GetModel return a reference so it's clear it can never be NULL. 2010-04-17 11:44:08 +00:00
docs # Documentation updates 2010-04-15 19:59:07 +00:00
helpers Fix MSVC compiler warnings (replace most M_PI with (float)M_PI) 2010-03-26 19:04:40 +00:00
scripting # Basic projectile attacks in new simulation system 2010-03-07 21:38:39 +00:00
serialization wchar.h -> utf8.h (see previous change) 2010-03-01 14:55:34 +00:00
system # Documentation updates 2010-04-15 19:59:07 +00:00
tests # Fix use-of-freed-memory bug. 2010-04-18 16:35:06 +00:00
MessageTypes.h Move Position.h to a better location. 2010-03-17 23:13:21 +00:00
Simulation2.cpp # Automatic runtime validation of entity template files. 2010-04-14 17:22:32 +00:00
Simulation2.h # Initial support for automatic validation of entity template XML. 2010-04-09 19:02:39 +00:00
TypeList.h # Initial audio integration with new simulation system. 2010-04-04 21:24:39 +00:00