ChangeLog.txt
changeset 13587 818134c33f54
parent 13586 41e0446fb254
child 13593 083733ec7941
equal deleted inserted replaced
13586:41e0446fb254 13587:818134c33f54
     6  + Add new key to cycle through timer values (default: N)
     6  + Add new key to cycle through timer values (default: N)
     7  + Add default controls for controller (see README.md)
     7  + Add default controls for controller (see README.md)
     8  + Add chat command “/help”, displays help for chat commands
     8  + Add chat command “/help”, displays help for chat commands
     9  + Increase hedgehog limit to 64
     9  + Increase hedgehog limit to 64
    10  + Campaigns and missions now use the user's chosen custom clan colors
    10  + Campaigns and missions now use the user's chosen custom clan colors
       
    11  + New default brown clan color for better contrast
    11  * Functionality of controllers restored
    12  * Functionality of controllers restored
    12  * Fix crash when 2 or more controllers were connected
    13  * Fix crash when 2 or more controllers were connected
    13  * Fix hammer and pickhammer not digging correctly at wrap world edge
    14  * Fix hammer and pickhammer not digging correctly at wrap world edge
    14  * Fix freezer ray not working through wrap world edge
    15  * Fix freezer ray not working through wrap world edge
    15  * Fix freezer ray going through bounce world edge
    16  * Fix freezer ray going through bounce world edge
    18  * Fix hog being unable to walk after using sniper rifle without firing both shots
    19  * Fix hog being unable to walk after using sniper rifle without firing both shots
    19  * Fix video recorder not working when game audio was disabled
    20  * Fix video recorder not working when game audio was disabled
    20  * Fix cursor teleporting to center after leaving game with a video recording
    21  * Fix cursor teleporting to center after leaving game with a video recording
    21  * Fix teleport tooltip claiming it doesn't end turn in hog placing phase with inf. attack
    22  * Fix teleport tooltip claiming it doesn't end turn in hog placing phase with inf. attack
    22  * Fix /hta, /hsa and /hya commands not writing message in chat
    23  * Fix /hta, /hsa and /hya commands not writing message in chat
    23  * New default brown clan color for better contrast
       
    24 
    24 
    25 Frontend:
    25 Frontend:
    26  * Controllers are detected again
    26  * Controllers are detected again
    27  * No longer allow having schemes with equal names (case-insensitive)
    27  * No longer allow having schemes with equal names (case-insensitive)
    28 
    28 
    29 Highlander:
    29 Highlander:
    30  * Fix all hogs getting teleport after hog placement phase
    30  * Fix all hogs receiving a free teleport after hog placement phase
    31 
    31 
    32 TechRacer:
    32 TechRacer:
    33  * Fix rare bug causing crates and other objects not appearing on start of turn
    33  * Fix rare bug causing crates and other objects to not appear on start of turn
    34 
    34 
    35 Continental supplies:
    35 Continental supplies:
    36  + Continents are now selected before the game starts
    36  + Continents are now selected before the game starts
    37  + Continents give hog different start health
    37  + Continents give hog different start health
    38  + Add Antarctica special: Upside-Down World (teleport to top of map)
    38  + Add Antarctica special: Upside-Down World (teleport to top of map)
    54  + Keep round score displayed after round ends, remove round score announcer message
    54  + Keep round score displayed after round ends, remove round score announcer message
    55  * Fix rare Lua error message spam at end of game
    55  * Fix rare Lua error message spam at end of game
    56  * Fix round score and other info numbers messing up after screen resize
    56  * Fix round score and other info numbers messing up after screen resize
    57  * Fix kamikaze bonus not being shown
    57  * Fix kamikaze bonus not being shown
    58 
    58 
    59 A Classic Fairytale:
    59 Campaigns and missions:
    60  * Fix clan membership of princess in some missions
    60  * A Classic Fairytale: Fix clan membership of princess in some missions
    61  * Mission 5: Tribe was not in same clan as Natives, screwing up stats a bit
    61  * A Classic Fairytale, Mission 5: Tribe was not in same clan as Natives, screwing up stats a bit
    62 
    62  + A Space Adventure, final mission: Terrain types are easier to distinguish
    63 A Space Adventure:
    63  * A Space Adeventure: Fix clan membership of PAotH in main Death Planet mission
    64  + Final mission: Terrain types are easier to distinguish
    64  * The Great Escape: Infinite attack mode did not work
    65  * Fix clan membership of PAotH in main Death Planet mission
       
    66 
    65 
    67 Content:
    66 Content:
    68  + New Sudden Death water texture for CrazyMission theme
    67  + New Sudden Death water texture for CrazyMission theme
    69  + Add dust flakes for Cheese and CrazyMission themes
    68  + Add dust flakes for Cheese and CrazyMission themes
    70 
    69 
    74  + New call: EnableSwitchHog(): Enable hog switching
    73  + New call: EnableSwitchHog(): Enable hog switching
    75  + New call: GetAmmo(ammoType): Returns ammo configuration (corresponds to SetAmmo)
    74  + New call: GetAmmo(ammoType): Returns ammo configuration (corresponds to SetAmmo)
    76  + New call: GetVampiric(): Returns true if vampirism is currently active
    75  + New call: GetVampiric(): Returns true if vampirism is currently active
    77  + New call: GetLaserSight(): Returns true if laser sight (as utility) is currenctly active (ignoring sniper rifle)
    76  + New call: GetLaserSight(): Returns true if laser sight (as utility) is currenctly active (ignoring sniper rifle)
    78  + New call: IsHogHidden(gear): Returns true if hog is hidden
    77  + New call: IsHogHidden(gear): Returns true if hog is hidden
    79  + Changed cal: AddTeam: 2nd param. color: Accepts negative value to use a default clan color from player settings
    78  + Changed call: AddTeam: 2nd param. color: Accepts negative value to use a default clan color from player settings
    80  + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available”
    79  + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available”
    81  + New parameter: ShowMission: 6th param. forceDisplay: Set to true to prevent this particular mission panel to be hidden manually by player
    80  + New parameter: ShowMission: 6th param. forceDisplay: Set to true to prevent this particular mission panel to be hidden manually by player
    82  + New Lua library: Achievements
    81  + New Lua library: Achievements
    83  * Changed global: lfCurrentHog becomes lfCurHogCrate
    82  * Changed global: lfCurrentHog becomes lfCurHogCrate
    84  * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase
    83  * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase