View Issue Details

IDProjectCategoryView StatusLast Update
0002950Spring engineUnit Scriptingpublic2012-02-08 21:43
Reporteruser744Assigned ToKloot  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version85.0 
Fixed in Version86.0 
Summary0002950: Warning message on SetGroundMoveTypeData(unitID, "maxSpeed", 0)
DescriptionSpring.MoveCtrl.SetGroundMoveTypeData(unitID, "maxSpeed", 0)
since > 0.82.7 this causes "Warning: Can not assign key "maxSpeed" to GroundMoveType"
It does work though. (make the unit immobile)

see
http://springrts.com/phpbb/viewtopic.php?f=12&t=27622
Additional Information2877 maybe related?
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

Kloot

2012-02-08 21:43

developer   ~0008279

merci

(note: assigning 0 to several of the movetype values is dangerous, lots of divisions do not check their denominators because they still assume the UnitDef values are static and non-zero)

Issue History

Date Modified Username Field Change
2012-02-08 20:34 user744 New Issue
2012-02-08 21:43 Kloot Note Added: 0008279
2012-02-08 21:43 Kloot Status new => resolved
2012-02-08 21:43 Kloot Fixed in Version => 86.0
2012-02-08 21:43 Kloot Resolution open => fixed
2012-02-08 21:43 Kloot Assigned To => Kloot