ChangeLog.txt
changeset 12947 c8b7bc04eb4c
parent 12946 1a1a514aef2e
child 12953 7ea62261c481
equal deleted inserted replaced
12946:1a1a514aef2e 12947:c8b7bc04eb4c
    41  + New call: GetWind(): Returns current wind (approximation) from -100 to 100
    41  + New call: GetWind(): Returns current wind (approximation) from -100 to 100
    42  + New call: GetTeamName(teamIdx): Returns name of team with given index (starts at 0)
    42  + New call: GetTeamName(teamIdx): Returns name of team with given index (starts at 0)
    43  + New call: SpawnSupplyCrate(x, y, content, [, amount]): Spawn ammo or utility crate, depending on content
    43  + New call: SpawnSupplyCrate(x, y, content, [, amount]): Spawn ammo or utility crate, depending on content
    44  + New call: HealHog(gearUid, healthBoost[, showMessage[, tint]]): Heal hedgehog with graphical effects and message
    44  + New call: HealHog(gearUid, healthBoost[, showMessage[, tint]]): Heal hedgehog with graphical effects and message
    45  + New callback: onEndTurn(): Called at the end of a turn (when gears have settled)
    45  + New callback: onEndTurn(): Called at the end of a turn (when gears have settled)
       
    46  * AddAmmo now automatically unselects weapon if it would remove current ammo from current hedgehog
    46  * Fix call: SetWeapon(amNothing) now unselects weapon
    47  * Fix call: SetWeapon(amNothing) now unselects weapon
    47  * Fix global: TotalRounds was stuck at -1 for several turns
    48  * Fix global: TotalRounds was stuck at -1 for several turns
    48 
    49 
    49 ====================== 0.9.23 ======================
    50 ====================== 0.9.23 ======================
    50 HIGHLIGHTS:
    51 HIGHLIGHTS: