src/ai/api/ai_road.cpp
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