diff -r ba5fd934f49b -r ff4003a90ff8 ChangeLog.txt --- a/ChangeLog.txt Mon May 13 22:51:31 2019 +0200 +++ b/ChangeLog.txt Mon May 13 23:13:53 2019 +0200 @@ -126,6 +126,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 + + AddTeam: Append “_qau” to voicepack name to enable automatic selection of voicepack language + 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