Thu, 08 Nov 2012 17:18:49 +0400 |
unc0rr |
Various tweaks to recent AI change
|
file |
diff |
annotate
|
Wed, 07 Nov 2012 13:23:18 +0400 |
unc0rr |
Try to beat AI in Mutant!
|
file |
diff |
annotate
|
Sun, 28 Oct 2012 04:28:39 +0100 |
koda |
cleanup in initEverything and freeEverything
|
file |
diff |
annotate
|
Mon, 22 Oct 2012 14:39:49 +0400 |
unc0rr |
Track targets better in multiattack mode
|
file |
diff |
annotate
|
Sat, 29 Sep 2012 19:26:18 +0400 |
unc0rr |
Move hedgehog's step routine into separate function, use it in both hedgehog and ai code
|
file |
diff |
annotate
|
Fri, 28 Sep 2012 00:51:04 +0400 |
unc0rr |
Fix some hints
|
file |
diff |
annotate
|
Sun, 02 Sep 2012 11:44:59 -0400 |
nemo |
perf tweak
|
file |
diff |
annotate
|
Fri, 03 Aug 2012 16:58:49 +0400 |
unc0rr |
TestKamikaze, needs polishing
|
file |
diff |
annotate
|
Wed, 25 Jul 2012 22:46:03 +0400 |
unc0rr |
merge
|
file |
diff |
annotate
|
Wed, 25 Jul 2012 16:31:34 +0400 |
unc0rr |
Commit commented out code which I used to debug AI walking
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Wed, 25 Jul 2012 22:36:39 +0400 |
unc0rr |
Bonus for dealing more damage than needed to kill. Should help with cake leaving 1hp issue. Not tested.
|
file |
diff |
annotate
|
Wed, 25 Jul 2012 12:29:53 +0400 |
unc0rr |
Some tiny improvements to AI walking algorythm
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Fri, 13 Jul 2012 01:07:53 +0400 |
unc0rr |
Don't consider moving hedgehogs in place rating in after attack mode
|
file |
diff |
annotate
|
Thu, 12 Jul 2012 06:19:32 -0400 |
nemo |
Reduce number of walk bonuses further, doubt even 128 are needed. Fix count reset.
|
file |
diff |
annotate
|
Wed, 11 Jul 2012 22:18:43 -0400 |
nemo |
Tell AI to avoid edges, especially ones over water (this does not include checking whether a knock could drown yet). Also make flakes pick a new random dx/dy on respawn to further reduce patterns. Also disable a couple of weapons for the particularly dumb AI levels, and disable switching for the dumbest.
|
file |
diff |
annotate
|
Sun, 08 Jul 2012 10:35:40 -0400 |
nemo |
Intended to help on bottom border maps or "red" maps - don't assume erasure if there is indestructible land below the hog
|
file |
diff |
annotate
|
Mon, 25 Jun 2012 10:16:19 +0400 |
unc0rr |
oops
|
file |
diff |
annotate
|
Sun, 24 Jun 2012 22:37:44 +0400 |
unc0rr |
Fix completely broken RateHammer
|
file |
diff |
annotate
|
Sat, 23 Jun 2012 23:04:06 -0400 |
nemo |
Try to use TestCollExcludingMe a bit less - the flag bit is a bit (heh) more accurate.
|
file |
diff |
annotate
|
Sat, 09 Jun 2012 16:51:56 -0400 |
nemo |
Remove debug pixel draws, skip tracing on own shoved hogs. Should speed things up allowing more evaluations of stuff.
|
file |
diff |
annotate
|
Sat, 09 Jun 2012 21:31:26 +0400 |
unc0rr |
- Adjust some consts so whip and firepunch work perfectly
|
file |
diff |
annotate
|
Sat, 09 Jun 2012 10:28:45 -0400 |
nemo |
Ignore all objects for fall tracing with shove to avoid considering checkins as obstacles. many objects will get knocked by the kick anyway, so end result should be pretty good. Oh, and ditch the sniper rifle doubling.
|
file |
diff |
annotate
|
Fri, 01 Jun 2012 12:42:44 +0400 |
unc0rr |
Some brainfucking code which greatly reduces number of TestCollision* calls in hedgehog walk routine. Especially helpful to AI optimization. Also fixes some edge cases.
|
file |
diff |
annotate
|
Thu, 31 May 2012 12:52:31 -0400 |
nemo |
Name the flags for fall tracking and indicating whether the explosion erases terrain.
|
file |
diff |
annotate
|
Thu, 31 May 2012 18:02:30 +0400 |
unc0rr |
Improve TestWhip
|
file |
diff |
annotate
|
Thu, 10 May 2012 22:55:13 +0400 |
unc0rr |
More definitions and mess with pascal code
|
file |
diff |
annotate
|
Wed, 02 May 2012 10:53:13 +0100 |
koda |
change every return value into a more pascal-ish form, using the name of the fucntion (helps the parser and macpas compaitilibity)
|
file |
diff |
annotate
|
Wed, 02 May 2012 08:07:17 +0100 |
koda |
add support for default pascal mode by removing default arguments value (maybe this also helps the parser)
|
file |
diff |
annotate
|