hedgewars/uScript.pas
2018-09-03 Wuzzy Lua: Fix LeftX, RightX, TopY, LAND_WIDTH, LAND_HEIGHT being broken if onVisualGearAdd is set
2018-09-03 Wuzzy Lua: Rename globals: NoPointX→NO_CURSOR, cMaxTurnTime→MAX_TURN_TIME, cMaxHogHealth→MAX_HOG_HEALTH
2018-09-02 Wuzzy Call GetGlobals after entering Lua command with /lua
2018-09-02 Wuzzy Fix buggy behaviour when setting TurnTimeLeft through Retreat
2018-09-02 Wuzzy Change chat text color for Lua warnings to yellow
2018-09-02 Wuzzy Add deprecation warning for setting TurnTimeLeft/ReadyTimeLeft directly, fix SetTurnTimeLeft/SetReadyTimeLeft not setting vars reliably
2018-09-02 Wuzzy Lua API: Add SetTurnTimeLeft, SetReadyTimeLeft
2018-08-31 Wuzzy Add 2nd optional parameter to HedgewarsScriptLoad. If false, its OK if file does not exist. Also, return true/false on success
2018-08-31 Wuzzy Backed out changeset a62408ee8281. Allowing HedgewarsScriptLoad to not stop if script is missing is dumb
2018-08-31 Wuzzy Allow script to be missing when calling HedgewarsScriptLoad, return true/false based on success
2018-08-31 Wuzzy Critical error if loading a script has failed
2018-08-22 Wuzzy Backed out changeset 076b7d23fab8. Well, the commit in question was needed after all ... 0.9.24
2018-08-21 Wuzzy Backed out changeset 6c0cf6b9eff8. Scripters should be prepared for nil and pretending the gear exists would cause more pain 0.9.24
2018-08-21 nemo use 0s instead of nils to try to protect script assumptions 0.9.24
2018-08-21 nemo only-stats should never create visual gears. and lua should never rely on visual gears being created. critical is just to help ensure ones important to gameplay don't get lost in fast-forward 0.9.24
2018-08-21 Wuzzy Make engine chat syntax translatable
2018-08-14 Wuzzy Prevent wrapping of turn time when using extra time
2018-08-11 Wuzzy Add separate TotalRounds var for Lua to count the *actual* number of rounds that have been played
2018-08-08 Wuzzy Refactor text color variable names, export 2 color values to Lua
2018-08-07 Wuzzy Move max. number of crate spawns into variable
2018-08-06 Wuzzy Add comments for most hwengine constants
2018-08-06 Wuzzy Show correct health increase when hog health cap is reached
2018-08-02 Wuzzy Fix hammer/pickhammer not digging land with gfSolidLand on
2018-08-02 Wuzzy Cap hedgehog health to prevent overflow bugs
2018-08-01 Wuzzy Add Lua globals: AMMO_INFINITE and NoPointX
2018-08-01 Wuzzy Add support for infinite fly time of jetpack and Birdy
2018-08-01 Wuzzy Lua: Allow to use negative value for AddTeam to select a default clan color
2018-07-30 Wuzzy Lua API: Add IsHogHidden
2018-07-30 Wuzzy Lua: Add GetVampiric, GetLaserSight
2018-07-10 Wuzzy Refactor: lfCurrentHog→lfCurHogCrate, lfNotCurrentMask→lfNotCurHogCrate
2018-07-10 Wuzzy Lua API: Add parameter forceDisplay to ShowMission to prevent manual hiding
2018-07-08 Wuzzy Fix GetAmmo getting wrong ammo count
2018-07-07 Wuzzy New Lua API function: GetAmmo, to get ammo config
2018-07-02 nemo somehow scale was omitted from this catch-all VG init. late addition to the struct perhaps.
2018-05-18 nemo 0.9.24 merge of physfs tweak
2018-05-18 nemo Make wrapping a lua and its sidecar actually work. 0.9.24
2018-05-04 Wuzzy Make EnableSwitchHog() more robust against failure, return gear UID
2018-05-04 Wuzzy Lua API: Add EnableSwitchHog to manually enable hog switching
2018-05-03 Wuzzy Fix GetAmmoTimer implementation, swap arguments
2018-05-03 Wuzzy Lua API: GetAmmoTimer, to get the player-set timer for an ammo
2018-05-03 Wuzzy Lua API: Add 5th parameter showExtra to SetAmmoTexts to hide extra text
2018-04-29 nemo Seed reset seems fine when moved out of the loader. Also bump protocol
2018-04-29 nemo Back out 12847:1aba77b2e4ac This both does NOT fix the seed mismatch with shoppa map preview *AND* breaks otherwise identical scripts with different file encodings due to multiple lua calls.
2018-04-21 Wuzzy New Lua call: Retreat, to force turn into Retreat time
2018-03-23 Wuzzy Add new game flag gfSwitchHog, enable hog switching at turn start
2018-03-22 Wuzzy Lua API: Add Explode function
2018-03-15 Wuzzy Lua API: Fix not updating CursorX/CursorY properly when moving cursor at screen border
2018-03-12 Wuzzy Lua API: Add SkipTurn() to replace ParseCommand("skip")
2018-03-08 Wuzzy Lua API: PlaySound: Add 3rd parameter instaVoice to instantly play voice
2018-03-08 Wuzzy Lua API: Add SetSoundMask to disable playing certain sounds
2018-03-07 Wuzzy Lua: Rename global variable “L” to “LOCALE”
2018-02-23 Wuzzy Lua API: Fix SetWind not updating flake direction
2018-02-20 Wuzzy Lua API: Remove empty functions CampaignLock and CampaignUnlock
2018-02-20 Wuzzy Expose 5 land flags to Lua for use with SetGearCollisionMask
2018-02-20 Wuzzy Fix inconsistent name of SetGearAIHints
2018-02-16 Wuzzy Lua API: Add functons: GetTeamIndex and GetTeamClan
2018-02-16 Wuzzy Add SetTeamLabel to Lua API, can set arbitrary string as team label
2018-02-09 Wuzzy Lua API: AddAmmo unselects weapons before it would remove current ammo from current hog
2018-02-09 Wuzzy Lua API: Add HealHog to heal hog with visual effects + message
2018-02-09 Wuzzy Lua API: Add SpawnSupplyCrate
less more (0) -300 -100 -60 tip