src/ai/api/ai_bridge.cpp
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:34:49 +0000 rubidium (svn r12728) [NoAI] -Codechange: always let functions return Money when they return something that can be quantified as money. 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
Sun, 06 Apr 2008 14:12:19 +0000 rubidium (svn r12590) [NoAI] -Add: EnforcePrecondition macro to make code much better readable. noai
Sun, 06 Apr 2008 12:26:40 +0000 rubidium (svn r12589) [NoAI] -Add: GetLastError support for AIBridge. noai
Mon, 31 Mar 2008 06:45:57 +0000 truebrain (svn r12496) [NoAI] -Documentation: give the .cpp files a nice uniform format too noai
Thu, 28 Feb 2008 01:11:23 +0000 truebrain (svn r12309) [NoAI] -Codechange: optimize a little bit (a very small little bit, but every bit counts :) ) (glx) noai
Thu, 28 Feb 2008 00:59:01 +0000 truebrain (svn r12307) [NoAI] -Codechange: as followup on r12303 (trunk), use ::IsValidTile to check if a tile is inside the map, instead of all our custom ways noai
Wed, 27 Feb 2008 22:45:27 +0000 truebrain (svn r12297) [NoAI] -Add: added AIBridge.BuildBridge and friends noai
Wed, 27 Feb 2008 21:07:31 +0000 truebrain (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet) noai