ChangeLog.txt
changeset 13020 d1e7f2420f00
parent 13018 0248cf0da834
child 13024 a568bc16a99a
equal deleted inserted replaced
13019:880662cf41ee 13020:d1e7f2420f00
    60  + New call: WriteLnToChat(string): Add a line in the chat
    60  + New call: WriteLnToChat(string): Add a line in the chat
    61  + New call: SetVampiric(bool): Toggle vampirism
    61  + New call: SetVampiric(bool): Toggle vampirism
    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: GetTeamIndex(teamname): Returns index of team with given name
       
    66  + New call: GetTeamClan(teamname): Returns clan of team with given name
    65  + New call: SpawnSupplyCrate(x, y, content, [, amount]): Spawn ammo or utility crate, depending on content
    67  + 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
    68  + 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
    69  + New call: SetTeamLabel(teamname[, label]): Set an arbitrary label for a team, will be displayed next to the team bar
    68  + New callback: onEndTurn(): Called at the end of a turn (when gears have settled)
    70  + New callback: onEndTurn(): Called at the end of a turn (when gears have settled)
    69  * AddAmmo now automatically unselects weapon if it would remove current ammo from current hedgehog
    71  * AddAmmo now automatically unselects weapon if it would remove current ammo from current hedgehog