src/ai/api/ai_engine.cpp
Thu, 28 Feb 2008 12:31:49 +0000 truebrain (svn r12310) [NoAI] -Fix: make MaxSpeed for Aircrafts return the value divided by plane_speed (which in regression is now set to 1/2th) 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: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
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
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 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 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