src/ai/api/ai_airport.hpp.sq
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
Mon, 31 Mar 2008 08:45:05 +0000 truebrain (svn r12505) [NoAI] -Documentation: still forgot some files ;) (minor stuff, capitals mostly) noai
Mon, 31 Mar 2008 06:32:27 +0000 truebrain (svn r12491) [NoAI] -Documentation: made parts of the comments more uniform (@file header and class header) noai
Tue, 26 Feb 2008 14:42:08 +0000 truebrain (svn r12266) [NoAI] -Fix: [API CHANGE] minor typo in Ai*r*portAvailable (tnx yorick) 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
Thu, 19 Jul 2007 19:42:54 +0000 truelight (svn r10629) [NoAI] -Fix: on returning a class instance which is NULL, do not make a wrapper SQ, but return a NULL pointer too noai
Thu, 19 Jul 2007 17:13:38 +0000 truelight (svn r10625) [NoAI] -Fix: returning C++ classes, by creating a temp SQ class, had its problems, this should fix them all (double-frees, wrong scope, ..) noai
Wed, 18 Jul 2007 15:09:16 +0000 truelight (svn r10613) [NoAI] -Add r10612: give release-hook for return values of classes for which SQ creates a temporary holder so they are free'd when SQ does noai
Wed, 18 Jul 2007 14:58:37 +0000 truelight (svn r10612) [NoAI] -Add: allow a class as return value; pack the result in a SQ instance and it should work perfectly noai
Wed, 18 Jul 2007 09:20:50 +0000 truelight (svn r10609) [NoAI] -Add: added GetAirportWidth / GetAirportHeight noai
Fri, 13 Jul 2007 23:18:12 +0000 truelight (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport noai