1
0
forked from 0ad/0ad
0ad/source/tools/atlas
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
..
AtlasFrontends # Fixes for MSVC 2006-12-01 20:34:28 +00:00
AtlasObject # Fixed Atlas on Linux 2007-03-20 01:06:34 +00:00
AtlasUI #Preliminary end game conditions; cinematic and trigger fixes 2007-04-27 03:05:26 +00:00
DatafileIO # Added initial play-testing support in the scenario editor. 2007-01-17 03:25:20 +00:00
GameInterface # SwEng 2007-05-02 12:07:08 +00:00