equal
deleted
inserted
replaced
53 + New call: GetAmmoTimer(gearUid, ammoType): Returns current set timer for given ammoType and hog gear in ms. Returns nil for non-timerable ammo |
53 + New call: GetAmmoTimer(gearUid, ammoType): Returns current set timer for given ammoType and hog gear in ms. Returns nil for non-timerable ammo |
54 + New call: EnableSwitchHog(): Enable hog switching |
54 + New call: EnableSwitchHog(): Enable hog switching |
55 + New call: GetAmmo(ammoType): Returns ammo configuration (corresponds to SetAmmo) |
55 + New call: GetAmmo(ammoType): Returns ammo configuration (corresponds to SetAmmo) |
56 + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available” |
56 + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available” |
57 + New parameter: ShowMission: 6th param. forceDisplay: Set to true to prevent this particular mission panel to be hidden manually by player |
57 + New parameter: ShowMission: 6th param. forceDisplay: Set to true to prevent this particular mission panel to be hidden manually by player |
|
58 + New Lua library: Achievements |
58 * Changed global: lfCurrentHog becomes lfCurHogCrate |
59 * Changed global: lfCurrentHog becomes lfCurHogCrate |
59 * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase |
60 * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase |
60 * AI sometimes intentionally shot hedgehogs with aihDoesntMatter set |
61 * AI sometimes intentionally shot hedgehogs with aihDoesntMatter set |
61 |
62 |
62 ====================== 0.9.24.1 ==================== |
63 ====================== 0.9.24.1 ==================== |