rubidium [Sun, 25 Mar 2007 15:22:56 +0000] rev 9528
(svn r9448) [NoAI] -Codechange: extend the squirrel_export script to update ai_squirrel too.
rubidium [Sun, 25 Mar 2007 15:03:49 +0000] rev 9527
(svn r9447) [NoAI] -Fix (r9446): commented out a little too much code, i.e. code that wasn't unused yet ;)
rubidium [Sun, 25 Mar 2007 14:19:59 +0000] rev 9526
(svn r9446) [NoAI] -Add: simple script to make changing/adding classes to export a little simpler.
truelight [Sun, 25 Mar 2007 13:55:31 +0000] rev 9525
(svn r9445) [NoAI] -Change: changed from sq_createslot to sq_newslot (first is deprecated)
-Add: allow consts to be registered to an SQ class (so we can now tell about enums)
rubidium [Sun, 25 Mar 2007 13:50:19 +0000] rev 9524
(svn r9444) [NoAI] -Codechange: allow all API-class-instances to be used as parameters in Squirrel.
truelight [Sun, 25 Mar 2007 13:32:14 +0000] rev 9523
(svn r9443) [NoAI] -Fix: make regression now shows stderr output at the bottom (else it got lost really fast)
rubidium [Sun, 25 Mar 2007 13:22:18 +0000] rev 9522
(svn r9442) [NoAI] -Documentation: do not reference any non-exported INVALID_* in the AI API documentation.
rubidium [Sun, 25 Mar 2007 12:38:29 +0000] rev 9521
(svn r9441) [NoAI] -Codechange: make the Squirrel method registration happen in the same order as the methods occur in the class.
rubidium [Sun, 25 Mar 2007 12:02:13 +0000] rev 9520
(svn r9440) [NoAI] -Codechange: use the identifier used for the #ifdef in the #endif not something that looks like the identifier.
truelight [Sat, 24 Mar 2007 15:25:10 +0000] rev 9519
(svn r9433) [NoAI] -Fix r9432: forgot to update regression.txt