ChangeLog.txt
changeset 13096 d78e65c66573
parent 13089 c9cdbf630447
child 13097 03d065fc60dc
equal deleted inserted replaced
13095:4118006fab95 13096:d78e65c66573
    79  + New call: GetTeamClan(teamname): Returns clan of team with given name
    79  + New call: GetTeamClan(teamname): Returns clan of team with given name
    80  + New call: SpawnSupplyCrate(x, y, content, [, amount]): Spawn ammo or utility crate, depending on content
    80  + New call: SpawnSupplyCrate(x, y, content, [, amount]): Spawn ammo or utility crate, depending on content
    81  + New call: HealHog(gearUid, healthBoost[, showMessage[, tint]]): Heal hedgehog with graphical effects and message
    81  + New call: HealHog(gearUid, healthBoost[, showMessage[, tint]]): Heal hedgehog with graphical effects and message
    82  + New call: SetTeamLabel(teamname[, label]): Set an arbitrary label for a team, will be displayed next to the team bar
    82  + New call: SetTeamLabel(teamname[, label]): Set an arbitrary label for a team, will be displayed next to the team bar
    83  + New callback: onEndTurn(): Called at the end of a turn (when gears have settled)
    83  + New callback: onEndTurn(): Called at the end of a turn (when gears have settled)
       
    84  + New hedgehog effect: heArtillery: Per-hedgehog artillery mode (can't walk). Values: 1 = permanently active. 2 = temporarily active (sniper rifle). 0 = not active
    84  * AddAmmo now automatically unselects weapon if it would remove current ammo from current hedgehog
    85  * AddAmmo now automatically unselects weapon if it would remove current ammo from current hedgehog
    85  * Fix call: SetWeapon(amNothing) now unselects weapon
    86  * Fix call: SetWeapon(amNothing) now unselects weapon
    86  * Fix call: SetWind did not update flake flying direction
    87  * Fix call: SetWind did not update flake flying direction
    87  * Fix global: TotalRounds was stuck at -1 for several turns
    88  * Fix global: TotalRounds was stuck at -1 for several turns
    88 
    89