Sat, 14 Apr 2007 09:48:23 +0000(svn r9623) [NoAI] -Fix: some comments to make doxygen happy noai
truelight [Sat, 14 Apr 2007 09:48:23 +0000] rev 9590
(svn r9623) [NoAI] -Fix: some comments to make doxygen happy

Sat, 14 Apr 2007 09:44:18 +0000(svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate) noai
truelight [Sat, 14 Apr 2007 09:44:18 +0000] rev 9589
(svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate)
[NoAI] -Add: added AITownListValuators, to get, for example, all population of the townlist (see regression-test for example)
[NoAI] -Fix: fixed AIList to allow Valuators in a simple and safe way (tnx a lot KUDr)
[NoAI] -Update: updated regression to test above changes
[NoAI] -Fix: Valuate() of valuators are no longer public (Rubidium)

Fri, 13 Apr 2007 09:52:18 +0000(svn r9618) [NoAI] -Add: allow an extra param for PreRegister to register classes as extends of others noai
truelight [Fri, 13 Apr 2007 09:52:18 +0000] rev 9588
(svn r9618) [NoAI] -Add: allow an extra param for PreRegister to register classes as extends of others

Thu, 12 Apr 2007 14:35:24 +0000(svn r9612) [NoAI] -Fix: ignore forward class defines in squirrel_export noai
truelight [Thu, 12 Apr 2007 14:35:24 +0000] rev 9587
(svn r9612) [NoAI] -Fix: ignore forward class defines in squirrel_export
[NoAI] -Fix: only publish the lines to SQ that have a () in the line (so functions, not variables)

Thu, 12 Apr 2007 14:29:15 +0000(svn r9611) [NoAI] -Add: allow a single param for squirrel_export which indicates the only file it should run on, instead of all *.hpp files noai
truelight [Thu, 12 Apr 2007 14:29:15 +0000] rev 9586
(svn r9611) [NoAI] -Add: allow a single param for squirrel_export which indicates the only file it should run on, instead of all *.hpp files

Thu, 12 Apr 2007 13:14:26 +0000(svn r9610) [NoAI] -Fix r9604: forgot to update regression noai
truelight [Thu, 12 Apr 2007 13:14:26 +0000] rev 9585
(svn r9610) [NoAI] -Fix r9604: forgot to update regression

Thu, 12 Apr 2007 12:43:47 +0000(svn r9608) [NoAI] -Fix r9607: forgot to commit one file noai
truelight [Thu, 12 Apr 2007 12:43:47 +0000] rev 9584
(svn r9608) [NoAI] -Fix r9607: forgot to commit one file

Thu, 12 Apr 2007 12:41:48 +0000(svn r9607) [NoAI] -Fix: instances should be 'x', not 'p' in SQ param list noai
truelight [Thu, 12 Apr 2007 12:41:48 +0000] rev 9583
(svn r9607) [NoAI] -Fix: instances should be 'x', not 'p' in SQ param list

Thu, 12 Apr 2007 12:35:44 +0000(svn r9606) [NoAI] -Fix: make GetXXX in AITown static, so we can use it without AITown instance noai
truelight [Thu, 12 Apr 2007 12:35:44 +0000] rev 9582
(svn r9606) [NoAI] -Fix: make GetXXX in AITown static, so we can use it without AITown instance

Thu, 12 Apr 2007 12:19:13 +0000(svn r9605) [NoAI] -Fix: RemoveXXXValue and KeepXXXValue could cause infinite loops noai
truelight [Thu, 12 Apr 2007 12:19:13 +0000] rev 9581
(svn r9605) [NoAI] -Fix: RemoveXXXValue and KeepXXXValue could cause infinite loops