src/ai/api/ai_abstractlist.cpp
Fri, 13 Jun 2008 19:57:25 +0000 truebrain (svn r13511) [NoAI] -Fix: add a reference to objects given in Valuate(), so they remain valid during their usage. This allows nameless functions (lambda functions) in Valuate() on long lists. noai
Fri, 13 Jun 2008 19:12:55 +0000 truebrain (svn r13510) [NoAI] -Fix: be a tiny bit more strict for AIAbstract.Valuate() (check the type of the first 2 params) noai
Wed, 11 Jun 2008 15:35:21 +0000 truebrain (svn r13474) [NoAI] -Fix: remove the restriction of 10 params per Valuator noai
Mon, 31 Mar 2008 06:45:57 +0000 truebrain (svn r12496) [NoAI] -Documentation: give the .cpp files a nice uniform format too noai
Tue, 25 Mar 2008 23:30:16 +0000 glx (svn r12422) [NoAI] -Fix (r12411): unicode compilation was broken noai
Tue, 25 Mar 2008 12:20:42 +0000 truebrain (svn r12413) [NoAI] -Remove: removed the last traced of the old obsolete Valuator system (this includes the ugly GetListName(), so Morloth should be happy ;)) noai
Tue, 25 Mar 2008 12:12:45 +0000 truebrain (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed noai
Thu, 28 Feb 2008 01:04:50 +0000 truebrain (svn r12308) [NoAI] -Fix: don't allow AddList on lists of different types noai
Wed, 27 Feb 2008 23:28:34 +0000 truebrain (svn r12300) [NoAI] -Add: added AIAbstractList.AddList() (on request by Progman) noai
Tue, 26 Feb 2008 15:14:45 +0000 truebrain (svn r12268) [NoAI] -Fix: allow AIList_vRandomize to run over any list noai
Tue, 26 Feb 2008 10:55:07 +0000 truebrain (svn r12265) [NoAI] -Add: added a general protection that doesn't allow people using valuators on lists that aren't ment for those valuators noai
Sun, 24 Feb 2008 22:30:26 +0000 truebrain (svn r12240) [NoAI] -Fix r12235: minor typo (glx) noai
Sun, 24 Feb 2008 22:05:07 +0000 truebrain (svn r12235) [NoAI] -Fix: don't segfault if you do a Next() on an empty list (tnx Progman) noai
Thu, 21 Feb 2008 22:34:54 +0000 glx (svn r12210) [NoAI] -Fix: iterators can become invalid after a call to RemoveItem() noai
Thu, 22 Nov 2007 23:01:41 +0000 rubidium (svn r11497) [NoAI] -Fix: when removing the last item from a bucket, the bucket gets removed invalidating iterators. Based on a patch by xargonax. noai
Sun, 09 Sep 2007 21:14:29 +0000 rubidium (svn r11075) [NoAI] -Fix: sorting on value did not work as expected. Patch by GeekToo. noai
Sun, 15 Jul 2007 12:36:43 +0000 rubidium (svn r10579) [NoAI] -Add: functions to remove/keep the top/bottom X items from a list. noai
Sun, 15 Jul 2007 11:45:25 +0000 truelight (svn r10577) [NoAI] -Add: added ChangeItem to AIList noai
Sun, 29 Apr 2007 13:02:36 +0000 truelight (svn r9750) [NoAI] -Fix: if AIAbstractList is empty, don't make the sorters segfault noai
Sat, 14 Apr 2007 20:17:36 +0000 truelight (svn r9626) [NoAI] -Change: renamed AIList to AIAbstractList and hide 'AddItem' and 'RemoveItem' noai