ChangeLog.txt
changeset 13582 517b26009073
parent 13581 9c8749bb0d06
child 13586 41e0446fb254
equal deleted inserted replaced
13581:9c8749bb0d06 13582:517b26009073
    73  + New call: EnableSwitchHog(): Enable hog switching
    73  + New call: EnableSwitchHog(): Enable hog switching
    74  + New call: GetAmmo(ammoType): Returns ammo configuration (corresponds to SetAmmo)
    74  + New call: GetAmmo(ammoType): Returns ammo configuration (corresponds to SetAmmo)
    75  + New call: GetVampiric(): Returns true if vampirism is currently active
    75  + New call: GetVampiric(): Returns true if vampirism is currently active
    76  + New call: GetLaserSight(): Returns true if laser sight (as utility) is currenctly active (ignoring sniper rifle)
    76  + New call: GetLaserSight(): Returns true if laser sight (as utility) is currenctly active (ignoring sniper rifle)
    77  + New call: IsHogHidden(gear): Returns true if hog is hidden
    77  + New call: IsHogHidden(gear): Returns true if hog is hidden
       
    78  + Changed cal: AddTeam: 2nd param. color: Accepts negative value to use a default clan color from player settings
    78  + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available”
    79  + New parameter: SetAmmoTexts: 5th param. showExtra: Set to false to hide texts like “Not yet available”
    79  + New parameter: ShowMission: 6th param. forceDisplay: Set to true to prevent this particular mission panel to be hidden manually by player
    80  + New parameter: ShowMission: 6th param. forceDisplay: Set to true to prevent this particular mission panel to be hidden manually by player
    80  + New Lua library: Achievements
    81  + New Lua library: Achievements
    81  * Changed global: lfCurrentHog becomes lfCurHogCrate
    82  * Changed global: lfCurrentHog becomes lfCurHogCrate
    82  * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase
    83  * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase