ChangeLog.txt
changeset 13627 605767bbd022
parent 13625 10e256704181
child 13628 d5e029b84e16
equal deleted inserted replaced
13626:2bdbef3f534c 13627:605767bbd022
    85  + Changed call: AddTeam: 2nd param. color: Accepts negative value to use a default clan color from player settings
    85  + Changed call: AddTeam: 2nd param. color: Accepts negative value to use a default clan color from player settings
    86  + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available”
    86  + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available”
    87  + New parameter: ShowMission: 6th param. forceDisplay: Set to true to prevent this particular mission panel to be hidden manually by player
    87  + New parameter: ShowMission: 6th param. forceDisplay: Set to true to prevent this particular mission panel to be hidden manually by player
    88  + New Lua library: Achievements
    88  + New Lua library: Achievements
    89  + Can enable infinite fly time for jetpack/Birdy by setting health to JETPACK_FUEL_INFINITE or BIRDY_ENERGY_INFINITE, respectively
    89  + Can enable infinite fly time for jetpack/Birdy by setting health to JETPACK_FUEL_INFINITE or BIRDY_ENERGY_INFINITE, respectively
       
    90  + New global game variable: MaxCaseDrops. Max. number of crats which can be in game by crate drops
    90  + New global: NoPointX. Value of CursorX and CursorY if cursor is inactive
    91  + New global: NoPointX. Value of CursorX and CursorY if cursor is inactive
    91  + New global: AMMO_INFINITE. Value for infinite ammo count for AddAmmo and other functions
    92  + New global: AMMO_INFINITE. Value for infinite ammo count for AddAmmo and other functions
    92  + New global: cMaxHogHealth. Maximum possible hedgehog health
    93  + New global: cMaxHogHealth. Maximum possible hedgehog health
    93  + New global: EXPLForceDraw. Flag for Explode function, forces land removal even with gfSolidLand on
    94  + New global: EXPLForceDraw. Flag for Explode function, forces land removal even with gfSolidLand on
    94  * Changed global: lfCurrentHog becomes lfCurHogCrate
    95  * Changed global: lfCurrentHog becomes lfCurHogCrate