ChangeLog.txt
changeset 13629 c9a49d06f1a2
parent 13628 d5e029b84e16
child 13630 fe7d2bbf5f3f
equal deleted inserted replaced
13628:d5e029b84e16 13629:c9a49d06f1a2
    82  + New call: GetAmmo(ammoType): Returns ammo configuration (corresponds to SetAmmo)
    82  + New call: GetAmmo(ammoType): Returns ammo configuration (corresponds to SetAmmo)
    83  + New call: GetVampiric(): Returns true if vampirism is currently active
    83  + New call: GetVampiric(): Returns true if vampirism is currently active
    84  + New call: GetLaserSight(): Returns true if laser sight (as utility) is currenctly active (ignoring sniper rifle)
    84  + New call: GetLaserSight(): Returns true if laser sight (as utility) is currenctly active (ignoring sniper rifle)
    85  + New call: IsHogHidden(gear): Returns true if hog is hidden
    85  + New call: IsHogHidden(gear): Returns true if hog is hidden
    86  + Changed call: AddTeam: 2nd param. color: Accepts negative value to use a default clan color from player settings
    86  + Changed call: AddTeam: 2nd param. color: Accepts negative value to use a default clan color from player settings
       
    87  + Change callback: onGearResurrect: 2nd parameter for visual gear spawned at resurrect position (might be nil)
    87  + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available”
    88  + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available”
    88  + New parameter: ShowMission: 6th param. forceDisplay: Set to true to prevent this particular mission panel to be hidden manually by player
    89  + New parameter: ShowMission: 6th param. forceDisplay: Set to true to prevent this particular mission panel to be hidden manually by player
    89  + New Lua library: Achievements
    90  + New Lua library: Achievements
    90  + Can enable infinite fly time for jetpack/Birdy by setting health to JETPACK_FUEL_INFINITE or BIRDY_ENERGY_INFINITE, respectively
    91  + Can enable infinite fly time for jetpack/Birdy by setting health to JETPACK_FUEL_INFINITE or BIRDY_ENERGY_INFINITE, respectively
    91  + New global game variable: MaxCaseDrops. Max. number of crats which can be in game by crate drops
    92  + New global game variable: MaxCaseDrops. Max. number of crats which can be in game by crate drops