src/ai/api/ai_town.cpp
Fri, 25 Apr 2008 15:51:12 +0000 truebrain (svn r12901) [NoAI] -Add: added AITown.IsWithinTownRadius, AIStation.IsWithinTownRadius and AITile.GetOwner (Yexo) noai
Thu, 24 Apr 2008 23:39:18 +0000 truebrain (svn r12880) [NoAI] -Add: introduces ai_types.hpp, which has all NNNId like VehicleID. This simplifies the include-mess, and avoids including tons of _type.h for just a single typedef. noai
Tue, 15 Apr 2008 22:29:00 +0000 truebrain (svn r12727) [NoAI] -Fix (API CHANGE): return -1 to indicate invalidity, instead of 0 or -1, depending on the class noai
Mon, 31 Mar 2008 06:45:57 +0000 truebrain (svn r12496) [NoAI] -Documentation: give the .cpp files a nice uniform format too noai
Tue, 25 Mar 2008 12:12:45 +0000 truebrain (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed 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
Wed, 09 Jan 2008 18:11:12 +0000 rubidium (svn r11796) [NoAI] -Sync: with trunk r11502:11795. noai
Thu, 12 Apr 2007 12:35:44 +0000 truelight (svn r9606) [NoAI] -Fix: make GetXXX in AITown static, so we can use it without AITown instance noai
Tue, 20 Mar 2007 11:55:30 +0000 rubidium (svn r9369) [NoAI] -Codechange: make some IsValidXXX() function static, so they can be used by the other classes without the need for an instance. noai
Sun, 18 Mar 2007 19:52:09 +0000 truelight (svn r9290) [NoAI] -Fix: AITown and AIIndustry segfaulted if you gave a negative value as param to most functions noai
Thu, 15 Mar 2007 22:46:22 +0000 rubidium (svn r9234) [NoAI] -Codechange: move away from the 'much' subdirectory approach for the API implementation. noai