ChangeLog.txt
changeset 14976 8c1a8673843f
parent 14964 bcecb3349948
child 15002 3ed1cbd31754
equal deleted inserted replaced
14975:fdfe8bf91b8b 14976:8c1a8673843f
   133  + SetClanColor: Now accepts negative color argument for user clan color, like in AddTeam
   133  + SetClanColor: Now accepts negative color argument for user clan color, like in AddTeam
   134  + AddTeam: Append “_qau” to voicepack name to enable automatic selection of voicepack language
   134  + AddTeam: Append “_qau” to voicepack name to enable automatic selection of voicepack language
   135  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord, integerSqrt, integerHypotenuse
   135  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord, integerSqrt, integerHypotenuse
   136  + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw
   136  + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw
   137  + New callback: onCaseDrop(gear): Called at the point where a crate MIGHT be dropped between turns. Gear is the crate gear or nil
   137  + New callback: onCaseDrop(gear): Called at the point where a crate MIGHT be dropped between turns. Gear is the crate gear or nil
       
   138  + New callback: ooHogSwitch(oldHog): Called when hogs was switched with the “switch hedgehog” utility
   138  + New callback: onPreciseLocal(): Called when precise key is pressed client-side
   139  + New callback: onPreciseLocal(): Called when precise key is pressed client-side
   139  + SendStat extension: Option to use predefined modes with siPointType, like "!POINTS" or "!TIME"
   140  + SendStat extension: Option to use predefined modes with siPointType, like "!POINTS" or "!TIME"
   140  + SimpleMission: Add isMissionTeam attribute for teams
   141  + SimpleMission: Add isMissionTeam attribute for teams
   141  + SpeedShoppa/TargetPractice libraries: Remove custom hog and team info settings
   142  + SpeedShoppa/TargetPractice libraries: Remove custom hog and team info settings
   142  + TargetPractice library: Add faceLeft parameter
   143  + TargetPractice library: Add faceLeft parameter