ChangeLog.txt
changeset 15131 a77b0e339929
parent 15108 7a54df47b852
child 15132 378efa87f558
equal deleted inserted replaced
15130:13e7d4eccb67 15131:a77b0e339929
   162  + New call: GetTurnTimePaused(): Returns true if turn time is paused due to Lua
   162  + New call: GetTurnTimePaused(): Returns true if turn time is paused due to Lua
   163  + New call: AddMissionTeam(color): Add mission team, i.e. the team selected by player in campaign/mission page
   163  + New call: AddMissionTeam(color): Add mission team, i.e. the team selected by player in campaign/mission page
   164  + New call: AddMissionHog(health): Add a hedgehog for the mission team
   164  + New call: AddMissionHog(health): Add a hedgehog for the mission team
   165  + New call: SetTeamPassive(teamname, isPassive): Mark a team as passive. Passive teams do not play and are treated like frozen teams.
   165  + New call: SetTeamPassive(teamname, isPassive): Mark a team as passive. Passive teams do not play and are treated like frozen teams.
   166  + New call: IsHogAlive(gear): Returns true if gear is a hegehog which is alive, not about to die and not hidden
   166  + New call: IsHogAlive(gear): Returns true if gear is a hegehog which is alive, not about to die and not hidden
       
   167  + New call: SetAmmoSlot(ammoType, slot): Overwrite ammo slot of ammo type (use with care!)
   167  + New return value: AddTeam/AddMissionTeam return <real team name>, <team index>
   168  + New return value: AddTeam/AddMissionTeam return <real team name>, <team index>
   168  + SetClanColor: Now accepts negative color argument for user clan color, like in AddTeam
   169  + SetClanColor: Now accepts negative color argument for user clan color, like in AddTeam
   169  + AddTeam: Append “_qau” to voicepack name to enable automatic selection of voicepack language
   170  + AddTeam: Append “_qau” to voicepack name to enable automatic selection of voicepack language
   170  + ShowMission: Add new icons: hedgehog (10), flags (11)
   171  + ShowMission: Add new icons: hedgehog (10), flags (11)
   171  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord, integerSqrt, integerHypotenuse
   172  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord, integerSqrt, integerHypotenuse