ChangeLog.txt
changeset 14484 764ba6182389
parent 14483 310b167141cc
child 14488 7bb7e5e54f70
equal deleted inserted replaced
14483:310b167141cc 14484:764ba6182389
    23  + New call: GetMissionVar(varname): Get value of mission variable
    23  + New call: GetMissionVar(varname): Get value of mission variable
    24  + New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause
    24  + New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause
    25  + New call: GetTurnTimePaused(): Returns true if turn time is paused due to Lua
    25  + New call: GetTurnTimePaused(): Returns true if turn time is paused due to Lua
    26  + New call: AddMissionTeam(color): Add mission team, i.e. the team selected by player in campaign/mission page
    26  + New call: AddMissionTeam(color): Add mission team, i.e. the team selected by player in campaign/mission page
    27  + New call: AddMissionHog(health): Add a hedgehog for the mission team
    27  + New call: AddMissionHog(health): Add a hedgehog for the mission team
    28  + New return value: AddTeam and AddMissionTeam return team index of new team
    28  + New return value: AddTeam/AddMissionTeam return <real team name>, <team index>
    29  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord
    29  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord
    30  + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw
    30  + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw
    31  + SimpleMission: Add isMissionTeam attribute for teams
    31  + SimpleMission: Add isMissionTeam attribute for teams
    32  + SpeedShoppa/TargetPractice libraries: Remove custom hog and team info settings
    32  + SpeedShoppa/TargetPractice libraries: Remove custom hog and team info settings
    33  + Params explode, poison in the SpawnFake*Crate functions now optional and default to false
    33  + Params explode, poison in the SpawnFake*Crate functions now optional and default to false