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
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
truelight [Thu, 12 Apr 2007 12:19:13 +0000] rev 9581
(svn r9605) [NoAI] -Fix: RemoveXXXValue and KeepXXXValue could cause infinite loops
truelight [Thu, 12 Apr 2007 12:11:46 +0000] rev 9580
(svn r9604) [NoAI] -Fix: set default sort order to value-descending for AIList(), as that most likely will be the most used
truelight [Thu, 12 Apr 2007 11:37:24 +0000] rev 9579
(svn r9603) [NoAI] -Add: added AIList(), a simple list in which you can add item/value pairs. You can sort them, walk them, and valuate them
-Add: added regression for AIList()
-Note: valuator is untested (and unfinished)