ChangeLog.txt
changeset 13018 0248cf0da834
parent 13000 c5529aabdda9
child 13020 d1e7f2420f00
equal deleted inserted replaced
13017:e2e40700c5cf 13018:0248cf0da834
    62  + New call: SetLaserSight(bool): Toggle laser sight
    62  + New call: SetLaserSight(bool): Toggle laser sight
    63  + New call: GetWind(): Returns current wind (approximation) from -100 to 100
    63  + New call: GetWind(): Returns current wind (approximation) from -100 to 100
    64  + New call: GetTeamName(teamIdx): Returns name of team with given index (starts at 0)
    64  + New call: GetTeamName(teamIdx): Returns name of team with given index (starts at 0)
    65  + New call: SpawnSupplyCrate(x, y, content, [, amount]): Spawn ammo or utility crate, depending on content
    65  + New call: SpawnSupplyCrate(x, y, content, [, amount]): Spawn ammo or utility crate, depending on content
    66  + New call: HealHog(gearUid, healthBoost[, showMessage[, tint]]): Heal hedgehog with graphical effects and message
    66  + New call: HealHog(gearUid, healthBoost[, showMessage[, tint]]): Heal hedgehog with graphical effects and message
       
    67  + New call: SetTeamLabel(teamname[, label]): Set an arbitrary label for a team, will be displayed next to the team bar
    67  + New callback: onEndTurn(): Called at the end of a turn (when gears have settled)
    68  + New callback: onEndTurn(): Called at the end of a turn (when gears have settled)
    68  * AddAmmo now automatically unselects weapon if it would remove current ammo from current hedgehog
    69  * AddAmmo now automatically unselects weapon if it would remove current ammo from current hedgehog
    69  * Fix call: SetWeapon(amNothing) now unselects weapon
    70  * Fix call: SetWeapon(amNothing) now unselects weapon
    70  * Fix global: TotalRounds was stuck at -1 for several turns
    71  * Fix global: TotalRounds was stuck at -1 for several turns
    71 
    72