Wed, 11 Apr 2007 20:53:58 +0000(svn r9600) [NoAI] -Fix r9594: restore compilation with _UNICODE noai
glx [Wed, 11 Apr 2007 20:53:58 +0000] rev 9578
(svn r9600) [NoAI] -Fix r9594: restore compilation with _UNICODE

Wed, 11 Apr 2007 19:53:33 +0000(svn r9594) [NoAI] -Add: added 'require()' for Squirrel, which allows you to include other files in your .nut noai
truelight [Wed, 11 Apr 2007 19:53:33 +0000] rev 9577
(svn r9594) [NoAI] -Add: added 'require()' for Squirrel, which allows you to include other files in your .nut
-Note: it always includes the file on the ROOT-level, no matter where you include it
-Note: the filename is relative from the script you call it from (absolute filenames simply aren't allowed / possible)
-Note: avoid including too many files on 'root-level', rather do it in Start() or where you need it.

Wed, 11 Apr 2007 16:48:42 +0000(svn r9593) [NoAI] -Add: on runtime-error, print the complete stack, so the user can see where it went wrong noai
truelight [Wed, 11 Apr 2007 16:48:42 +0000] rev 9576
(svn r9593) [NoAI] -Add: on runtime-error, print the complete stack, so the user can see where it went wrong

Wed, 11 Apr 2007 14:18:10 +0000(svn r9591) [NoAI] -Fix: SetCompanyName() in fact set the president name (Zuu) noai
truelight [Wed, 11 Apr 2007 14:18:10 +0000] rev 9575
(svn r9591) [NoAI] -Fix: SetCompanyName() in fact set the president name (Zuu)
[NoAI] -Add: added SetPresidentName() and GetPresidentName()
[NoAI] -Update: updated the regression

Sun, 08 Apr 2007 14:46:55 +0000(svn r9575) [NoAI] -Sync with trunk r9504:9574 noai
glx [Sun, 08 Apr 2007 14:46:55 +0000] rev 9574
(svn r9575) [NoAI] -Sync with trunk r9504:9574

Sat, 31 Mar 2007 12:36:57 +0000(svn r9536) [NoAI] -Fix: keep files in source.list (and thus the MSVC project files) alphabetically ordered. noai
rubidium [Sat, 31 Mar 2007 12:36:57 +0000] rev 9573
(svn r9536) [NoAI] -Fix: keep files in source.list (and thus the MSVC project files) alphabetically ordered.

Sat, 31 Mar 2007 12:34:38 +0000(svn r9535) [NoAI] -Codechange: don't export virtual classes, only their class signature for parameters. noai
rubidium [Sat, 31 Mar 2007 12:34:38 +0000] rev 9572
(svn r9535) [NoAI] -Codechange: don't export virtual classes, only their class signature for parameters.

Wed, 28 Mar 2007 09:11:09 +0000(svn r9515) [NoAI] -Fix r9514: some systems know find -d, others find -depth... don't you just love it? noai
truelight [Wed, 28 Mar 2007 09:11:09 +0000] rev 9571
(svn r9515) [NoAI] -Fix r9514: some systems know find -d, others find -depth... don't you just love it?

Wed, 28 Mar 2007 09:07:49 +0000(svn r9514) [NoAI] -Fix r9512: 'find' can do it on its own (without 'xargs') if you add -d(epth) (tkoskine) noai
truelight [Wed, 28 Mar 2007 09:07:49 +0000] rev 9570
(svn r9514) [NoAI] -Fix r9512: 'find' can do it on its own (without 'xargs') if you add -d(epth) (tkoskine)

Wed, 28 Mar 2007 09:02:21 +0000(svn r9513) [NoAI] -Fix: disable strict-aliasing to make GCC 4 stop bitching about it noai
truelight [Wed, 28 Mar 2007 09:02:21 +0000] rev 9569
(svn r9513) [NoAI] -Fix: disable strict-aliasing to make GCC 4 stop bitching about it