bin/ai/regression/regression.nut
Sun, 15 Jul 2007 16:39:11 +0000 rubidium (svn r10582) [NoAI] -Codechange: allow getting the president and company names of other companies as well as their company value and bank balance. noai
Sun, 15 Jul 2007 12:56:41 +0000 truelight (svn r10580) [NoAI] -Add: added GetStationID to get the StationID based on a tile 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 Jul 2007 23:49:31 +0000 truelight (svn r10569) [NoAI] -Add: added AIListRandomize as Valuator for all lists to attach a random value to all items noai
Sat, 14 Jul 2007 22:06:38 +0000 truelight (svn r10565) [NoAI] -Add: allow giving width, height and radius to check for cargo acceptance noai
Sat, 14 Jul 2007 21:15:49 +0000 truelight (svn r10564) [NoAI] -Add: added a AITileList valuator that checks for a NxM buildable spot with the entry from the AITileList as top-left tile noai
Sat, 14 Jul 2007 08:54:17 +0000 truelight (svn r10557) [NoAI] -Add: added for all lists 2 valuators: DistanceManhattanToTile and DistanceSquareToTile, to get the distance from object to some tile you specify noai
Fri, 13 Jul 2007 23:18:12 +0000 truelight (svn r10556) [NoAI] -Add: added AIAirport, which can build an airport noai
Fri, 13 Jul 2007 19:12:43 +0000 truelight (svn r10553) [NoAI] -Add: added a framework for AIPathFinder() and implemented a really stupid AIPathFinderStupid() noai
Fri, 13 Jul 2007 14:14:26 +0000 truelight (svn r10544) [NoAI] -Add: added AIIndustryList to list industries noai
Fri, 13 Jul 2007 13:49:39 +0000 truelight (svn r10543) [NoAI] -Add: added AIStationListCargoRating as valuator for a station list noai
Fri, 13 Jul 2007 11:04:00 +0000 truelight (svn r10540) [NoAI] -Add: added AIStationVehicleList, which lists all vehicles that go to a given station noai
Fri, 13 Jul 2007 10:48:08 +0000 truelight (svn r10538) [NoAI] -Add: added AIVehicleStationList, which lists all stations a vehicle goes to noai
Thu, 12 Jul 2007 15:51:19 +0000 truelight (svn r10529) [NoAI] -Add: added AIStation to gather information about stations directly by Id, which is used now by AIStationList noai
Thu, 12 Jul 2007 15:05:24 +0000 truelight (svn r10527) [NoAI] -Add: AIStationList(), which lists all your stations; useful to maintain routes noai
Thu, 12 Jul 2007 14:55:28 +0000 truelight (svn r10525) [NoAI] -Fix: the build-truck-param of BuildRoadStation was flipped noai
Fri, 04 May 2007 22:59:59 +0000 truelight (svn r9786) [NoAI] -Fix: NeighbourRoad -> NeighbourRoadCount noai
Fri, 04 May 2007 21:46:28 +0000 truelight (svn r9783) [NoAI] -Fix: make naming more consistent between Valuators: don't add Get before them. noai
Fri, 04 May 2007 21:26:42 +0000 truelight (svn r9782) [NoAI] -Add: add information functions to AIVehicle, like the valuators of AIVehicleList noai
Fri, 04 May 2007 19:55:35 +0000 truelight (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator noai
Fri, 04 May 2007 15:57:29 +0000 truelight (svn r9776) [NoAI] -Add: added AITileListSlope as valuator to see if tiles are flat or not noai
Wed, 02 May 2007 12:47:16 +0000 truelight (svn r9767) [NoAI] -Add: add support for params in the constructor (via C++ templates) noai
Sun, 29 Apr 2007 13:02:12 +0000 truelight (svn r9749) [NoAI] -Add: added regression-test for new AITileList valuators noai
Sat, 14 Apr 2007 20:01:25 +0000 truelight (svn r9625) [NoAI] -Add: added AITileList() and one valuator for now: AITileListBuildable() 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 13:14:26 +0000 truelight (svn r9610) [NoAI] -Fix r9604: forgot to update regression 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
Wed, 11 Apr 2007 14:18:10 +0000 truelight (svn r9591) [NoAI] -Fix: SetCompanyName() in fact set the president name (Zuu) noai
Tue, 27 Mar 2007 10:22:39 +0000 truelight (svn r9498) [NoAI] -Add: added regression for AITransactionMode() noai
Tue, 27 Mar 2007 09:58:18 +0000 truelight (svn r9496) [NoAI] -Add: added regression for AITestMode() and AIExecMode() noai
Tue, 27 Mar 2007 09:56:20 +0000 truelight (svn r9495) [NoAI] -Add: add regression for AIAccounting() in AIVehicle() regression noai
Tue, 27 Mar 2007 09:46:59 +0000 truelight (svn r9493) [NoAI] -Add: added the missing AIRoad() functions to regression-test noai
Tue, 27 Mar 2007 09:37:43 +0000 truelight (svn r9491) [NoAI] -Fix: added some missing commands to the regression test (some are still missing) noai
Mon, 26 Mar 2007 12:37:50 +0000 truelight (svn r9477) [NoAI] -Add: added regression-test for AIOrder() noai
Sun, 25 Mar 2007 22:21:12 +0000 rubidium (svn r9463) [NoAI] -Codechange: update squirrel export script to generate the correct amount and type of parameters, so that can be checked. noai
Sat, 24 Mar 2007 15:24:15 +0000 truelight (svn r9432) [NoAI] -Add: added regression-test for AIVehicle() noai
Thu, 22 Mar 2007 09:52:12 +0000 rubidium (svn r9407) [NoAI] -Add: placing of signs. noai
Tue, 20 Mar 2007 00:21:24 +0000 truelight (svn r9362) [NoAI] -Add: added the new AIMap() functions to regression-test noai
Mon, 19 Mar 2007 23:43:20 +0000 truelight (svn r9356) [NoAI] -Add: add abs() function to global scope in SQ. This means we now have an own squirrel_std class which registers such functions. (on request by Zuu) noai
Mon, 19 Mar 2007 14:25:06 +0000 truelight (svn r9335) [NoAI] -Update: added AIRoad() regression test noai
Mon, 19 Mar 2007 00:00:26 +0000 rubidium (svn r9308) [NoAI] -Change: make the regression scripts run without any user intervention; not manual enabling and disabling of AIs noai