src/ai/api/ai_marine.hpp.sq
Tue, 17 Jun 2008 22:37:09 +0000 rubidium (svn r13557) [NoAI] -Add: function to determine whether two adjacent tiles can be travelled by a ship. noai
Tue, 27 May 2008 09:52:05 +0000 truebrain (svn r13284) [NoAI] -Change r13272: make the auto-free-pointers much more general, so in the future we can use it for other things, and not limited to strings noai
Mon, 26 May 2008 20:00:18 +0000 rubidium (svn r13272) [NoAI] -Codechange: strdup all parameter strings coming from Squirrel going into the API after the possible WChar* -> char* conversion and free them after return. noai
Thu, 17 Apr 2008 00:37:41 +0000 truebrain (svn r12744) [NoAI] -Fix: added a comment to all .hpp.sq that those files are autogenerated, and shouldn't be manually altered noai
Tue, 08 Apr 2008 07:24:23 +0000 rubidium (svn r12625) [NoAI] -Add: support for GetLastError in AIRoad. Patch by Morloth. noai
Sat, 23 Feb 2008 14:42:07 +0000 truebrain (svn r12221) [NoAI] -Fix: Register functions are no _Register functions, and always on top of the sort list 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
Tue, 24 Jul 2007 21:09:39 +0000 truelight (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ... noai