ChangeLog.txt
changeset 12939 0112ef349ddc
parent 12938 b075ad6112c9
child 12940 39b7b3ed619e
equal deleted inserted replaced
12938:b075ad6112c9 12939:0112ef349ddc
    35  + New call: SetVampiric(bool): Toggle vampirism
    35  + New call: SetVampiric(bool): Toggle vampirism
    36  + New call: SetLaserSight(bool): Toggle laser sight
    36  + New call: SetLaserSight(bool): Toggle laser sight
    37  + New call: GetWind(): Returns current wind (approximation) from -100 to 100
    37  + New call: GetWind(): Returns current wind (approximation) from -100 to 100
    38  + New call: GetTeamName(teamIdx): Returns name of team with given index (starts at 0)
    38  + New call: GetTeamName(teamIdx): Returns name of team with given index (starts at 0)
    39  + New call: SpawnSupplyCrate(x, y, content, [, amount]): Spawn ammo or utility crate, depending on content
    39  + New call: SpawnSupplyCrate(x, y, content, [, amount]): Spawn ammo or utility crate, depending on content
       
    40  + New call: HealHog(gearUid, healthBoost[, showMessage[, tint]]): Heal hedgehog with graphical effects and message
    40  + New callback: onEndTurn(): Called at the end of a turn (when gears have settled)
    41  + New callback: onEndTurn(): Called at the end of a turn (when gears have settled)
    41  * Fix call: SetWeapon(amNothing) now unselects weapon
    42  * Fix call: SetWeapon(amNothing) now unselects weapon
    42  * Fix global: TotalRounds was stuck at -1 for several turns
    43  * Fix global: TotalRounds was stuck at -1 for several turns
    43 
    44 
    44 ====================== 0.9.23 ======================
    45 ====================== 0.9.23 ======================