View Issue Details

IDProjectCategoryView StatusLast Update
0000653The Dark ModObjectivespublic28.06.2008 18:10
Reportergreebo Assigned Togreebo  
PrioritylowSeveritynormalReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in VersionSVN 
Summary0000653: Gas arrow knockouts not counted in end mission statistics
DescriptionThe knockouts done by gas arrows or gas mines are not associated with the player team and do not show up in the end mission statistics. The reason is that the "owning" entity (=player) is not known anymore by the time the Knockout() routine is called.

The way to go is to store the owner's name in the spawnargs of stimming entities and read that out before calling KnockOut. Then, extend the KnockOut() routine to take an entity as argument, which will be the player in the cases above.
TagsNo tags attached.

Activities

greebo

greebo

29.04.2008 05:24

administrator   ~0001174

Fixed, the "owner" entity (the one who fired the projectile) is now propagated to the projectile result, where it can be read from script.

Issue History

Date Modified Username Field Change
28.04.2008 05:07 greebo New Issue
28.04.2008 05:07 greebo Status new => assigned
28.04.2008 05:07 greebo Assigned To => greebo
29.04.2008 05:24 greebo Status assigned => resolved
29.04.2008 05:24 greebo Resolution open => fixed
29.04.2008 05:24 greebo Note Added: 0001174
01.05.2008 07:27 greebo Status resolved => closed
28.06.2008 18:10 greebo Fixed in Version => SVN