glx [Sat, 20 Oct 2007 13:09:52 +0000] rev 9719
(svn r11311) [NoAI] -Fix (r11295, r11298): project files update forgotten
truelight [Sat, 20 Oct 2007 10:42:28 +0000] rev 9718
(svn r11309) [NoAI] -Sync: with trunk r11145:11308.
truelight [Sat, 20 Oct 2007 10:14:05 +0000] rev 9717
(svn r11307) [NoAI] -Fix: AIIndustry::GetProduction should give the production_rate, not the this_month_production
[NoAI] -Fix: regression test didn't test GetProduction and IsCargoAccepted
truelight [Fri, 19 Oct 2007 15:46:37 +0000] rev 9716
(svn r11300) [NoAI] -Fix: only show those engines you can purchase (all others return false with IsValidEngine)
truelight [Fri, 19 Oct 2007 15:41:16 +0000] rev 9715
(svn r11299) [NoAI] -Remove [API CHANGE]: FindXXXEngines are no longer available; use AIEngineList to select your engine
truelight [Fri, 19 Oct 2007 14:03:27 +0000] rev 9714
(svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon
truelight [Fri, 19 Oct 2007 13:14:22 +0000] rev 9713
(svn r11297) [NoAI] -Add: in AIEngine, added: GetName, GetCargoType, GetCapacity, GetReliability, GetMaxSpeed, GetVehicleType, and GetPrice (on request by Kilinich)
truelight [Fri, 19 Oct 2007 12:08:33 +0000] rev 9712
(svn r11296) [NoAI] -Fix: typo in comment of AIVehicle::GetName
truelight [Fri, 19 Oct 2007 11:32:20 +0000] rev 9711
(svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine
truelight [Fri, 19 Oct 2007 09:36:27 +0000] rev 9710
(svn r11294) [NoAI] -Add: added AIIndustry::IsCargoAccepted + Valuator (on request by Kilinich)