truelight [Sun, 25 Mar 2007 21:21:52 +0000] rev 9535
(svn r9457) [NoAI] -Fix: the errors reported by SQ were a) not via DEBUG, b) always ending with: "Unknown Error"
rubidium [Sun, 25 Mar 2007 20:07:56 +0000] rev 9534
(svn r9456) [NoAI] -Fix: creation of new orders failed.
rubidium [Sun, 25 Mar 2007 19:18:51 +0000] rev 9533
(svn r9454) [NoAI] -Fix: remove mawk <-> gawk incompatabilities from the Squirrel export.
rubidium [Sun, 25 Mar 2007 17:43:40 +0000] rev 9532
(svn r9453) [NoAI] -Codechange: make a difference between static and non-static methods in the squirrel export script.
glx [Sun, 25 Mar 2007 16:46:57 +0000] rev 9531
(svn r9452) [NoAI] -Fix r9450: compilation with _UNICODE was broken
truelight [Sun, 25 Mar 2007 16:32:02 +0000] rev 9530
(svn r9451) [NoAI] -Add: allow static and non-static members for SQ
truelight [Sun, 25 Mar 2007 16:10:40 +0000] rev 9529
(svn r9450) [NoAI] -Fix: don't allow static-method calls from SQ to non-static functions
-Add: added GetClassName() to all API functions (needed to do the thing above ;))
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.