Fri, 23 May 2008 15:57:18 +0000(svn r13221) -Fix (r8747): old AI failed to build oil rig routes
smatz [Fri, 23 May 2008 15:57:18 +0000] rev 10677
(svn r13221) -Fix (r8747): old AI failed to build oil rig routes

Fri, 23 May 2008 09:46:39 +0000(svn r13220) [NoAI] -Fix r13219: it has been a while, but I forgot to commit the regression update ;) noai
truebrain [Fri, 23 May 2008 09:46:39 +0000] rev 10676
(svn r13220) [NoAI] -Fix r13219: it has been a while, but I forgot to commit the regression update ;)

Fri, 23 May 2008 09:18:04 +0000(svn r13219) [NoAI] -Add: added AICargo.HasCargoClass(), which allows you to find, say, passenger-based cargo (tnx kuifware for the pointer!) noai
truebrain [Fri, 23 May 2008 09:18:04 +0000] rev 10675
(svn r13219) [NoAI] -Add: added AICargo.HasCargoClass(), which allows you to find, say, passenger-based cargo (tnx kuifware for the pointer!)

Fri, 23 May 2008 08:52:29 +0000(svn r13218) [NoAI] -Add: added a [S/E/P/W/I] in front of DEBUG messages from AILog, to indicate the level of message (the one that goes to the stdout) (request by Mchl) noai
truebrain [Fri, 23 May 2008 08:52:29 +0000] rev 10674
(svn r13218) [NoAI] -Add: added a [S/E/P/W/I] in front of DEBUG messages from AILog, to indicate the level of message (the one that goes to the stdout) (request by Mchl)

Fri, 23 May 2008 00:28:13 +0000(svn r13217) -Fix: old AI was building small airports in years when they were not available in original game, causing small planes and helis everywhere
smatz [Fri, 23 May 2008 00:28:13 +0000] rev 10673
(svn r13217) -Fix: old AI was building small airports in years when they were not available in original game, causing small planes and helis everywhere

Thu, 22 May 2008 20:44:24 +0000(svn r13216) -Codechange [FS#2026]: enumify and comment Editor Terraform Toolbar widgets (Roujin)
smatz [Thu, 22 May 2008 20:44:24 +0000] rev 10672
(svn r13216) -Codechange [FS#2026]: enumify and comment Editor Terraform Toolbar widgets (Roujin)

Thu, 22 May 2008 20:37:14 +0000(svn r13215) -Codechange [FS#2029]: enumify and comment Build Dock widgets (Roujin)
smatz [Thu, 22 May 2008 20:37:14 +0000] rev 10671
(svn r13215) -Codechange [FS#2029]: enumify and comment Build Dock widgets (Roujin)

Thu, 22 May 2008 16:16:13 +0000(svn r13214) [NoAI] -Fix: fix AIBridgeList_Length, as the max-length is weird (tnx Anton84) noai
truebrain [Thu, 22 May 2008 16:16:13 +0000] rev 10670
(svn r13214) [NoAI] -Fix: fix AIBridgeList_Length, as the max-length is weird (tnx Anton84)

Thu, 22 May 2008 16:13:02 +0000(svn r13213) [NoAI] -Fix: missing @param noai
truebrain [Thu, 22 May 2008 16:13:02 +0000] rev 10669
(svn r13213) [NoAI] -Fix: missing @param

Thu, 22 May 2008 15:49:08 +0000(svn r13212) [NoAI] -Add: introducing the ability to build trams. Use AIRoad.SetCurrentRoadType to switch to Trams, than all AIRoad functions will produce tram-objects. noai
truebrain [Thu, 22 May 2008 15:49:08 +0000] rev 10668
(svn r13212) [NoAI] -Add: introducing the ability to build trams. Use AIRoad.SetCurrentRoadType to switch to Trams, than all AIRoad functions will produce tram-objects.
-Note: please note that you need a tram-grf file for this to work. In all other cases AIRoad.IsRoadTypeAvailable(AIRoad.ROADTYPE_TRAM) will return false. Don't make your AI depend on trams, not everyone has a tram-grf!