0ad/source
Ykkrosh ea766c5663 # Made XML writer more robust.
XMLWriter:
 - Added automatic escaping of attribute values, character data and
comments to ensure well-formedness.
 - Removed choice of encoding (it's always UTF-8).
 - Removed option for DOCTYPE / DTD; changed to standalone="yes".
 - Added pretty-print toggle.
 - Fixed bug when calling XML_Text multiple times per element.
 - Added tests.
MapWriter:
 - removed some redundant braces

This was SVN commit r4673.
2006-12-03 17:13:22 +00:00
..
graphics # Made XML writer more robust. 2006-12-03 17:13:22 +00:00
gui # Fixed string handling for Windows/Linux compatibility. 2006-11-07 21:03:13 +00:00
i18n Actor Viewer: Added controls for wireframe, background colour, move-when-walking. Reduced CPU usage when 'playing' things with no animation. 2006-09-26 01:44:20 +00:00
lib Fixed sysdep/unix compilation 2006-11-18 18:15:31 +00:00
maths GCC compatibility (fixed CStr.h case, got rid of a few warnings) 2006-10-20 01:06:43 +00:00
network # Made Atlas compile on linux 2006-11-12 04:02:36 +00:00
pch # move ps/Network into top level project (and static lib). 2006-08-26 20:25:37 +00:00
ps # Made XML writer more robust. 2006-12-03 17:13:22 +00:00
renderer Avoid some warnings on GCC 2006-11-07 13:28:03 +00:00
scripting # Fixes for GCC 2006-11-29 23:37:10 +00:00
simulation # Fixes for GCC 2006-11-29 23:37:10 +00:00
sound # Made Atlas compile on linux 2006-11-12 04:02:36 +00:00
tools # Fixes for MSVC 2006-12-01 20:34:28 +00:00
main.cpp #Trigger framework, terrain flattening on building placement 2006-11-24 19:45:04 +00:00