diff -r 583d8b96fb30 -r d65e25e211d4 ChangeLog.txt --- a/ChangeLog.txt Fri Apr 19 04:48:30 2019 +0200 +++ b/ChangeLog.txt Fri Apr 19 15:54:44 2019 +0200 @@ -98,7 +98,7 @@ + New call: SetTeamPassive(teamname, isPassive): Mark a team as passive. Passive teams do not play and are treated like frozen teams. + New return value: AddTeam/AddMissionTeam return , + SetClanColor: Now accepts negative color argument for user clan color, like in AddTeam - + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord + + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord, integerSqrt, integerHypotenuse + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw + New callback: onCaseDrop(gear): Called at the point where a crate MIGHT be dropped between turns. Gear is the crate gear or nil + SendStat extension: Option to use predefined modes with siPointType, like "!POINTS" or "!TIME"