truebrain [Wed, 11 Jun 2008 14:55:10 +0000] rev 10918
(svn r13470) [NoAI] -Change [Library CHANGE]: allow in graph.aystar to give a custom param to the callbacks, so you can send in an instance of yourself
rubidium [Wed, 11 Jun 2008 14:55:02 +0000] rev 10917
(svn r13469) -Codechange: add support for loading Action 0x05, type 0F: "tracks for slopes". It's not useful right now, but it will be in the future.
rubidium [Wed, 11 Jun 2008 14:51:31 +0000] rev 10916
(svn r13468) -Fix: make aqueducts a little more expensive than normal bridges and disable terraforming of aqueduct bridgeheads; one can't terraform normal canal tiles either.
truebrain [Wed, 11 Jun 2008 14:29:42 +0000] rev 10915
(svn r13467) [NoAI] -Fix [OpenTTD Core]: make CmdRemoveRoadStop use p2 as documented (only look at bit 0, not at the complete value)
rubidium [Wed, 11 Jun 2008 14:13:07 +0000] rev 10914
(svn r13466) -Fix (r13464): slope checking got lost during development...
rubidium [Wed, 11 Jun 2008 13:54:01 +0000] rev 10913
(svn r13464) -Codechange: support NewGRF Action 0x05, type 12.
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)
smatz [Wed, 11 Jun 2008 12:46:28 +0000] rev 10911
(svn r13462) -Codechange: move DriverFactoryBase destructor definition from header file (saves ~16kB)
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 ;))
truebrain [Tue, 10 Jun 2008 23:30:02 +0000] rev 10909
(svn r13460) [NoAI] -Add [Library]: added graph.aystar, an A* implementation (Yexo)