ChangeLog.txt
changeset 13933 429945a9b8db
parent 13853 46e1c1069ac2
child 13956 2568fa516733
equal deleted inserted replaced
13932:7bb60596c27e 13933:429945a9b8db
   167  + New global: NO_CURSOR. Value of CursorX and CursorY if cursor is inactive
   167  + New global: NO_CURSOR. Value of CursorX and CursorY if cursor is inactive
   168  + New global: AMMO_INFINITE. Value for infinite ammo count for AddAmmo and other functions
   168  + New global: AMMO_INFINITE. Value for infinite ammo count for AddAmmo and other functions
   169  + New global: MAX_HOG_HEALTH. Maximum possible hedgehog health
   169  + New global: MAX_HOG_HEALTH. Maximum possible hedgehog health
   170  + New global: MAX_TURN_TIME. Maximum possible turn time
   170  + New global: MAX_TURN_TIME. Maximum possible turn time
   171  + New global: EXPLForceDraw. Flag for Explode function, forces land removal even with gfSolidLand on
   171  + New global: EXPLForceDraw. Flag for Explode function, forces land removal even with gfSolidLand on
       
   172  + New global: PLATFORM. Platform type. "Desktop" for desktop builds, "Mobile" for mobile device builds
   172  + New globals: capcolDefault, capcolSetting: Default caption colors
   173  + New globals: capcolDefault, capcolSetting: Default caption colors
   173  * Animate library: Remove defunct follow argument for AnimVisualGear
   174  * Animate library: Remove defunct follow argument for AnimVisualGear
   174  * Changed global: lfCurrentHog becomes lfCurHogCrate
   175  * Changed global: lfCurrentHog becomes lfCurHogCrate
   175  * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase
   176  * Fixed variable: TotalRounds was -1 (instead of 0) in first real round after hog placement phase
   176  * Fixed variables: LeftX, RightX, TopY, LAND_WIDTH, LAND_HEIGHT were broken if onVisualGearAdd was defined
   177  * Fixed variables: LeftX, RightX, TopY, LAND_WIDTH, LAND_HEIGHT were broken if onVisualGearAdd was defined