src/ai/api/ai_road.cpp
Sun, 15 Jun 2008 22:37:35 +0000 truebrain (svn r13526) [NoAI] -Fix: some namespace problems and forgotten pre-condition noai
Thu, 29 May 2008 12:52:24 +0000 truebrain (svn r13324) [NoAI] -Fix [FS#2047]: you could not build tram-depots (you got to love the consistancy of bit-placement in p1 and p2 ;)) noai
Thu, 22 May 2008 15:49:08 +0000 truebrain (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
Sun, 11 May 2008 20:09:34 +0000 rubidium (svn r13056) [NoAI] -Sync: with trunk r12996:13055. noai
Thu, 24 Apr 2008 23:39:18 +0000 truebrain (svn r12880) [NoAI] -Add: introduces ai_types.hpp, which has all NNNId like VehicleID. This simplifies the include-mess, and avoids including tons of _type.h for just a single typedef. noai
Tue, 08 Apr 2008 07:24:23 +0000 rubidium (svn r12625) [NoAI] -Add: support for GetLastError in AIRoad. Patch by Morloth. noai
Mon, 07 Apr 2008 22:08:28 +0000 rubidium (svn r12621) [NoAI] -Add: support for GetLastError in AIRoad. Patch by Morloth. noai
Mon, 31 Mar 2008 06:45:57 +0000 truebrain (svn r12496) [NoAI] -Documentation: give the .cpp files a nice uniform format too noai
Thu, 28 Feb 2008 01:11:23 +0000 truebrain (svn r12309) [NoAI] -Codechange: optimize a little bit (a very small little bit, but every bit counts :) ) (glx) noai
Thu, 28 Feb 2008 00:59:01 +0000 truebrain (svn r12307) [NoAI] -Codechange: as followup on r12303 (trunk), use ::IsValidTile to check if a tile is inside the map, instead of all our custom ways noai
Fri, 22 Feb 2008 12:30:17 +0000 truebrain (svn r12216) [NoAI] -Codechange: made most functions 'static', which removes the need to create an instance to get, for example, engine information, and therefor heavily simplifying AI creation (Morloth) noai
Wed, 09 Jan 2008 18:11:12 +0000 rubidium (svn r11796) [NoAI] -Sync: with trunk r11502:11795. noai
Fri, 23 Nov 2007 16:59:30 +0000 rubidium (svn r11503) [NoAI] -Sync: with trunk r11308:11502. noai
Fri, 03 Aug 2007 22:09:42 +0000 rubidium (svn r10775) [NoAI] -Sync: with trunk r10535:r10774. noai
Sat, 14 Jul 2007 23:35:46 +0000 glx (svn r10568) [NoAI] -Add: {Build|Remove}RoadFull(). These functions have the same behaviour as {Build|Remove}Road(), except road is built/removed on both halves of ending tiles (ie build a sloped road on sloped tile instead half road with fundations) noai
Fri, 25 May 2007 00:25:08 +0000 glx (svn r9915) [NoAI] -Sync with trunk -r9815:9914 noai
Wed, 09 May 2007 20:22:49 +0000 rubidium (svn r9816) [NoAI] -Sync with trunk r9712:9815 except r9759 (MorphOS threading) because that needs special attention. noai
Fri, 04 May 2007 22:59:59 +0000 truelight (svn r9786) [NoAI] -Fix: NeighbourRoad -> NeighbourRoadCount noai
Tue, 27 Mar 2007 09:53:18 +0000 rubidium (svn r9494) [NoAI] -Fix: IsRoadTile returns true for all tiles that can be used to traverse a tile. This includes drive through road stops and excluded 'normal' road stations and road depots. noai
Mon, 26 Mar 2007 23:51:18 +0000 rubidium (svn r9489) [NoAI] -Add: functions to query existance and direction of road stations and depots. noai
Thu, 22 Mar 2007 23:12:05 +0000 rubidium (svn r9410) [NoAI] -Fix: some copy-paste mistakes... noai
Thu, 22 Mar 2007 01:47:14 +0000 glx (svn r9395) [NoAI] -Fix r9331: some AIRoad() depot and station directions were wrong (Zuu) noai
Tue, 20 Mar 2007 21:07:54 +0000 rubidium (svn r9381) [NoAI] -Fix: inconsistency between documentation and actual behaviour (Zuu). noai
Mon, 19 Mar 2007 14:30:56 +0000 truelight (svn r9336) [NoAI] -Fix: remove 'flags' for AI DoCommand and detect its value automaticly noai
Mon, 19 Mar 2007 14:17:26 +0000 truelight (svn r9333) [NoAI] -Add: added DC_AUTO for DoCommand in AIRoad() to avoid building over existing structures we can remove noai
Mon, 19 Mar 2007 14:01:29 +0000 truelight (svn r9331) [NoAI] -Fix: AIRoad() had most directions wrong, should be okay now noai
Sun, 18 Mar 2007 18:06:45 +0000 rubidium (svn r9283) [NoAI] -Add: API for adding/removing road, road depots and road stations. noai