src/ai/api/ai_abstractlist.hpp
Mon, 23 Jun 2008 13:52:21 +0000 truebrain (svn r13615) [NoAI] -Fix: fixed most, if not all, problems around AIAbstractList. It is now safe to remove values while looping, among other things. noai
Fri, 06 Jun 2008 09:28:46 +0000 truebrain (svn r13394) [NoAI] -Fix: make sure Doxygen gives a valid link for SorterType noai
Mon, 31 Mar 2008 18:36:25 +0000 rubidium (svn r12521) [NoAI] -Change: make the style of end-of-line doxygen comments be the same for the whole AI API. noai
Mon, 31 Mar 2008 09:51:47 +0000 rubidium (svn r12509) [NoAI] -Fix: add some missing return/parameter documentation; probably not the last, but Doxygen couldn't find these. noai
Mon, 31 Mar 2008 06:32:27 +0000 truebrain (svn r12491) [NoAI] -Documentation: made parts of the comments more uniform (@file header and class header) 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
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 18:32:35 +0000 truebrain (svn r12273) [NoAI] -Documentation: big change of many list-related comments. It is now more readable, more explaining, and all unneeded things (API-wise) are removed 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:05:07 +0000 truebrain (svn r12235) [NoAI] -Fix: don't segfault if you do a Next() on an empty list (tnx Progman) noai
Thu, 19 Jul 2007 22:26:26 +0000 truelight (svn r10630) [NoAI] -Fix: allow enums to not have a predefined value for Squirrel noai
Thu, 19 Jul 2007 17:13:38 +0000 truelight (svn r10625) [NoAI] -Fix: returning C++ classes, by creating a temp SQ class, had its problems, this should fix them all (double-frees, wrong scope, ..) 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
Sat, 14 Apr 2007 21:57:44 +0000 rubidium (svn r9629) [NoAI] -Codechange: move the squirrel export functions out of the API header files. noai
Sat, 14 Apr 2007 20:38:10 +0000 rubidium (svn r9627) [NoAI] -Fix: let the squirrel export script export all needed (and a few more) types of references to structs and classes. noai
Sat, 14 Apr 2007 20:17:36 +0000 truelight (svn r9626) [NoAI] -Change: renamed AIList to AIAbstractList and hide 'AddItem' and 'RemoveItem' noai