ChangeLog.txt
changeset 13663 91d48cbae927
parent 13660 9b1ba92083f1
child 13665 5664650befcd
equal deleted inserted replaced
13662:841ad2ad341d 13663:91d48cbae927
   100  + Can enable infinite fly time for jetpack/Birdy by setting health to JETPACK_FUEL_INFINITE or BIRDY_ENERGY_INFINITE, respectively
   100  + Can enable infinite fly time for jetpack/Birdy by setting health to JETPACK_FUEL_INFINITE or BIRDY_ENERGY_INFINITE, respectively
   101  + New global game variable: MaxCaseDrops. Max. number of crats which can be in game by crate drops
   101  + New global game variable: MaxCaseDrops. Max. number of crats which can be in game by crate drops
   102  + New global: NoPointX. Value of CursorX and CursorY if cursor is inactive
   102  + New global: NoPointX. Value of CursorX and CursorY if cursor is inactive
   103  + New global: AMMO_INFINITE. Value for infinite ammo count for AddAmmo and other functions
   103  + New global: AMMO_INFINITE. Value for infinite ammo count for AddAmmo and other functions
   104  + New global: cMaxHogHealth. Maximum possible hedgehog health
   104  + New global: cMaxHogHealth. Maximum possible hedgehog health
       
   105  + New global: cMaxTurnTime. Maximum possible turn time
   105  + New global: EXPLForceDraw. Flag for Explode function, forces land removal even with gfSolidLand on
   106  + New global: EXPLForceDraw. Flag for Explode function, forces land removal even with gfSolidLand on
   106  + New globals: capcolDefault, capcolSetting: Default caption colors
   107  + New globals: capcolDefault, capcolSetting: Default caption colors
   107  * Changed global: lfCurrentHog becomes lfCurHogCrate
   108  * Changed global: lfCurrentHog becomes lfCurHogCrate
   108  * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase
   109  * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase
   109  * AI sometimes intentionally shot hedgehogs with aihDoesntMatter set
   110  * AI sometimes intentionally shot hedgehogs with aihDoesntMatter set