hedgewars/uCommands.pas
Mon, 10 Aug 2015 03:53:11 +0200 sheepluva more copyright fixes
Tue, 04 Feb 2014 19:45:22 +0100 sheepluva update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
Tue, 21 Jan 2014 22:43:06 +0100 koda fixwhitespace and dos2unix
Fri, 17 Jan 2014 01:06:54 +0100 sheepluva update copyright to 2014
Sat, 29 Jun 2013 02:42:15 +0200 koda break uDebug and uCommand depedency loop by putting stuff in uIO
Wed, 29 May 2013 15:12:06 -0400 unc0rr bump copyright year for Andrey entries
Mon, 11 Feb 2013 10:20:07 +0400 unc0rr Bring back full log strings for commands, just a bit sanitized
Sun, 28 Oct 2012 04:28:39 +0100 koda cleanup in initEverything and freeEverything
Tue, 23 Oct 2012 20:15:15 -0400 nemo missing nil test
Tue, 23 Oct 2012 16:52:13 -0400 nemo Flag script parsecommands to avoid echoing to net
Wed, 25 Jul 2012 10:56:14 -0400 nemo Changes for the benefit of pas2c. Use downto in for loops to avoid repeated calls of Random/GetRandom. Wrap nots.
Fri, 20 Jul 2012 21:15:38 -0400 nemo Ok. *these* should be safe with just this one extra check...
Fri, 20 Jul 2012 18:48:04 -0400 nemo Avoid desync playing back demos
Fri, 20 Jul 2012 15:12:47 -0400 nemo I thirst for randomness.
Wed, 02 May 2012 11:43:43 +0100 koda marked a couple of functions as inline
Tue, 24 Apr 2012 23:33:39 +0400 unc0rr uCommands compiles
Mon, 23 Apr 2012 19:23:28 +0200 Xeli in uTouch dont use bools to represent keystrokes, but issue ParseCommands
Sat, 21 Apr 2012 19:51:13 +0400 unc0rr - Remove support for variables in command handlers
Fri, 17 Feb 2012 18:23:36 +0100 koda the most important commit of the year
Tue, 17 Jan 2012 09:01:31 -0500 lovelacer A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
Sun, 27 Nov 2011 14:46:57 +0300 unc0rr - Improvement to the parser
Fri, 12 Aug 2011 15:33:07 -0400 nemo Revert ParseCommandOverride change since it appears to be badly screwing up scripting. Need to find out why. This backs out 7f57d0c7816a and the recent workaround.
Tue, 28 Jun 2011 21:48:28 -0400 nemo Fix random weapons with per-hog ammo, fix ammo store loadout number in scripting for per-clan and per-hog ammo, add an advanced script hook into parsecommand to override values, add check for empty map in chSetMap, load script earlier in game params from frontend
Wed, 02 Mar 2011 00:27:20 +0100 koda Happy 2011 :)
Tue, 01 Feb 2011 15:30:08 +0100 koda addfilelog <3 debugfile
Thu, 23 Dec 2010 22:05:42 +0300 unc0rr Oops, typo
Sat, 18 Dec 2010 21:08:02 +0300 unc0rr Try to avoid binary data in log, use shorter descriptions
Mon, 22 Nov 2010 21:49:57 +0300 unc0rr Move doPut into uIO (not a very bad place really)
Mon, 22 Nov 2010 21:43:31 +0300 unc0rr uCommandHandlers
Sun, 21 Nov 2010 13:13:42 -0500 nemo Increase teams to 8 to match the 8 colours, fix issue #108, reenable rope length modifier
Sun, 21 Nov 2010 19:41:19 +0300 unc0rr uDebug
Sun, 21 Nov 2010 19:14:45 +0300 unc0rr Remove uChat dependency from uCommands
Sun, 21 Nov 2010 19:07:43 +0300 unc0rr Remove uAmmos dependaency from uCommands
Sun, 21 Nov 2010 17:48:58 +0300 unc0rr Move some command handlers out of uCommands into more appropriate places, thus removing some dependencies. Ideally uCommands shouldn't depend on anything (except for uTypes and uConsts probably)
Sun, 21 Nov 2010 09:12:44 -0500 nemo After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
Sat, 20 Nov 2010 23:48:04 +0300 unc0rr Move land hash checking into commands
Thu, 18 Nov 2010 12:12:51 +0300 unC0Rr Haven't found a better place than uIO for OutError
Thu, 18 Nov 2010 11:32:47 +0300 unC0Rr Move some stuff from uMisc to uUtils
Thu, 18 Nov 2010 09:12:27 +0300 unC0Rr Introduce uCommands.pas
less more (0) tip