ChangeLog.txt
changeset 15079 424e3b132dd3
parent 15077 a2d09a597fbb
child 15081 3a561db2a71c
equal deleted inserted replaced
15078:fb7a9b0119d3 15079:424e3b132dd3
   158  + New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause
   158  + New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause
   159  + New call: GetTurnTimePaused(): Returns true if turn time is paused due to Lua
   159  + New call: GetTurnTimePaused(): Returns true if turn time is paused due to Lua
   160  + New call: AddMissionTeam(color): Add mission team, i.e. the team selected by player in campaign/mission page
   160  + New call: AddMissionTeam(color): Add mission team, i.e. the team selected by player in campaign/mission page
   161  + New call: AddMissionHog(health): Add a hedgehog for the mission team
   161  + New call: AddMissionHog(health): Add a hedgehog for the mission team
   162  + New call: SetTeamPassive(teamname, isPassive): Mark a team as passive. Passive teams do not play and are treated like frozen teams.
   162  + New call: SetTeamPassive(teamname, isPassive): Mark a team as passive. Passive teams do not play and are treated like frozen teams.
       
   163  + New call: IsHogAlive(gear): Returns true if gear is a hegehog which is alive, not about to die and not hidden
   163  + New return value: AddTeam/AddMissionTeam return <real team name>, <team index>
   164  + New return value: AddTeam/AddMissionTeam return <real team name>, <team index>
   164  + SetClanColor: Now accepts negative color argument for user clan color, like in AddTeam
   165  + SetClanColor: Now accepts negative color argument for user clan color, like in AddTeam
   165  + AddTeam: Append “_qau” to voicepack name to enable automatic selection of voicepack language
   166  + AddTeam: Append “_qau” to voicepack name to enable automatic selection of voicepack language
   166  + ShowMission: Add new icons: hedgehog (10), flags (11)
   167  + ShowMission: Add new icons: hedgehog (10), flags (11)
   167  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord, integerSqrt, integerHypotenuse
   168  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord, integerSqrt, integerHypotenuse