Wed, 11 Jun 2008 13:54:01 +0000(svn r13464) -Codechange: support NewGRF Action 0x05, type 12.
rubidium [Wed, 11 Jun 2008 13:54:01 +0000] rev 10913
(svn r13464) -Codechange: support NewGRF Action 0x05, type 12.

Wed, 11 Jun 2008 13:04:27 +0000(svn r13463) [NoAI] -Change [Library CHANGE]: AyStar is now more object oriented, and you can indicate the amount of iterations FindPath should do in one go (tnx to Yexo and TrueBrain) noai
truebrain [Wed, 11 Jun 2008 13:04:27 +0000] rev 10912
(svn r13463) [NoAI] -Change [Library CHANGE]: AyStar is now more object oriented, and you can indicate the amount of iterations FindPath should do in one go (tnx to Yexo and TrueBrain)

Wed, 11 Jun 2008 12:46:28 +0000(svn r13462) -Codechange: move DriverFactoryBase destructor definition from header file (saves ~16kB)
smatz [Wed, 11 Jun 2008 12:46:28 +0000] rev 10911
(svn r13462) -Codechange: move DriverFactoryBase destructor definition from header file (saves ~16kB)

Wed, 11 Jun 2008 12:13:22 +0000(svn r13461) [NoAI] -Fix: add A* to regression, so we test it a bit (very basic test ;)) noai
truebrain [Wed, 11 Jun 2008 12:13:22 +0000] rev 10910
(svn r13461) [NoAI] -Fix: add A* to regression, so we test it a bit (very basic test ;))

Tue, 10 Jun 2008 23:30:02 +0000(svn r13460) [NoAI] -Add [Library]: added graph.aystar, an A* implementation (Yexo) noai
truebrain [Tue, 10 Jun 2008 23:30:02 +0000] rev 10909
(svn r13460) [NoAI] -Add [Library]: added graph.aystar, an A* implementation (Yexo)

Tue, 10 Jun 2008 23:02:23 +0000(svn r13459) [NoAI] -Fix: final fixes in binary_heap noai
truebrain [Tue, 10 Jun 2008 23:02:23 +0000] rev 10908
(svn r13459) [NoAI] -Fix: final fixes in binary_heap

Tue, 10 Jun 2008 22:35:13 +0000(svn r13458) [NoAI] -Fix r13457: fix the regression Luke... noai
truebrain [Tue, 10 Jun 2008 22:35:13 +0000] rev 10907
(svn r13458) [NoAI] -Fix r13457: fix the regression Luke...

Tue, 10 Jun 2008 22:32:48 +0000(svn r13457) [NoAI] -Fix: fix the binary heap implementation to ... remain a valid binary heap tree :) noai
truebrain [Tue, 10 Jun 2008 22:32:48 +0000] rev 10906
(svn r13457) [NoAI] -Fix: fix the binary heap implementation to ... remain a valid binary heap tree :)

Tue, 10 Jun 2008 21:59:22 +0000(svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most places
smatz [Tue, 10 Jun 2008 21:59:22 +0000] rev 10905
(svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most places

Tue, 10 Jun 2008 21:51:01 +0000(svn r13455) [NoAI] -Fix: extend the regression to test the queues a bit more noai
truebrain [Tue, 10 Jun 2008 21:51:01 +0000] rev 10904
(svn r13455) [NoAI] -Fix: extend the regression to test the queues a bit more