equal
deleted
inserted
replaced
19 * 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 |
20 * Fix video recorder not working when game audio was disabled |
20 * Fix video recorder not working when game audio was disabled |
21 * 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 |
22 * 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 |
23 * Fix /hta, /hsa and /hya commands not writing message in chat |
23 * Fix /hta, /hsa and /hya commands not writing message in chat |
|
24 * Limit hedgehog health to 268435455 to prevent some bugs |
24 |
25 |
25 Frontend: |
26 Frontend: |
26 * Controllers are detected again |
27 * Controllers are detected again |
27 * No longer allow having schemes with equal names (case-insensitive) |
28 * No longer allow having schemes with equal names (case-insensitive) |
28 |
29 |
80 + New parameter: ShowMission: 6th param. forceDisplay: Set to true to prevent this particular mission panel to be hidden manually by player |
81 + 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 |
82 + 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 |
83 + 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: 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 |
85 + New global: AMMO_INFINITE. Value for infinite ammo count for AddAmmo and other functions |
|
86 + New global: cMaxHogHealth. Maximum possible hedgehog health |
85 * Changed global: lfCurrentHog becomes lfCurHogCrate |
87 * Changed global: lfCurrentHog becomes lfCurHogCrate |
86 * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase |
88 * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase |
87 * AI sometimes intentionally shot hedgehogs with aihDoesntMatter set |
89 * AI sometimes intentionally shot hedgehogs with aihDoesntMatter set |
88 |
90 |
89 ====================== 0.9.24.1 ==================== |
91 ====================== 0.9.24.1 ==================== |