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
Fri, 03 Aug 2007 19:16:36 +0000 glx (svn r10769) [NoAI] -Fix: EOL only changes are now considered as "not changed" noai
Tue, 24 Jul 2007 21:10:00 +0000 truelight (svn r10680) [NoAI] -Fix r10679: forgot to update MSVC project files noai
Tue, 24 Jul 2007 21:09:39 +0000 truelight (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ... noai
Tue, 24 Jul 2007 20:52:36 +0000 truelight (svn r10678) [NoAI] -Fix r10677: fix it even more correctly :) (tnx Rubidium) noai
Tue, 24 Jul 2007 20:50:49 +0000 truelight (svn r10677) [NoAI] -Fix: shadows aren't valid vehicles, so don't return true on them noai
Tue, 24 Jul 2007 20:29:45 +0000 truelight (svn r10676) [NoAI] -Fix: don't send DC_NO_WATER by default, it kills building docks and buoys and stuff.. just be careful now not do try anything on the water, it won't any longer fail ;) noai
Tue, 24 Jul 2007 18:42:25 +0000 truelight (svn r10674) [NoAI] -Fix: AIVehicle SQ file was out-dated noai
Fri, 20 Jul 2007 15:48:17 +0000 rubidium (svn r10636) [NoAI] -Sync with trunk r10532:10635. noai
Thu, 19 Jul 2007 23:10:08 +0000 truelight (svn r10634) [NoAI] -Documentation: of course I forgot to document the VehicleType enum noai
Thu, 19 Jul 2007 23:01:41 +0000 truelight (svn r10633) [NoAI] -Add: added GetVehicleType and AIVehicle::VehicleType noai
Thu, 19 Jul 2007 22:41:38 +0000 truelight (svn r10632) [NoAI] -Documentation: fix the documentation for AIEvent Constructor noai
Thu, 19 Jul 2007 22:39:43 +0000 truelight (svn r10631) [NoAI] -Add: AIEvent, to take care of events; for now it only reports when vehicles are crashed noai
Thu, 19 Jul 2007 22:26:26 +0000 truelight (svn r10630) [NoAI] -Fix: allow enums to not have a predefined value for Squirrel noai
Thu, 19 Jul 2007 19:42:54 +0000 truelight (svn r10629) [NoAI] -Fix: on returning a class instance which is NULL, do not make a wrapper SQ, but return a NULL pointer too noai
Thu, 19 Jul 2007 17:13:38 +0000 truelight (svn r10625) [NoAI] -Fix: returning C++ classes, by creating a temp SQ class, had its problems, this should fix them all (double-frees, wrong scope, ..) noai
Thu, 19 Jul 2007 16:17:10 +0000 truelight (svn r10623) [NoAI] -Documentation: document AITileListNeighbourRoadCount a bit more noai
Wed, 18 Jul 2007 15:30:34 +0000 truelight (svn r10616) [NoAI] -Fix: only see a method as constructors if they do not have an other function name noai
Wed, 18 Jul 2007 15:24:10 +0000 truelight (svn r10615) [NoAI] -Fix r10613: one might wonder how hard it can be to fix something this simple... noai
Wed, 18 Jul 2007 15:13:33 +0000 truelight (svn r10614) [NoAI] -Fix r10613: do not commit things you are working on and don't want to commit ;) noai
Wed, 18 Jul 2007 15:09:16 +0000 truelight (svn r10613) [NoAI] -Add r10612: give release-hook for return values of classes for which SQ creates a temporary holder so they are free'd when SQ does noai
Wed, 18 Jul 2007 14:58:37 +0000 truelight (svn r10612) [NoAI] -Add: allow a class as return value; pack the result in a SQ instance and it should work perfectly noai
Wed, 18 Jul 2007 10:53:58 +0000 truelight (svn r10611) [NoAI] -Fix: improved FindBestXXX, it now finds the fastest, biggest vehicle available noai
Wed, 18 Jul 2007 09:23:35 +0000 truelight (svn r10610) [NoAI] -Fix r10609: typo in WrightAI noai
Wed, 18 Jul 2007 09:20:50 +0000 truelight (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight noai
Wed, 18 Jul 2007 08:38:50 +0000 truelight (svn r10608) [NoAI] -Documentation: comment some functions to make Doxygen happy noai