diff -r de34abf040ed -r 3cf7799e04b5 ChangeLog.txt --- a/ChangeLog.txt Wed Jan 16 07:30:06 2019 +0100 +++ b/ChangeLog.txt Wed Jan 16 15:40:11 2019 +0100 @@ -73,6 +73,7 @@ + New call: GetTurnTimePaused(): Returns true if turn time is paused due to Lua + New call: AddMissionTeam(color): Add mission team, i.e. the team selected by player in campaign/mission page + New call: AddMissionHog(health): Add a hedgehog for the mission team + + 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 , + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw