1
0
forked from 0ad/0ad
Carl's fork of 0ad.
Go to file
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
binaries #Scipio Africanus has made an appearance! ;) 2007-05-01 05:48:07 +00:00
build Replaced 2007-04-28 16:23:50 +00:00
docs Added program flow diagram into docs folder, to offer a good reminder of the program modules and their interaction 2007-04-30 19:05:01 +00:00
source # SwEng 2007-05-02 12:07:08 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00