ChangeLog.txt
changeset 14483 310b167141cc
parent 14480 208359558642
child 14484 764ba6182389
equal deleted inserted replaced
14482:d4aa64f51c9f 14483:310b167141cc
    26  + New call: AddMissionTeam(color): Add mission team, i.e. the team selected by player in campaign/mission page
    26  + New call: AddMissionTeam(color): Add mission team, i.e. the team selected by player in campaign/mission page
    27  + New call: AddMissionHog(health): Add a hedgehog for the mission team
    27  + New call: AddMissionHog(health): Add a hedgehog for the mission team
    28  + New return value: AddTeam and AddMissionTeam return team index of new team
    28  + New return value: AddTeam and AddMissionTeam return team index of new team
    29  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord
    29  + Utils library: New calls: getReadableChallengeRecord, updateChallengeRecord
    30  + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw
    30  + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw
       
    31  + SimpleMission: Add isMissionTeam attribute for teams
    31  + SpeedShoppa/TargetPractice libraries: Remove custom hog and team info settings
    32  + SpeedShoppa/TargetPractice libraries: Remove custom hog and team info settings
    32  + Params explode, poison in the SpawnFake*Crate functions now optional and default to false
    33  + Params explode, poison in the SpawnFake*Crate functions now optional and default to false
    33 
    34 
    34 ====================== 0.9.25 ======================
    35 ====================== 0.9.25 ======================
    35 HIGHLIGHTS:
    36 HIGHLIGHTS: