hedgewars/uScript.pas
Tue, 24 Oct 2017 04:48:20 +0200 Wuzzy Lua API: Fix Goals text being cut off at ca. 255 characters
Tue, 10 Oct 2017 17:39:11 +0200 Wuzzy Lua API: Remove BorderColor variable from onGameInit
Sat, 30 Sep 2017 21:54:47 +0200 sheepluva fix some fpc hints
Sat, 30 Sep 2017 00:09:48 +0200 sheepluva pas2c happiness initiative 2017, continued
Fri, 29 Sep 2017 22:53:53 +0200 sheepluva fix some things that annoy pas2c and whitespaces
Thu, 28 Sep 2017 18:36:24 +0200 Wuzzy Lua API: Add ReadyTimeLeft variable
Tue, 26 Sep 2017 16:07:44 +0200 Wuzzy New Lua API function: GetTeamStats, to get team stats
Fri, 22 Sep 2017 18:45:51 -0400 nemo mix it up some more. also had screwed up -- inside quotes
Fri, 22 Sep 2017 18:07:11 -0400 nemo should be harder to dodge than a xor
Wed, 20 Sep 2017 13:15:17 -0400 nemo ranges for alnum were silly. also lets not fail to same value
Wed, 20 Sep 2017 11:00:43 -0400 nemo Data is not part of the path
Tue, 12 Sep 2017 16:14:40 -0400 nemo Try to prevent the script safety checking from totally screwing up localisation. Also untested.
Tue, 12 Sep 2017 08:32:01 -0400 nemo This should be ok right?
Mon, 11 Sep 2017 14:28:58 -0400 nemo Totally untested. Trying to ensure scripts loaded more or less match.
Fri, 28 Apr 2017 02:18:21 +0200 Wuzzy Lua: Fix SwitchHog breaking the ammo menu of the new hog
Tue, 23 Feb 2016 13:45:49 +0300 unc0rr Dump best time ghost on console 0.9.22
Thu, 27 Apr 2017 19:09:01 +0200 Wuzzy Lua: Fix HideHog causing engine crash when provided with invalid gear ID or hog was hidden
Wed, 26 Apr 2017 01:51:51 +0200 Wuzzy Lua API: SendAchevementsStatsOff, SendGameResultOff, SendRankingStatsOff
Mon, 24 Apr 2017 09:59:10 -0400 nemo Move sidecar lua load to prior to script load. This should let the script use it for dependencies.
Sat, 22 Apr 2017 18:36:57 +0200 Wuzzy Lua variable: AmmoTypeMax (maximum ammo type ID for iterating)
Thu, 20 Apr 2017 11:22:29 -0400 nemo For testing purposes, drop tointeger and pushint since Lua uses ptrdiff causing inconsistent behaviour if we try to get a longword value from tointeger on 64 bit vs 32bit. This should improve script reliability a bit
Wed, 19 Apr 2017 17:50:31 +0200 Wuzzy New Lua call: EndTurn to end turn
Wed, 05 Apr 2017 17:26:59 +0200 Wuzzy Remove Lua function SetAmmoStore
Sat, 10 Dec 2016 21:28:10 +0100 sheepluva Fix ScriptExists() destroying lua stack (fixes Bug #146)
Sun, 27 Nov 2016 05:33:26 +0100 Wuzzy Add PlaceRubber to Lua API
Wed, 23 Nov 2016 19:39:01 +0100 Wuzzy Add GetHogFort to Lua API
Sun, 20 Nov 2016 01:50:24 +0100 Wuzzy Expose number of air mines in Lua variable AirMinesNum
Sat, 19 Nov 2016 22:17:08 +0100 Wuzzy Allow to ignore overwritten ammo name in GetAmmoName
Sat, 19 Nov 2016 22:00:23 +0100 Wuzzy GetAmmoName now returns ammo name overwritten by SetAmmoTexts
Tue, 10 May 2016 01:59:54 +0200 Wuzzy Add SetAmmoDescriptionAppendix to Lua API, see issue 82
Mon, 09 May 2016 22:49:31 +0200 Wuzzy Add Lua API function SetAmmoTexts (see issue 82)
Tue, 15 Nov 2016 00:42:44 +0100 Wuzzy Lua API: Add GetVisualGearType, onVisualGearAdd, onVisualGearDelete
Tue, 15 Nov 2016 00:17:31 +0100 Wuzzy Add WorldEdge to Lua API to expose/change world edge type
Fri, 16 Sep 2016 00:41:03 +0200 sheepluva fix typo and hopefully also pas2c
Fri, 16 Sep 2016 00:01:43 +0200 sheepluva Lua API: IsHogLocal(gearUid)
Thu, 15 Sep 2016 23:16:49 +0200 sheepluva Lua API: GetAmmoName(ammoType)
Sun, 04 Sep 2016 21:23:00 +0200 sheepluva Lua API: fix incorrect error message. thanks to TheAnachron and rhino for pointing this out
Sun, 15 May 2016 23:11:14 +0200 sheepluva drop SysUtils inclusion from 5 files where it is not needed anymore
Sun, 15 May 2016 13:18:34 +0200 sheepluva always include uUtils _after_ SysUtils
Wed, 27 Apr 2016 00:14:06 +0200 Wuzzy fix for issue 71: Lua API: “Theme” variable is set to empty string initially
Wed, 27 Apr 2016 00:04:37 +0200 sheepluva Lua-API - GetClanColor: Verify argument and display error message on fail (instead of engine crash)
Sat, 23 Apr 2016 13:48:30 -0400 koda Add missing functions to fully disable lua at compile time
Sat, 23 Apr 2016 13:41:10 -0400 koda uscript cosmetics
Fri, 25 Mar 2016 15:52:49 +0100 sheepluva fix check for wrong value
Tue, 23 Feb 2016 13:45:49 +0300 unc0rr Dump best time ghost on console
Mon, 22 Feb 2016 10:24:00 -0500 nemo remove unused path functions
Sun, 31 Jan 2016 16:07:14 +0300 unc0rr Bye-bye TryDo
Sat, 23 Jan 2016 08:11:14 +0100 sheepluva Lua API: SetCinematicMode(enable)
Sat, 16 Jan 2016 19:20:06 +0100 sheepluva update some old google code links in the code/etc. thanks Wuzzy for the heads-up
Tue, 29 Dec 2015 14:44:32 -0500 nemo Make weapon damage in most cases be a structure value and also expose it to lua. Needs testing/review due to conditions at time of doing this (w/ one arm, dizzy/tingling due to sodium citrate), and just number of places changed..
Sat, 07 Nov 2015 16:15:27 +0100 sheepluva merge orphan head (while discarding all its changes) to make koda and his hg-git happy
Wed, 28 Oct 2015 10:01:31 -0400 nemo few more missing nil checks in crate spawn
Sat, 03 Oct 2015 17:02:57 -0400 nemo Add nil check in fake crate spawn for if crate fails to spawn
Thu, 17 Sep 2015 07:41:40 +0200 sheepluva add TODO
Sun, 13 Sep 2015 16:38:53 -0400 nemo aaand make sure the commented out line matches
Sun, 13 Sep 2015 16:36:39 -0400 nemo Add damage to gear values to mess with
Wed, 02 Sep 2015 16:58:31 +0200 sheepluva fix internal function name
Wed, 02 Sep 2015 04:49:11 +0200 sheepluva also expose MapFeatureSize in onPreviewInit
Wed, 02 Sep 2015 04:25:24 +0200 sheepluva Lua API: expose MapFeatureSize during init
Wed, 02 Sep 2015 04:03:24 +0200 sheepluva fix on-code documentation of EraseSprite
less more (0) -300 -100 -60 tip