ChangeLog.txt
changeset 14811 d65e25e211d4
parent 14804 d7b40d61729f
child 14812 16d5951d4044
equal deleted inserted replaced
14810:583d8b96fb30 14811:d65e25e211d4
    96  + New call: AddMissionTeam(color): Add mission team, i.e. the team selected by player in campaign/mission page
    96  + New call: AddMissionTeam(color): Add mission team, i.e. the team selected by player in campaign/mission page
    97  + New call: AddMissionHog(health): Add a hedgehog for the mission team
    97  + New call: AddMissionHog(health): Add a hedgehog for the mission team
    98  + New call: SetTeamPassive(teamname, isPassive): Mark a team as passive. Passive teams do not play and are treated like frozen teams.
    98  + New call: SetTeamPassive(teamname, isPassive): Mark a team as passive. Passive teams do not play and are treated like frozen teams.
    99  + New return value: AddTeam/AddMissionTeam return <real team name>, <team index>
    99  + New return value: AddTeam/AddMissionTeam return <real team name>, <team index>
   100  + SetClanColor: Now accepts negative color argument for user clan color, like in AddTeam
   100  + SetClanColor: Now accepts negative color argument for user clan color, like in AddTeam
   101  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord
   101  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord, integerSqrt, integerHypotenuse
   102  + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw
   102  + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw
   103  + New callback: onCaseDrop(gear): Called at the point where a crate MIGHT be dropped between turns. Gear is the crate gear or nil
   103  + New callback: onCaseDrop(gear): Called at the point where a crate MIGHT be dropped between turns. Gear is the crate gear or nil
   104  + SendStat extension: Option to use predefined modes with siPointType, like "!POINTS" or "!TIME"
   104  + SendStat extension: Option to use predefined modes with siPointType, like "!POINTS" or "!TIME"
   105  + SimpleMission: Add isMissionTeam attribute for teams
   105  + SimpleMission: Add isMissionTeam attribute for teams
   106  + SpeedShoppa/TargetPractice libraries: Remove custom hog and team info settings
   106  + SpeedShoppa/TargetPractice libraries: Remove custom hog and team info settings