src/ai/api/ai_list.cpp
Sat, 14 Apr 2007 20:17:36 +0000 truelight (svn r9626) [NoAI] -Change: renamed AIList to AIAbstractList and hide 'AddItem' and 'RemoveItem' noai
Sat, 14 Apr 2007 09:44:18 +0000 truelight (svn r9622) [NoAI] -Add: added AITownList, which lists all towns (and which you can iterate) noai
Thu, 12 Apr 2007 12:19:13 +0000 truelight (svn r9605) [NoAI] -Fix: RemoveXXXValue and KeepXXXValue could cause infinite loops noai
Thu, 12 Apr 2007 12:11:46 +0000 truelight (svn r9604) [NoAI] -Fix: set default sort order to value-descending for AIList(), as that most likely will be the most used noai
Thu, 12 Apr 2007 11:37:24 +0000 truelight (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 noai