Sat, 28 Apr 2007 13:38:48 +0000(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
truelight [Sat, 28 Apr 2007 13:38:48 +0000] rev 9602
(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.

Sun, 22 Apr 2007 19:06:48 +0000(svn r9713) [NoAI] -Sync with trunk (r9631:9712). noai
rubidium [Sun, 22 Apr 2007 19:06:48 +0000] rev 9601
(svn r9713) [NoAI] -Sync with trunk (r9631:9712).

Sun, 15 Apr 2007 10:30:00 +0000(svn r9634) [NoAI] -Fix: typo in doxygen comment noai
truelight [Sun, 15 Apr 2007 10:30:00 +0000] rev 9600
(svn r9634) [NoAI] -Fix: typo in doxygen comment

Sun, 15 Apr 2007 00:23:24 +0000(svn r9632) [NoAI] -Sync with trunk r9574:9631. noai
rubidium [Sun, 15 Apr 2007 00:23:24 +0000] rev 9599
(svn r9632) [NoAI] -Sync with trunk r9574:9631.

Sun, 15 Apr 2007 00:17:57 +0000(svn r9631) [NoAI] -Codechange: rewrite the loading in such a manner that the NoAI branch gets savegame compatability for both NoAI branch savegames (from this revision on) as well as trunk savegames up to the revision that NoAI is synched with. noai
rubidium [Sun, 15 Apr 2007 00:17:57 +0000] rev 9598
(svn r9631) [NoAI] -Codechange: rewrite the loading in such a manner that the NoAI branch gets savegame compatability for both NoAI branch savegames (from this revision on) as well as trunk savegames up to the revision that NoAI is synched with.
Note: this breaks savegame loading of savegames made with the NoAI branch up to this revision.

Sat, 14 Apr 2007 22:16:11 +0000(svn r9630) [NoAI] -Codechange: remove now useless define. noai
rubidium [Sat, 14 Apr 2007 22:16:11 +0000] rev 9597
(svn r9630) [NoAI] -Codechange: remove now useless define.

Sat, 14 Apr 2007 21:57:44 +0000(svn r9629) [NoAI] -Codechange: move the squirrel export functions out of the API header files. noai
rubidium [Sat, 14 Apr 2007 21:57:44 +0000] rev 9596
(svn r9629) [NoAI] -Codechange: move the squirrel export functions out of the API header files.

Sat, 14 Apr 2007 21:01:44 +0000(svn r9628) [NoAI] -Fix: missing svn:eol-style and svn:keywords noai
rubidium [Sat, 14 Apr 2007 21:01:44 +0000] rev 9595
(svn r9628) [NoAI] -Fix: missing svn:eol-style and svn:keywords
[NoAI] -Fix: wrong filename for @file comments

Sat, 14 Apr 2007 20:38:10 +0000(svn r9627) [NoAI] -Fix: let the squirrel export script export all needed (and a few more) types of references to structs and classes. noai
rubidium [Sat, 14 Apr 2007 20:38:10 +0000] rev 9594
(svn r9627) [NoAI] -Fix: let the squirrel export script export all needed (and a few more) types of references to structs and classes.

Sat, 14 Apr 2007 20:17:36 +0000(svn r9626) [NoAI] -Change: renamed AIList to AIAbstractList and hide 'AddItem' and 'RemoveItem' noai
truelight [Sat, 14 Apr 2007 20:17:36 +0000] rev 9593
(svn r9626) [NoAI] -Change: renamed AIList to AIAbstractList and hide 'AddItem' and 'RemoveItem'
-Add: added AIList to work like the old AIList