118 + New return value: AddTeam/AddMissionTeam return <real team name>, <team index> |
118 + New return value: AddTeam/AddMissionTeam return <real team name>, <team index> |
119 + SetClanColor: Now accepts negative color argument for user clan color, like in AddTeam |
119 + SetClanColor: Now accepts negative color argument for user clan color, like in AddTeam |
120 + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord, integerSqrt, integerHypotenuse |
120 + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord, integerSqrt, integerHypotenuse |
121 + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw |
121 + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw |
122 + New callback: onCaseDrop(gear): Called at the point where a crate MIGHT be dropped between turns. Gear is the crate gear or nil |
122 + New callback: onCaseDrop(gear): Called at the point where a crate MIGHT be dropped between turns. Gear is the crate gear or nil |
|
123 + New callback: onPreciseLocal(): Called when precise key is pressed client-side |
123 + SendStat extension: Option to use predefined modes with siPointType, like "!POINTS" or "!TIME" |
124 + SendStat extension: Option to use predefined modes with siPointType, like "!POINTS" or "!TIME" |
124 + SimpleMission: Add isMissionTeam attribute for teams |
125 + SimpleMission: Add isMissionTeam attribute for teams |
125 + SpeedShoppa/TargetPractice libraries: Remove custom hog and team info settings |
126 + SpeedShoppa/TargetPractice libraries: Remove custom hog and team info settings |
126 + TargetPractice library: Add faceLeft parameter |
127 + TargetPractice library: Add faceLeft parameter |
127 + Params explode, poison in the SpawnFake*Crate functions now optional and default to false |
128 + Params explode, poison in the SpawnFake*Crate functions now optional and default to false |