ChangeLog.txt
changeset 15072 d59da429d22c
parent 15070 39067b45d0fc
child 15082 a2d09a597fbb
equal deleted inserted replaced
15071:d75ce53d811e 15072:d59da429d22c
   160  + New call: AddMissionHog(health): Add a hedgehog for the mission team
   160  + New call: AddMissionHog(health): Add a hedgehog for the mission team
   161  + New call: SetTeamPassive(teamname, isPassive): Mark a team as passive. Passive teams do not play and are treated like frozen teams.
   161  + New call: SetTeamPassive(teamname, isPassive): Mark a team as passive. Passive teams do not play and are treated like frozen teams.
   162  + New return value: AddTeam/AddMissionTeam return <real team name>, <team index>
   162  + New return value: AddTeam/AddMissionTeam return <real team name>, <team index>
   163  + SetClanColor: Now accepts negative color argument for user clan color, like in AddTeam
   163  + SetClanColor: Now accepts negative color argument for user clan color, like in AddTeam
   164  + AddTeam: Append “_qau” to voicepack name to enable automatic selection of voicepack language
   164  + AddTeam: Append “_qau” to voicepack name to enable automatic selection of voicepack language
       
   165  + ShowMission: Add new icons: hedgehog (10), flags (11)
   165  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord, integerSqrt, integerHypotenuse
   166  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord, integerSqrt, integerHypotenuse
   166  + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw
   167  + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw
   167  + New callback: onCaseDrop(gear): Called at the point where a crate MIGHT be dropped between turns. Gear is the crate gear or nil
   168  + New callback: onCaseDrop(gear): Called at the point where a crate MIGHT be dropped between turns. Gear is the crate gear or nil
   168  + New callback: onHogSwitch(oldHog): Called when hogs was switched with the “switch hedgehog” utility
   169  + New callback: onHogSwitch(oldHog): Called when hogs was switched with the “switch hedgehog” utility
   169  + SendStat extension: Option to use predefined modes with siPointType, like "!POINTS" or "!TIME"
   170  + SendStat extension: Option to use predefined modes with siPointType, like "!POINTS" or "!TIME"