src/ai/api/ai_tile.cpp
Sun, 22 Jun 2008 12:12:04 +0000 truebrain (svn r13604) [NoAI] -Fix: rail/road crossings are not buildable either (and worse: caused asserts) noai
Thu, 12 Jun 2008 13:24:33 +0000 rubidium (svn r13487) [NoAI] -Fix: tram bits are not to be considered buildable in any case. noai
Thu, 12 Jun 2008 11:15:59 +0000 rubidium (svn r13486) [NoAI] -Add: function to determine what TransportTypes a tile holds. noai
Thu, 12 Jun 2008 10:34:21 +0000 truebrain (svn r13484) [NoAI] -Fix [API CHANGE]: AITile::IsBuildable() now returns 'true' on coast tiles noai
Thu, 12 Jun 2008 10:14:05 +0000 truebrain (svn r13483) [NoAI] -Fix: oops... IsBuildable thought trees were not buildable, silly of course (tnx Yexo) noai
Sat, 07 Jun 2008 23:08:42 +0000 truebrain (svn r13406) [NoAI] -Change [API CHANGE]: renamed CompanyIndex to CompanyID and AICompany::ResolveCompanyIndex() to AICompany::ResolveCompanyID(), to be more consistant with the rest of the API noai
Sat, 07 Jun 2008 23:05:36 +0000 truebrain (svn r13404) [NoAI] -Change [API CHANGE]: AITile::IsBuildable no longer returns 'true' on road, but only on a halve piece of road (as that is auto-removed). This should make this function return less 'true', and more sane results :) noai
Sat, 07 Jun 2008 16:05:03 +0000 glx (svn r13399) [NoAI] -Add: added AITile::IsWithinTownInfluence (on request by Finaldeath) noai
Thu, 29 May 2008 15:56:32 +0000 glx (svn r13326) [NoAI] -Sync with trunk r13264:13325 noai
Mon, 26 May 2008 13:52:59 +0000 rubidium (svn r13265) [NoAI] -Sync with trunk r13185:13264. noai
Mon, 19 May 2008 14:06:55 +0000 truebrain (svn r13186) [NoAI] -Fix: RaiseTile and LowerTile can now operate on water-tiles. Use with care! noai
Fri, 25 Apr 2008 15:51:12 +0000 truebrain (svn r12901) [NoAI] -Add: added AITown.IsWithinTownRadius, AIStation.IsWithinTownRadius and AITile.GetOwner (Yexo) 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, 15 Apr 2008 16:11:29 +0000 truebrain (svn r12722) [NoAI] -Add (or -Feature for yorick): added AITile::IsSteepSlope(), AITile::IsHalftileSlope() and AITile::GetComplementSlope() noai
Mon, 07 Apr 2008 18:37:23 +0000 rubidium (svn r12613) [NoAI] -Add: support for GetLastError in AITile. Patch by Morloth. noai
Mon, 31 Mar 2008 07:50:27 +0000 rubidium (svn r12503) [NoAI] -Sync: with trunk r12461:12501. noai
Mon, 31 Mar 2008 06:48:59 +0000 truebrain (svn r12497) [NoAI] -Change [API CHANGE]: AIMap.DemolishTile -> AITile.DemolishTile (that makes much more sense, doesn't it? ;)) noai
Mon, 31 Mar 2008 06:45:57 +0000 truebrain (svn r12496) [NoAI] -Documentation: give the .cpp files a nice uniform format too noai
Tue, 25 Mar 2008 12:12:45 +0000 truebrain (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed 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 16:36:24 +0000 truebrain (svn r12259) [NoAI] -Fix: depots were considered buildable (tnx Progman) 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
Fri, 22 Feb 2008 12:13:41 +0000 truebrain (svn r12215) [NoAI] -Codechange: added '::' if a function comes from non-AI-API functions (was inconsistant till now) noai
Fri, 22 Feb 2008 11:54:33 +0000 truebrain (svn r12214) [NoAI] -Fix: 'rad' -> 'radius' for consistancy reasons noai
Fri, 22 Feb 2008 00:25:54 +0000 glx (svn r12211) [NoAI] -Sync: with trunk r12050:12209 noai
Fri, 15 Feb 2008 23:36:22 +0000 glx (svn r12152) [NoAI] -Add [FS#1772]: add AITile.GetCargoProduction() function (Morloth) noai
Fri, 15 Feb 2008 23:31:51 +0000 glx (svn r12151) [NoAI] -Fix: use the correct types for returned values noai
Sun, 03 Feb 2008 20:17:54 +0000 rubidium (svn r12051) [NoAI] -Sync: with trunk (r11795:12050). noai
Wed, 09 Jan 2008 18:11:12 +0000 rubidium (svn r11796) [NoAI] -Sync: with trunk r11502:11795. noai
Tue, 16 Oct 2007 16:11:33 +0000 truelight (svn r11274) [NoAI] -Add: added LowerTile and RaiseTile to 'terraform' the map a bit (dynaxo) noai
Sun, 19 Aug 2007 14:04:13 +0000 truelight (svn r10941) [NoAI] -Add: added AITile::GetHeight and AITileList valuator Height noai
Sun, 19 Aug 2007 13:31:04 +0000 truelight (svn r10939) [NoAI] -Add: added AITileList valuator Water noai
Sun, 19 Aug 2007 13:22:13 +0000 truelight (svn r10938) [NoAI] -Fix r10937: regression update noai
Sat, 14 Jul 2007 22:06:38 +0000 truelight (svn r10565) [NoAI] -Add: allow giving width, height and radius to check for cargo acceptance 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