truelight [Sat, 14 Apr 2007 20:01:25 +0000] rev 9592
(svn r9625) [NoAI] -Add: added AITileList() and one valuator for now: AITileListBuildable()
truelight [Sat, 14 Apr 2007 19:20:17 +0000] rev 9591
(svn r9624) [NoAI] -Fix: stupid OSX defines 'require' as macro... which sane system does that?!
truelight [Sat, 14 Apr 2007 09:48:23 +0000] rev 9590
(svn r9623) [NoAI] -Fix: some comments to make doxygen happy
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)
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
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)
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
truelight [Thu, 12 Apr 2007 13:14:26 +0000] rev 9585
(svn r9610) [NoAI] -Fix r9604: forgot to update regression
truelight [Thu, 12 Apr 2007 12:43:47 +0000] rev 9584
(svn r9608) [NoAI] -Fix r9607: forgot to commit one file
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