1
1
forked from 0ad/0ad
Go to file
Matei 2261231ffa # Housekeeping.
Jan and I implemented a number of changes:

- Converted SClassSet to vector.
- Refactored get/set ClassSet from string into methods in CClassSet.
- Turned pass-by-value string params in getCollisionObject, CEntity
constructor and CEntityManager into pointers.
- Simplified processChooseMovement.
- Merged CalculateRun and CalculateHealth into a single, simpler
CalculateRegen + helper functions.
- Changed the way regen works so the rates read in the XML act as rates
(before, they were the number of seconds until the entity will be fully
regenned, which is a bit counterintuitive).

This was SVN commit r4167.
2006-07-24 01:33:26 +00:00
binaries Modified entity XML's so regen and decay rates are actual rates rather than "time to full health". 2006-07-24 01:29:02 +00:00
build svn:ignore auto-generated test .cpp files. 2006-07-12 14:49:10 +00:00
docs Upgraded console (text wrap, help text), cinematic stuff 2006-07-06 03:17:44 +00:00
source # Housekeeping. 2006-07-24 01:33:26 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00