hedgewars/uAIMisc.pas
Mon, 12 Mar 2012 01:00:17 -0400 nemo Change rest of AI tests to floats, reenable snowball
Sun, 11 Mar 2012 23:24:09 -0400 nemo Try adding it to deagle too. Although the routine still doesn't consider angle, so it'll pretty much be luck. Might be a waste of time.
Sun, 11 Mar 2012 22:44:57 -0400 nemo Hm. Score was a bit too much, AI was doing suicidal things.
Sun, 11 Mar 2012 22:35:55 -0400 nemo small tweak. make drowning prefer higher health hogs
Sun, 11 Mar 2012 20:36:50 -0400 nemo Teach AI to drown with shotgun too
Sun, 11 Mar 2012 20:12:31 -0400 nemo Start on adding drowning bonus to bat/firepunch/whip. AI still is not smart enough to change direction when firepunching to face the water, or change the angle of the bat.
Sun, 11 Mar 2012 18:28:32 -0400 nemo Add drowning to grenade too, try some little optimisations
Sun, 11 Mar 2012 23:31:32 +0400 unc0rr Fix silliness
Sun, 11 Mar 2012 14:43:36 -0400 nemo First pass at making AI drowning aware. No concerns of performance, only applied to bazooka (not bat/fp etc)
Sun, 11 Mar 2012 12:19:04 -0400 nemo Minor optimisation for AI to cut down on hwSqrt calls
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.
Thu, 01 Dec 2011 18:02:27 +0400 unc0rr - Improve renderer a bit, disallow nested functions
Fri, 18 Nov 2011 12:47:40 -0500 nemo Only make AI avoid damaged dead mines and dangerously smoking barrels once the attack is finished.
Sun, 13 Nov 2011 10:34:35 -0500 nemo Make AI avoid barrels the more they are damaged
Sun, 02 Oct 2011 10:36:43 -0400 nemo Basic test implementation of an ice flag. Allows for slick parts of terrain. Intended for ice gun, or "ice" mask on portions of land objects.
Sat, 24 Sep 2011 22:16:49 +0400 unC0Rr Fix a bunch of warnings (also improves speed a bit in 32 bit code)
Mon, 12 Sep 2011 16:38:54 -0400 nemo fix for issue #139
Mon, 22 Aug 2011 17:44:30 +0400 unc0rr Implement TestHammer which makes sense
Mon, 22 Aug 2011 17:22:11 +0400 unc0rr Make AI aware of damage modifiers
Sat, 20 Aug 2011 14:00:51 -0400 nemo teach AI about sticky mines
Wed, 27 Jul 2011 11:38:00 +0400 unc0rr Remove unneeded variable
Tue, 26 Jul 2011 17:28:55 +0400 unc0rr Make AI much more wise (fix a bug preventing AI to explore caves)
Tue, 21 Jun 2011 16:42:04 +0400 unc0rr Don't stick to enemies when there are more than 2 clans
Wed, 02 Mar 2011 11:48:02 -0500 nemo Try to make AI aware of dud mines by clearing gstAttacking on dud, and adding some rules on mine health/damage/dud probability to AI weighting.
Wed, 02 Mar 2011 00:27:20 +0100 koda Happy 2011 :)
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
Wed, 17 Nov 2010 22:09:07 -0500 nemo remove some more PHedgehog casts
Wed, 17 Nov 2010 22:14:41 +0300 unc0rr uTeams
Wed, 17 Nov 2010 22:07:03 +0300 unc0rr uLand isn't that important to them
Wed, 17 Nov 2010 20:58:23 +0300 unc0rr Remove ugly PHedgehog(Gear^.Hedgehog) cast
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
Wed, 22 Sep 2010 21:53:29 +0200 smaxx Engine:
Sat, 31 Jul 2010 11:24:53 +0200 koda remove trailing spaces from end of line
Sun, 02 May 2010 22:00:50 +0000 smxx Engine:
Tue, 27 Apr 2010 12:51:29 +0000 mbait Teleport AI:
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
Sun, 21 Mar 2010 19:02:03 +0000 unc0rr In pascal unit is a namespace
Thu, 18 Mar 2010 02:55:42 +0000 nemo Adjust tests for cluster and watermelon, add molotov, assign FP test to whip, try to keep AI from attempting fire walking.
Sat, 06 Mar 2010 10:59:20 +0000 unc0rr Replace tabs with spaces using 'expand -t 4' command
Tue, 26 Jan 2010 21:55:51 +0000 koda complete the replacement of init/free wrappers for every unit
Thu, 14 Jan 2010 16:46:50 +0000 koda makes freepascal code compatible with OBJFPC mode
Wed, 11 Nov 2009 21:54:28 +0000 nemo AI fire w/o moving for artillery. Needs testing, but seems to work quickly and w/o AI screwups.
Thu, 05 Nov 2009 16:23:09 +0000 koda move compiler directives to standard pascal
Sun, 25 Oct 2009 16:35:09 +0000 koda fix a segfault in the iphone simulator by moving options.inc at the beginning of the file
Thu, 10 Sep 2009 15:29:28 +0000 nemo Strip trailing spaces
Fri, 03 Apr 2009 16:38:16 +0000 unc0rr Some AI tweaks by imcold
Sun, 15 Feb 2009 17:48:05 +0000 unc0rr Fix array overflow
Sun, 25 Jan 2009 18:10:23 +0000 unc0rr Apply nemo's world resize patch
Fri, 28 Nov 2008 14:52:00 +0000 unc0rr More delay after jump, less delay after small fall for hedgehog
Tue, 14 Oct 2008 14:33:54 +0000 unc0rr Add more support for handling disconnects while playing (not fully tested)
Wed, 30 Jul 2008 12:14:24 +0000 unc0rr - Some physics changes
Mon, 07 Jul 2008 13:06:25 +0000 unc0rr Update copyright headers a bit
Tue, 17 Jun 2008 19:22:54 +0000 unc0rr Fix warnings
Fri, 09 May 2008 20:03:53 +0000 unc0rr Remove temporary debug messages
Fri, 09 May 2008 12:58:10 +0000 unc0rr If there's more hedgehogs in AI's team than in others, then it will be less afraid to give damage to friend hedgehog
Sun, 27 Apr 2008 11:40:22 +0000 unc0rr Update copyright info in source files headers
less more (0) -60 tip