Sun, 24 Feb 2008 22:10:05 +0000 truebrain (svn r12236) [NoAI] -Change: [API CHANGE] All valuators are now in the notation: AI<type>List_v<Valuator>. Example: AIVehicleList_vAge noai
Sun, 24 Feb 2008 22:05:07 +0000 truebrain (svn r12235) [NoAI] -Fix: don't segfault if you do a Next() on an empty list (tnx Progman) noai
Sun, 24 Feb 2008 21:15:12 +0000 truebrain (svn r12233) [NoAI] -Fix: document that AITileList and AIList start empty on creation (request by Progman) noai
Sun, 24 Feb 2008 21:06:38 +0000 truebrain (svn r12232) [NoAI] -Fix: various of fixes for wrightai (mostly finished all XXX / TODO) (yorick) noai
Sat, 23 Feb 2008 18:01:05 +0000 truebrain (svn r12229) [NoAI] -Fix: AISetting()s functions can be static too noai
Sat, 23 Feb 2008 17:43:16 +0000 truebrain (svn r12228) [NoAI] -Fix: very minor coding style error (VERY minor) noai
Sat, 23 Feb 2008 16:43:22 +0000 truebrain (svn r12227) [NoAI] -Fix (wrightAI): sleep as long as it takes to do something new (yorick) noai
Sat, 23 Feb 2008 16:21:10 +0000 truebrain (svn r12226) [NoAI] -Fix: remove the dep for AIStationList_Vehicle on AIStationList, as Squirrel doesn't like it noai
Sat, 23 Feb 2008 15:16:21 +0000 truebrain (svn r12225) [NoAI] -Change [API CHANGE]: AIStationVehicleList -> AIVehicleList_Station (WATCH THE NAMES CAREFULLY!) noai
Sat, 23 Feb 2008 14:50:11 +0000 truebrain (svn r12224) [NoAI] -Fix r12220: forgot to rename the comment (tnx glx) noai
Sat, 23 Feb 2008 14:49:31 +0000 truebrain (svn r12223) [NoAI] -Fix r12221: look mom, I can break compilation! noai
Sat, 23 Feb 2008 14:44:07 +0000 truebrain (svn r12222) [NoAI] -Fix r12221: forgot one file noai
Sat, 23 Feb 2008 14:42:07 +0000 truebrain (svn r12221) [NoAI] -Fix: Register functions are no _Register functions, and always on top of the sort list noai
Sat, 23 Feb 2008 14:33:18 +0000 truebrain (svn r12220) [NoAI] -Fix: minor type in AIVehicleStation, and missing security check noai
Sat, 23 Feb 2008 14:14:06 +0000 truebrain (svn r12219) [NoAI] -Fix: minor typo in comment noai
Fri, 22 Feb 2008 12:38:28 +0000 truebrain (svn r12217) [NoAI] -Change: changed wrightAI to reflect the last codechange 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 11:47:03 +0000 truebrain (svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth) noai
Fri, 22 Feb 2008 11:43:05 +0000 truebrain (svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth) noai
Fri, 22 Feb 2008 00:25:54 +0000 glx (svn r12211) [NoAI] -Sync: with trunk r12050:12209 noai
Thu, 21 Feb 2008 22:34:54 +0000 glx (svn r12210) [NoAI] -Fix: iterators can become invalid after a call to RemoveItem() noai
Fri, 15 Feb 2008 23:42:29 +0000 glx (svn r12153) [NoAI] -Fix: unmodified catchment radius is 4 not 3 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
Mon, 11 Feb 2008 18:08:09 +0000 glx (svn r12113) [NoAI] -Fix: memory leak in require() noai
Mon, 11 Feb 2008 17:50:47 +0000 glx (svn r12112) [NoAI] -Fix: prevent buffer overruns when creating full-length script-name noai
Mon, 11 Feb 2008 14:20:41 +0000 smatz (svn r12110) [NoAI] -Fix [FS#1746]: possible segmentation fault when trying to load another script file 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
Fri, 23 Nov 2007 16:59:30 +0000 rubidium (svn r11503) [NoAI] -Sync: with trunk r11308:11502. noai
Thu, 22 Nov 2007 23:01:41 +0000 rubidium (svn r11497) [NoAI] -Fix: when removing the last item from a bucket, the bucket gets removed invalidating iterators. Based on a patch by xargonax. noai
Thu, 22 Nov 2007 23:00:00 +0000 rubidium (svn r11496) [NoAI] -Fix: the WrightAI was using an older version of the API, effectively making it non-functional. Patch by Zuu. noai
Sat, 20 Oct 2007 13:09:52 +0000 glx (svn r11311) [NoAI] -Fix (r11295, r11298): project files update forgotten noai
Sat, 20 Oct 2007 10:42:28 +0000 truelight (svn r11309) [NoAI] -Sync: with trunk r11145:11308. noai
Sat, 20 Oct 2007 10:14:05 +0000 truelight (svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production noai
Fri, 19 Oct 2007 15:46:37 +0000 truelight (svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine) noai
Fri, 19 Oct 2007 15:41:16 +0000 truelight (svn r11299) [NoAI] -Remove [API CHANGE]: FindXXXEngines are no longer available; use AIEngineList to select your engine noai
Fri, 19 Oct 2007 14:03:27 +0000 truelight (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon noai
Fri, 19 Oct 2007 13:14:22 +0000 truelight (svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich) noai
Fri, 19 Oct 2007 12:08:33 +0000 truelight (svn r11296) [NoAI] -Fix: typo in comment of AIVehicle::GetName noai
Fri, 19 Oct 2007 11:32:20 +0000 truelight (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine noai
Fri, 19 Oct 2007 09:36:27 +0000 truelight (svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich) noai
Wed, 17 Oct 2007 23:45:22 +0000 truelight (svn r11289) [NoAI] -Add [FS#1346]: added AIVehicle::Is(Stopped)InDepot() (dihedral) 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
Tue, 16 Oct 2007 16:07:01 +0000 truelight (svn r11273) [NoAI] -Add: added AIOrder::MoveOrder (dynaxo) noai
Fri, 12 Oct 2007 22:04:41 +0000 truelight (svn r11250) [NoAI] -Fix [API CHANGE]: SkipVehicleOrder always skipped to first vehicle order.. replaced with SkipToVehicleOrder, and added a param to specify to which order it should skip (dynaxo) noai
Sun, 07 Oct 2007 00:40:14 +0000 glx (svn r11222) [NoAI] -Fix (r11221): my text editor decided to play with me between compilation and commit noai
Sat, 06 Oct 2007 22:30:24 +0000 glx (svn r11221) [NoAI] -Sync: with trunk r11145:11220 noai
Sun, 23 Sep 2007 07:37:38 +0000 rubidium (svn r11146) [NoAI] -Sync: with trunk r11035:11045. noai
Sun, 09 Sep 2007 21:14:29 +0000 rubidium (svn r11075) [NoAI] -Fix: sorting on value did not work as expected. Patch by GeekToo. noai
Sun, 02 Sep 2007 11:17:33 +0000 rubidium (svn r11036) [NoAI] -Sync: with trunk r10774:11035. 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:43:59 +0000 truelight (svn r10940) [NoAI] -Add: added AIVehicle::GetName and AIVehicle::SetName to set vehicle names 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
Sun, 19 Aug 2007 13:16:06 +0000 truelight (svn r10937) [NoAI] -Add: added AIStation::GetName on request by Nickman noai
Sun, 19 Aug 2007 13:01:41 +0000 truelight (svn r10936) [NoAI] -Fix: allow water_protection for non-water-building in DoCommand noai
Fri, 03 Aug 2007 22:09:42 +0000 rubidium (svn r10775) [NoAI] -Sync: with trunk r10535:r10774. noai