hedgewars/uAIActions.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
Wed, 29 May 2013 15:12:06 -0400 unc0rr bump copyright year for Andrey entries
Wed, 31 Oct 2012 14:51:03 +0400 unc0rr Update ai actions tracing subsystem 0.9.18
Mon, 01 Oct 2012 12:01:39 +0400 unc0rr - Fix warnings and hints
Wed, 05 Sep 2012 02:17:04 +0400 unc0rr Fix some warnings
Wed, 25 Jul 2012 16:24:30 +0400 unc0rr - Implement AI land marks which only used to tracks visited areas on the map for now. Significantly reduces wasting of cpu time by AI checking same place several times (10x or even more in rare cases)
Sun, 22 Jul 2012 00:48:48 +0400 unc0rr AI uses cake! Known issues: AI could damage itself for no reason, could let cake go looping in a hole with exit closed by AI hog.
Fri, 08 Jun 2012 18:03:44 +0400 unc0rr - TestSniperRifle ftw (still needs some consts adjustments, because AI seems to love sniper rifle too much)
Fri, 25 May 2012 15:35:48 +0400 unc0rr - Fix some AI stupidness factors
Sat, 05 May 2012 19:04:59 +0100 koda old typed const moved to their proper unit
Tue, 01 May 2012 19:56:55 +0200 koda breaking news, we don't support typed consts anymore
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.
Wed, 28 Dec 2011 18:40:02 +0300 unc0rr It seems there's no need to copy gear's msg. Fixes bots getting stuck after hog switch.
Thu, 01 Dec 2011 18:02:27 +0400 unc0rr - Improve renderer a bit, disallow nested functions
Fri, 18 Nov 2011 15:05:32 +0400 unc0rr Make AI be less scared by crates. Actually, now it starts using switcher just to pick a crate up.
Thu, 17 Nov 2011 23:14:24 +0300 unc0rr Make AI use switcher when:
Tue, 26 Jul 2011 17:27:14 +0400 unc0rr Comment out unsynced logging
Wed, 02 Mar 2011 00:27:20 +0100 koda Happy 2011 :)
Mon, 22 Nov 2010 21:49:57 +0300 unc0rr Move doPut into uIO (not a very bad place really)
Sun, 21 Nov 2010 19:41:19 +0300 unc0rr uDebug
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
Wed, 17 Nov 2010 17:45:55 +0300 unC0Rr Move variables from uMisc to uVariables
Wed, 17 Nov 2010 17:22:36 +0300 unC0Rr Introduce unit uTypes in order to remove some cyclic unit dependencies
Sun, 02 May 2010 22:00:50 +0000 smxx Engine:
Thu, 01 Apr 2010 16:08:09 +0000 nemo Update (c) lines to 2010 as unc0rr requested - they all had varying values so I just took the first year mentioned, then tacked on -2010
Mon, 29 Mar 2010 23:20:34 +0000 koda just some very sane stuff for the iphone port (plus some macro on pascal files)
Fri, 20 Nov 2009 21:22:05 +0000 koda revamped file access and debug display
Thu, 05 Nov 2009 16:23:09 +0000 koda move compiler directives to standard pascal
Mon, 07 Jul 2008 13:06:25 +0000 unc0rr Update copyright headers a bit
Sun, 27 Apr 2008 11:40:22 +0000 unc0rr Update copyright info in source files headers
Tue, 05 Feb 2008 17:53:38 +0000 unc0rr - New command 'set weapon'
Sun, 20 Jan 2008 22:07:27 +0000 unc0rr More verbose awareness message
Sun, 20 Jan 2008 21:47:42 +0000 unc0rr - Small cleanup
Sun, 16 Dec 2007 19:34:13 +0000 unc0rr Fix AI breaking demos and saves in some cases
Sun, 01 Jul 2007 20:16:19 +0000 unc0rr Fix AI jumping to wrong direction on the turn start
Sun, 01 Jul 2007 11:02:47 +0000 unc0rr - Better randomness of placing hedgehogs on the land
Sun, 11 Feb 2007 15:33:19 +0000 unc0rr AI thinks in separate thread
Mon, 05 Feb 2007 19:33:24 +0000 unc0rr Update copyright information
Sat, 27 Jan 2007 14:18:33 +0000 unc0rr integer -> LongInt
Fri, 26 Jan 2007 22:36:21 +0000 unc0rr AI compiles, but doesn't work
Sun, 21 Jan 2007 19:51:02 +0000 unc0rr Fixed-point arithmetics in engine.
Sun, 26 Nov 2006 21:19:24 +0000 unc0rr Watchdog for bots to prevent them from being stacked by bugs of engine physics
Wed, 11 Oct 2006 19:37:48 +0000 unc0rr Fixed compilation with freepascal version prior to 1.9.6
Wed, 11 Oct 2006 19:07:38 +0000 unc0rr Fixed weird bots behavior
Tue, 10 Oct 2006 18:03:48 +0000 unc0rr Fix bots regressions
Thu, 05 Oct 2006 16:33:18 +0000 unc0rr Relicense to GPL
Sun, 24 Sep 2006 21:32:18 +0000 unc0rr Many small fixes
Wed, 13 Sep 2006 19:26:16 +0000 unc0rr - Fix 'new team' regression
Mon, 11 Sep 2006 21:44:38 +0000 unc0rr - Many fixes to AI
Thu, 20 Jul 2006 20:11:32 +0000 unc0rr - Fixed bug with hedgehog under water using rope
Tue, 11 Jul 2006 21:04:05 +0000 unc0rr - New First Aid powerup
Sat, 08 Jul 2006 21:40:03 +0000 unc0rr - Unicode support for team and hedgehogs names
Wed, 28 Jun 2006 18:27:42 +0000 unc0rr - Changed falling damage scoring
Fri, 23 Jun 2006 20:02:41 +0000 unc0rr - Many AI improvements
less more (0) -60 tip