Thu, 15 Mar 2007 00:27:12 +0000(svn r9188) [NoAI] -Cleanup: cleaned up DefSQClass a bit by using the SquirrelEngine noai
truelight [Thu, 15 Mar 2007 00:27:12 +0000] rev 9396
(svn r9188) [NoAI] -Cleanup: cleaned up DefSQClass a bit by using the SquirrelEngine
wrappers instead of doing it ourself.
-Add: added a AddMethod overload which takes userdata as extra param

Thu, 15 Mar 2007 00:15:52 +0000(svn r9187) [NoAI] -Change: renamed SquirrelCore to SquirrelEngine, as it is more noai
truelight [Thu, 15 Mar 2007 00:15:52 +0000] rev 9395
(svn r9187) [NoAI] -Change: renamed SquirrelCore to SquirrelEngine, as it is more
the engine then a 'core', which is pretty vague

Thu, 15 Mar 2007 00:06:53 +0000(svn r9186) [NoAI] -Documentation: forgot to document GetInstance() noai
truelight [Thu, 15 Mar 2007 00:06:53 +0000] rev 9394
(svn r9186) [NoAI] -Documentation: forgot to document GetInstance()
-Change: make GetVM deprecated (give #warning upon use, which is a few times still)

Thu, 15 Mar 2007 00:01:33 +0000(svn r9185) [NoAI] -Codechange: split up the squirrel code so we have SquirrelCore noai
truelight [Thu, 15 Mar 2007 00:01:33 +0000] rev 9393
(svn r9185) [NoAI] -Codechange: split up the squirrel code so we have SquirrelCore
and the rest. The first isn't depending of any AI code. First step in
generalizing squirrel-code.

Wed, 14 Mar 2007 23:01:30 +0000(svn r9184) [NoAI] -Revert r9183: now that was a bullshit commit noai
truelight [Wed, 14 Mar 2007 23:01:30 +0000] rev 9392
(svn r9184) [NoAI] -Revert r9183: now that was a bullshit commit
-Fix: remove instance-param as it is bullshit

Wed, 14 Mar 2007 23:00:06 +0000(svn r9183) [NoAI] -Fix: use 'instance' instead of 'this' in RegisterFactory noai
truelight [Wed, 14 Mar 2007 23:00:06 +0000] rev 9391
(svn r9183) [NoAI] -Fix: use 'instance' instead of 'this' in RegisterFactory

Wed, 14 Mar 2007 22:55:57 +0000(svn r9182) [NoAI] -Add: added AIFactory template which all AIs must define, as this noai
truelight [Wed, 14 Mar 2007 22:55:57 +0000] rev 9390
(svn r9182) [NoAI] -Add: added AIFactory template which all AIs must define, as this
makes them select from the core. This gives information about author,
version, description, ...
-Add: make the AI selection random based on the entries in AIFactory

Wed, 14 Mar 2007 22:31:59 +0000(svn r9181) [NoAI] -Fix: allow compilation with MINGW and _UNICODE (squirrel has some problems with that) noai
glx [Wed, 14 Mar 2007 22:31:59 +0000] rev 9389
(svn r9181) [NoAI] -Fix: allow compilation with MINGW and _UNICODE (squirrel has some problems with that)

Wed, 14 Mar 2007 20:25:43 +0000(svn r9180) [NoAI] -Fix: copy/pasting can be nasty: wrong @file headers noai
truelight [Wed, 14 Mar 2007 20:25:43 +0000] rev 9388
(svn r9180) [NoAI] -Fix: copy/pasting can be nasty: wrong @file headers

Wed, 14 Mar 2007 20:22:07 +0000(svn r9179) [NoAI] -Add: added templates that makes adding classes to squirrel very easy noai
truelight [Wed, 14 Mar 2007 20:22:07 +0000] rev 9387
(svn r9179) [NoAI] -Add: added templates that makes adding classes to squirrel very easy
-Update: SQNoAI does now exactly what NoAI does