ChangeLog.txt
changeset 14479 4e5280a9e782
parent 14477 4b678aad50e9
child 14480 208359558642
equal deleted inserted replaced
14478:35724823b0d3 14479:4e5280a9e782
    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  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord
    29  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord
    29  + 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
    30  + Params explode, poison in the SpawnFake*Crate functions now optional and default to false
    31  + Params explode, poison in the SpawnFake*Crate functions now optional and default to false
    31 
    32 
    32 ====================== 0.9.25 ======================
    33 ====================== 0.9.25 ======================