src/squirrel_class.hpp
Mon, 21 Apr 2008 18:09:52 +0000 truebrain (svn r12822) [NoAI] -Fix: minor documentation typo noai
Tue, 25 Mar 2008 12:09:42 +0000 truebrain (svn r12409) [NoAI] -Add: allow an AdvancedMethod which gives you complete control over the param handling from a call from SQ noai
Thu, 12 Jul 2007 15:04:26 +0000 truelight (svn r10526) [NoAI] -Fix: a class with params for the constructor lost his instance when called from SQ (templates can be really useful ;)) noai
Wed, 02 May 2007 12:56:01 +0000 truelight (svn r9768) [NoAI] -Fix: check if the amount of params for constructor are correct noai
Wed, 02 May 2007 12:47:16 +0000 truelight (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates) noai
Sat, 28 Apr 2007 13:38:48 +0000 truelight (svn r9732) [NoAI] -Fix: GCC 2.95 doesn't like SQConvert::Bla inside a template. Use 'using namespace' to avoid. This re-enables MorphOS target for NoAI branch. noai
Fri, 13 Apr 2007 09:52:18 +0000 truelight (svn r9618) [NoAI] -Add: allow an extra param for PreRegister to register classes as extends of others noai
Sun, 25 Mar 2007 21:53:57 +0000 truelight (svn r9462) [NoAI] -Add: add a note about defining params for functions (first param should always be a 'x') noai
Sun, 25 Mar 2007 21:52:16 +0000 truelight (svn r9461) [NoAI] -Add: allow to set the amount of params that SQ should expect in the SQ define lines. Script to automated this are coming up next. noai
Sun, 25 Mar 2007 16:32:02 +0000 truelight (svn r9451) [NoAI] -Add: allow static and non-static members for SQ noai
Sun, 25 Mar 2007 13:55:31 +0000 truelight (svn r9445) [NoAI] -Change: changed from sq_createslot to sq_newslot (first is deprecated) noai
Thu, 15 Mar 2007 22:08:00 +0000 truelight (svn r9226) [NoAI] -Change: moved some ai/squirrel files to root noai