equal
deleted
inserted
replaced
78 + Changed call: 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 |
79 + 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” |
80 + 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 |
81 + New Lua library: Achievements |
81 + New Lua library: Achievements |
82 + Can enable infinite fly time for jetpack/Birdy by setting health to JETPACK_FUEL_INFINITE or BIRDY_ENERGY_INFINITE, respectively |
82 + Can enable infinite fly time for jetpack/Birdy by setting health to JETPACK_FUEL_INFINITE or BIRDY_ENERGY_INFINITE, respectively |
|
83 + New global: NoPointX. Value of CursorX and CursorY if cursor is inactive |
|
84 + New global: AMMO_INFINITE. Value for infinite ammo count for AddAmmo and other functions |
83 * Changed global: lfCurrentHog becomes lfCurHogCrate |
85 * Changed global: lfCurrentHog becomes lfCurHogCrate |
84 * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase |
86 * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase |
85 * AI sometimes intentionally shot hedgehogs with aihDoesntMatter set |
87 * AI sometimes intentionally shot hedgehogs with aihDoesntMatter set |
86 |
88 |
87 ====================== 0.9.24.1 ==================== |
89 ====================== 0.9.24.1 ==================== |