0ad/source/ps/XML
janwas 73683b6109 # SwEng
. the massive renaming undertaking: camelCase functions -> PascalCase.
. add some cppdoc.
. minor additional renaming improvements: e.g. GetIsClosed -> IsClosed
. in entity code, replace constructs like "pvec = new vector; return
pvec; use *pvec; delete pvec" with a simple stack variable passed as
output parameter (avoid unnecessary dynamic allocs)
. timer: simpler handling of raw ticks vs normal timer (less #if)

This was SVN commit r5017.
2007-05-02 12:07:08 +00:00
..
tests * Moved command-line options list from system.cfg into readme.txt. Updated the list to reflect reality. Removed -novbo option because you can use the .cfg file instead. 2006-12-20 03:09:21 +00:00
XercesErrorHandler.cpp Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
XercesErrorHandler.h # SwEng 2007-05-02 12:07:08 +00:00
Xeromyces.cpp # SwEng 2007-05-02 12:07:08 +00:00
Xeromyces.h # SwEng 2007-05-02 12:07:08 +00:00
XeroXMB.cpp # SwEng 2007-05-02 12:07:08 +00:00
XeroXMB.h # SwEng 2007-05-02 12:07:08 +00:00
XML.h Fixed warnings/errors/leaks related to Xerces update 2006-09-04 20:59:21 +00:00
XMLUtils.cpp # big refactoring in CPU-specific code, fix for dual core vs. HT detection 2007-04-25 18:19:35 +00:00
XMLWriter.cpp # Slightly tidied up string code. 2007-02-01 14:46:14 +00:00
XMLWriter.h # Made XML writer more robust. 2006-12-03 17:13:22 +00:00