ChangeLog.txt
changeset 13750 110d6c1e817f
parent 13747 52959f686082
child 13752 f1c66a34f2fe
equal deleted inserted replaced
13749:0e8db74ec585 13750:110d6c1e817f
   121  + Change callback: onGearResurrect: 2nd parameter for visual gear spawned at resurrect position (might be nil)
   121  + Change callback: onGearResurrect: 2nd parameter for visual gear spawned at resurrect position (might be nil)
   122  + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available”
   122  + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available”
   123  + New parameter: ShowMission: 6th param. forceDisplay: Set to true to prevent this particular mission panel to be hidden manually by player
   123  + New parameter: ShowMission: 6th param. forceDisplay: Set to true to prevent this particular mission panel to be hidden manually by player
   124  + New Lua library: Achievements
   124  + New Lua library: Achievements
   125  + Add sprite tint globals in Utilts library: U_LAND_TINT_NORMAL, U_LAND_TINT_ICE, U_LAND_TINT_INDESTRUCTIBLE and U_LAND_TINT_BOUNCY
   125  + Add sprite tint globals in Utilts library: U_LAND_TINT_NORMAL, U_LAND_TINT_ICE, U_LAND_TINT_INDESTRUCTIBLE and U_LAND_TINT_BOUNCY
   126  + Can enable infinite fly time for jetpack/Birdy by setting health to JETPACK_FUEL_INFINITE or BIRDY_ENERGY_INFINITE, respectively
   126  + New globals: Infinite fly time for jetpack/Birdy by setting health to JETPACK_FUEL_INFINITE or BIRDY_ENERGY_INFINITE, respectively
   127  + New global game variable: MaxCaseDrops. Max. number of crats which can be in game by crate drops
   127  + New global game variable: MaxCaseDrops. Max. number of crats which can be in game by crate drops
   128  + New global: NoPointX. Value of CursorX and CursorY if cursor is inactive
   128  + New global: NO_CURSOR. Value of CursorX and CursorY if cursor is inactive
   129  + New global: AMMO_INFINITE. Value for infinite ammo count for AddAmmo and other functions
   129  + New global: AMMO_INFINITE. Value for infinite ammo count for AddAmmo and other functions
   130  + New global: cMaxHogHealth. Maximum possible hedgehog health
   130  + New global: MAX_HOG_HEALTH. Maximum possible hedgehog health
   131  + New global: cMaxTurnTime. Maximum possible turn time
   131  + New global: MAX_TURN_TIME. Maximum possible turn time
   132  + New global: EXPLForceDraw. Flag for Explode function, forces land removal even with gfSolidLand on
   132  + New global: EXPLForceDraw. Flag for Explode function, forces land removal even with gfSolidLand on
   133  + New globals: capcolDefault, capcolSetting: Default caption colors
   133  + New globals: capcolDefault, capcolSetting: Default caption colors
   134  * Animate library: Remove defunct follow argument for AnimVisualGear
   134  * Animate library: Remove defunct follow argument for AnimVisualGear
   135  * Changed global: lfCurrentHog becomes lfCurHogCrate
   135  * Changed global: lfCurrentHog becomes lfCurHogCrate
   136  * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase
   136  * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase