src/ai/api/ai_road.hpp
Sun, 15 Jun 2008 22:37:35 +0000 truebrain (svn r13526) [NoAI] -Fix: some namespace problems and forgotten pre-condition 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
Tue, 08 Apr 2008 11:54:53 +0000 truebrain (svn r12627) [NoAI] -Fix: last few commits missed some comments around enums 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 08:42:20 +0000 truebrain (svn r12504) [NoAI] -Documentation: the last few files which now are consistent in their comments (anyway, so I hope :)) noai
Mon, 31 Mar 2008 06:32:27 +0000 truebrain (svn r12491) [NoAI] -Documentation: made parts of the comments more uniform (@file header and class header) 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
Mon, 25 Feb 2008 15:40:08 +0000 truebrain (svn r12253) [NoAI] -Fix: removed obsolete comment at AIRoad 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
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, 04 May 2007 22:59:59 +0000 truelight (svn r9786) [NoAI] -Fix: NeighbourRoad -> NeighbourRoadCount noai
Sat, 14 Apr 2007 21:57:44 +0000 rubidium (svn r9629) [NoAI] -Codechange: move the squirrel export functions out of the API header files. noai
Sat, 14 Apr 2007 21:01:44 +0000 rubidium (svn r9628) [NoAI] -Fix: missing svn:eol-style and svn:keywords noai
Sat, 14 Apr 2007 20:38:10 +0000 rubidium (svn r9627) [NoAI] -Fix: let the squirrel export script export all needed (and a few more) types of references to structs and classes. 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
Sun, 25 Mar 2007 22:21:12 +0000 rubidium (svn r9463) [NoAI] -Codechange: update squirrel export script to generate the correct amount and type of parameters, so that can be checked. noai
Sun, 25 Mar 2007 17:43:40 +0000 rubidium (svn r9453) [NoAI] -Codechange: make a difference between static and non-static methods in the squirrel export script. noai
Sun, 25 Mar 2007 16:32:02 +0000 truelight (svn r9451) [NoAI] -Add: allow static and non-static members for SQ noai
Sun, 25 Mar 2007 16:10:40 +0000 truelight (svn r9450) [NoAI] -Fix: don't allow static-method calls from SQ to non-static functions noai
Sun, 25 Mar 2007 14:19:59 +0000 rubidium (svn r9446) [NoAI] -Add: simple script to make changing/adding classes to export a little simpler. noai
Sun, 25 Mar 2007 13:50:19 +0000 rubidium (svn r9444) [NoAI] -Codechange: allow all API-class-instances to be used as parameters in Squirrel. noai
Sun, 25 Mar 2007 12:02:13 +0000 rubidium (svn r9440) [NoAI] -Codechange: use the identifier used for the #ifdef in the #endif not something that looks like the identifier. noai
Tue, 20 Mar 2007 21:07:54 +0000 rubidium (svn r9381) [NoAI] -Fix: inconsistency between documentation and actual behaviour (Zuu). noai
Sun, 18 Mar 2007 20:56:03 +0000 rubidium (svn r9294) [NoAI] -Codechange: make changing the loan to 'any' amount a single command. 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