ChangeLog.txt
changeset 14932 ff4003a90ff8
parent 14931 ba5fd934f49b
child 14936 d6a8ef85cf53
equal deleted inserted replaced
14931:ba5fd934f49b 14932:ff4003a90ff8
   124  + New call: AddMissionTeam(color): Add mission team, i.e. the team selected by player in campaign/mission page
   124  + New call: AddMissionTeam(color): Add mission team, i.e. the team selected by player in campaign/mission page
   125  + New call: AddMissionHog(health): Add a hedgehog for the mission team
   125  + New call: AddMissionHog(health): Add a hedgehog for the mission team
   126  + New call: SetTeamPassive(teamname, isPassive): Mark a team as passive. Passive teams do not play and are treated like frozen teams.
   126  + New call: SetTeamPassive(teamname, isPassive): Mark a team as passive. Passive teams do not play and are treated like frozen teams.
   127  + New return value: AddTeam/AddMissionTeam return <real team name>, <team index>
   127  + New return value: AddTeam/AddMissionTeam return <real team name>, <team index>
   128  + SetClanColor: Now accepts negative color argument for user clan color, like in AddTeam
   128  + SetClanColor: Now accepts negative color argument for user clan color, like in AddTeam
       
   129  + AddTeam: Append “_qau” to voicepack name to enable automatic selection of voicepack language
   129  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord, integerSqrt, integerHypotenuse
   130  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord, integerSqrt, integerHypotenuse
   130  + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw
   131  + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw
   131  + New callback: onCaseDrop(gear): Called at the point where a crate MIGHT be dropped between turns. Gear is the crate gear or nil
   132  + New callback: onCaseDrop(gear): Called at the point where a crate MIGHT be dropped between turns. Gear is the crate gear or nil
   132  + New callback: onPreciseLocal(): Called when precise key is pressed client-side
   133  + New callback: onPreciseLocal(): Called when precise key is pressed client-side
   133  + SendStat extension: Option to use predefined modes with siPointType, like "!POINTS" or "!TIME"
   134  + SendStat extension: Option to use predefined modes with siPointType, like "!POINTS" or "!TIME"