Tue, 15 Apr 2008 22:34:49 +0000(svn r12728) [NoAI] -Codechange: always let functions return Money when they return something that can be quantified as money. noai
rubidium [Tue, 15 Apr 2008 22:34:49 +0000] rev 10196
(svn r12728) [NoAI] -Codechange: always let functions return Money when they return something that can be quantified as money.

Tue, 15 Apr 2008 22:27:28 +0000(svn r12726) -Fix [FS#1877]: overflow causing strange building behaviour in towns.
rubidium [Tue, 15 Apr 2008 22:27:28 +0000] rev 10195
(svn r12726) -Fix [FS#1877]: overflow causing strange building behaviour in towns.

Tue, 15 Apr 2008 22:29:00 +0000(svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class noai
truebrain [Tue, 15 Apr 2008 22:29:00 +0000] rev 10194
(svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class

Tue, 15 Apr 2008 22:18:11 +0000(svn r12724) [NoAI] -Fix r12720: also add regression test for new functions noai
truebrain [Tue, 15 Apr 2008 22:18:11 +0000] rev 10193
(svn r12724) [NoAI] -Fix r12720: also add regression test for new functions

Tue, 15 Apr 2008 19:47:58 +0000(svn r12723) [NewGRF_ports] -Sync: with trunk r12645:12656. NewGRF_ports
richk [Tue, 15 Apr 2008 19:47:58 +0000] rev 10192
(svn r12723) [NewGRF_ports] -Sync: with trunk r12645:12656.

Tue, 15 Apr 2008 16:11:29 +0000(svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope() noai
truebrain [Tue, 15 Apr 2008 16:11:29 +0000] rev 10191
(svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope()

Tue, 15 Apr 2008 15:34:02 +0000(svn r12721) [NoAI] -Fix: also check articulated parts when determinine the capacity of an unbuilt vehicle. noai
rubidium [Tue, 15 Apr 2008 15:34:02 +0000] rev 10190
(svn r12721) [NoAI] -Fix: also check articulated parts when determinine the capacity of an unbuilt vehicle.

Tue, 15 Apr 2008 15:32:47 +0000(svn r12720) [NoAI] -Add: functions to get the capacity/current load of a vehicle given a cargo type. noai
rubidium [Tue, 15 Apr 2008 15:32:47 +0000] rev 10189
(svn r12720) [NoAI] -Add: functions to get the capacity/current load of a vehicle given a cargo type.

Tue, 15 Apr 2008 15:05:30 +0000(svn r12719) [NoAI] -Add: finished the Reload AI button in AIDebug Window. noai
truebrain [Tue, 15 Apr 2008 15:05:30 +0000] rev 10188
(svn r12719) [NoAI] -Add: finished the Reload AI button in AIDebug Window.
-Note: Now there is no longer need for you to ever shut down OpenTTD while creating an AI.
Just hit Reload when you made a code change, the company is killed and restarted with your latest code.

Tue, 15 Apr 2008 14:49:20 +0000(svn r12718) [NoAI] -Add: added AIVehicle::GetCurrentSpeed noai
truebrain [Tue, 15 Apr 2008 14:49:20 +0000] rev 10187
(svn r12718) [NoAI] -Add: added AIVehicle::GetCurrentSpeed