Sat, 04 May 2013 21:40:52 -0400 |
nemo |
pass the target
|
file |
diff |
annotate
|
Thu, 02 May 2013 21:55:03 +0400 |
unc0rr |
Make AI more active in multiattack game mode
|
file |
diff |
annotate
|
Sat, 27 Apr 2013 00:09:50 +0400 |
unc0rr |
Don't use writeln in ai thread (from rdd4035ee0f12), this causes crashes. Fixes issue 617.
|
file |
diff |
annotate
|
Sun, 14 Apr 2013 22:57:13 +0200 |
koda |
let's go with what nemo suggests
|
file |
diff |
annotate
|
Sat, 13 Apr 2013 20:34:30 +0200 |
koda |
let's try to kill the thread right away and protect the thread variable with a mutex
|
file |
diff |
annotate
|
Sun, 07 Apr 2013 16:35:48 -0400 |
nemo |
set translucency on fruit theme water, clamp size to even number (same sdl window resize) and honouring min size, reduce calls to dmgmod a bit
|
file |
diff |
annotate
|
Fri, 05 Apr 2013 18:25:23 +0200 |
koda |
use SDL_Threads everywhere
|
file |
diff |
annotate
|
Tue, 02 Apr 2013 21:00:57 +0200 |
koda |
update webgl branch
webgl
|
file |
diff |
annotate
|
Wed, 06 Mar 2013 13:03:11 -0500 |
nemo |
skip frozen hogs in switch
|
file |
diff |
annotate
|
Thu, 22 Nov 2012 00:41:53 +0100 |
koda |
updated branch
webgl
|
file |
diff |
annotate
|
Thu, 15 Nov 2012 13:58:49 +0400 |
unc0rr |
Don't rely on hedgehog facing direction, check intentions instead. Should fix excessive turns around and weird jumps to water
|
file |
diff |
annotate
|
Sun, 11 Nov 2012 17:15:19 +0100 |
koda |
merge xymeng's gsoc engine with a few updates (and further checks on symbol definitions)
webgl
|
file |
diff |
annotate
|
Tue, 13 Nov 2012 13:50:04 +0400 |
unc0rr |
Some tweaks to AI
|
file |
diff |
annotate
|
Mon, 22 Oct 2012 23:35:12 +0400 |
unc0rr |
- Fix desyncs triggered by AI
|
file |
diff |
annotate
|
Mon, 22 Oct 2012 21:24:38 +0400 |
unc0rr |
Check cake and air attack again if walked far from initial position (not tested)
|
file |
diff |
annotate
|
Mon, 22 Oct 2012 14:16:10 +0400 |
unc0rr |
Mark places where tried to jump, avoid too much of thinking
|
file |
diff |
annotate
|
Fri, 27 Jul 2012 11:41:16 +0400 |
unc0rr |
oops
|
file |
diff |
annotate
|
Fri, 27 Jul 2012 10:29:37 +0400 |
unc0rr |
Fix edge case problems with sniper rifle
|
file |
diff |
annotate
|
Thu, 26 Jul 2012 11:56:58 +0400 |
unc0rr |
No more AI jumping lulz
|
file |
diff |
annotate
|
Wed, 25 Jul 2012 22:46:03 +0400 |
unc0rr |
merge
|
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 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
|
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.
|
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
|
Thu, 14 Jun 2012 16:35:36 +0400 |
unc0rr |
AI loves to jump
|
file |
diff |
annotate
|
Sat, 09 Jun 2012 17:15:45 -0400 |
nemo |
disable this debug too
|
file |
diff |
annotate
|
Sat, 09 Jun 2012 17:05:16 +0400 |
unc0rr |
- Fix damage calculation in TestSniperRifle, aim a bit lower to compensate initial angle shift in sniper rifle. As a result, AI seems to never fail sniper rifle shots.
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Mon, 04 Jun 2012 22:43:56 +0400 |
unc0rr |
Don't make unnecessary calls to TestWhip, TestFirePunch, TestBaseballBat and TestHammer functions as they have no need to take Targ parameter into account and thus may only be called once per position
|
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
|