1
0
forked from 0ad/0ad
0ad/binaries
2008-07-24 05:50:45 +00:00
..
data Fixed bug that was causing population to go negative. It was due to a unit being killed by multiple enemies in the same frame, which led to multiple calls of the death event handler. The fix is twofold: First, kill() only calls the event handler the first time the unit is killed. Second, damage() (in JS), which apart from killing things also loots them, makes sure that the unit is not already being destroyed. This latter fix is to ensure that we don't get a huge amount of loot by simply attacking a low-HP unit with many soldiers simultaneously, so they kill it in the same frame. 2008-07-24 05:50:45 +00:00
logs This was SVN commit r5912. 2008-05-07 07:42:15 +00:00
system Hide console window when launching atlas and actor viewer. 2008-07-13 04:57:16 +00:00