hedgewars/uCommands.pas
2015-08-10 sheepluva more copyright fixes
2014-02-04 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
2014-01-21 koda fixwhitespace and dos2unix
2014-01-17 sheepluva update copyright to 2014
2013-06-29 koda break uDebug and uCommand depedency loop by putting stuff in uIO
2013-05-29 unc0rr bump copyright year for Andrey entries
2013-02-11 unc0rr Bring back full log strings for commands, just a bit sanitized
2012-10-28 koda cleanup in initEverything and freeEverything
2012-10-24 nemo missing nil test
2012-10-23 nemo Flag script parsecommands to avoid echoing to net
2012-07-25 nemo Changes for the benefit of pas2c. Use downto in for loops to avoid repeated calls of Random/GetRandom. Wrap nots.
2012-07-21 nemo Ok. *these* should be safe with just this one extra check...
2012-07-20 nemo Avoid desync playing back demos
2012-07-20 nemo I thirst for randomness.
2012-05-02 koda marked a couple of functions as inline
2012-04-24 unc0rr uCommands compiles
2012-04-23 Xeli in uTouch dont use bools to represent keystrokes, but issue ParseCommands
2012-04-21 unc0rr - Remove support for variables in command handlers
2012-02-17 koda the most important commit of the year
2012-01-17 lovelacer A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
2011-11-27 unc0rr - Improvement to the parser
2011-08-12 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.
2011-06-29 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
2011-03-01 koda Happy 2011 :)
2011-02-01 koda addfilelog <3 debugfile
2010-12-23 unc0rr Oops, typo
2010-12-18 unc0rr Try to avoid binary data in log, use shorter descriptions
2010-11-22 unc0rr Move doPut into uIO (not a very bad place really)
2010-11-22 unc0rr uCommandHandlers
2010-11-21 nemo Increase teams to 8 to match the 8 colours, fix issue #108, reenable rope length modifier
2010-11-21 unc0rr uDebug
2010-11-21 unc0rr Remove uChat dependency from uCommands
2010-11-21 unc0rr Remove uAmmos dependaency from uCommands
2010-11-21 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)
2010-11-21 nemo After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
2010-11-20 unc0rr Move land hash checking into commands
2010-11-18 unC0Rr Haven't found a better place than uIO for OutError
2010-11-18 unC0Rr Move some stuff from uMisc to uUtils
2010-11-18 unC0Rr Introduce uCommands.pas
less more (0) tip