truebrain [Fri, 22 Feb 2008 12:30:17 +0000] rev 9737
(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)
truebrain [Fri, 22 Feb 2008 12:13:41 +0000] rev 9736
(svn r12215) [NoAI] -Codechange: added '::' if a function comes from non-AI-API functions (was inconsistant till now)
[NoAI] -Codechange: removed AIOrder:: if we are in AIOrder class (and so for all other classes)
truebrain [Fri, 22 Feb 2008 11:54:33 +0000] rev 9735
(svn r12214) [NoAI] -Fix: 'rad' -> 'radius' for consistancy reasons
truebrain [Fri, 22 Feb 2008 11:47:03 +0000] rev 9734
(svn r12213) [NoAI] -Fix: internal speeds for RoadVehicles and Ships are multiplied with 2 (Morloth)
truebrain [Fri, 22 Feb 2008 11:43:05 +0000] rev 9733
(svn r12212) [NoAI] -Add: added AIEngine::GetMaxAge, AIEngine::GetRunningCost and AIVehicle::GetRunningCost (Morloth)
glx [Fri, 22 Feb 2008 00:25:54 +0000] rev 9732
(svn r12211) [NoAI] -Sync: with trunk r12050:12209
glx [Thu, 21 Feb 2008 22:34:54 +0000] rev 9731
(svn r12210) [NoAI] -Fix: iterators can become invalid after a call to RemoveItem()
glx [Fri, 15 Feb 2008 23:42:29 +0000] rev 9730
(svn r12153) [NoAI] -Fix: unmodified catchment radius is 4 not 3
glx [Fri, 15 Feb 2008 23:36:22 +0000] rev 9729
(svn r12152) [NoAI] -Add [FS#1772]: add AITile.GetCargoProduction() function (Morloth)
glx [Fri, 15 Feb 2008 23:31:51 +0000] rev 9728
(svn r12151) [NoAI] -Fix: use the correct types for returned values