source.list
Mon, 19 Mar 2007 12:49:55 +0000 celestar (svn r9324) [gamebalance] -Sync: r9314:9322 from trunk (newhouses) gamebalance
Mon, 19 Mar 2007 12:38:16 +0000 celestar (svn r9321) [gamebalance] -Sync: r9025:9314 from trunk gamebalance
Sun, 11 Mar 2007 14:02:43 +0000 celestar (svn r9114) [gamebalance] -Add: Added the new economy, with the ability to adjust growth in the difficulty window. The economy doesn't do anything yet, it just exists. gamebalance
Wed, 02 Apr 2008 10:55:28 +0000 truebrain (svn r12538) [NoAI] -Codechange: introducing fiber.hpp, a class to have fibers in your application via either Windows Fibers, or via thread.h noai
Tue, 01 Apr 2008 13:40:36 +0000 truebrain (svn r12529) [NoAI] -Change: split thread.cpp into 4 files, one for each OS noai
Mon, 31 Mar 2008 18:33:33 +0000 truebrain (svn r12519) [NoAI] -Add: added AILog with Info(), Warning(), and Error() noai
Mon, 31 Mar 2008 11:31:44 +0000 truebrain (svn r12511) [NoAI] -Add (WIP): AI Debug GUI. For now it is a stripped down copy of performance details. In future it will allow reloading of AI, changing settings, and reading the log of the AI noai
Mon, 31 Mar 2008 10:55:13 +0000 truebrain (svn r12510) [NoAI] -Add: added AIError, which allows you to catch errors triggered by commands (Morloth) noai
Mon, 31 Mar 2008 07:50:27 +0000 rubidium (svn r12503) [NoAI] -Sync: with trunk r12461:12501. noai
Mon, 31 Mar 2008 06:36:54 +0000 truebrain (svn r12493) [NoAI] -Remove [API CHANGE]: AIPathFinder should never been part of this API (more like a contrib or extended something) noai
Sun, 30 Mar 2008 15:08:30 +0000 rubidium (svn r12484) [NoAI] -Fix: add missing headers to the MSVC project files. noai
Fri, 28 Mar 2008 10:32:55 +0000 rubidium (svn r12462) [NoAI] -Sync: with trunk r12304:12461. noai
Thu, 27 Mar 2008 05:15:06 +0000 rubidium (svn r12437) [NoAI] -Add: functions to get the current date and to determine the year/month/day from that date. noai
Tue, 25 Mar 2008 12:12:45 +0000 truebrain (svn r12411) [NoAI] -Change [API CHANGE]: order of params of CargoIncome is changed noai
Mon, 17 Mar 2008 15:58:28 +0000 truebrain (svn r12376) [NoAI] -Remove: from this day on, C++ is removed as supported language to write your NoAI in. The only language to use is Squirrel. noai
Thu, 28 Feb 2008 00:43:30 +0000 glx (svn r12306) [NoAI] -Sync with trunk r12209:12304 noai
Wed, 27 Feb 2008 23:06:43 +0000 truebrain (svn r12298) [NoAI] -Add: added AITunnel (Morloth) noai
Wed, 27 Feb 2008 21:07:31 +0000 truebrain (svn r12294) [NoAI] -Add: added AIBridge(List), which lists all available bridges (no build yet) noai
Tue, 26 Feb 2008 23:47:37 +0000 truebrain (svn r12284) [NoAI] -Add: added AICargoList_v(IsFreight|CargoIncomes) (Morloth) noai
Tue, 26 Feb 2008 22:03:18 +0000 truebrain (svn r12280) [NoAI] -Add: added AICargoList (Morloth) noai
Fri, 22 Feb 2008 00:25:54 +0000 glx (svn r12211) [NoAI] -Sync: with trunk r12050:12209 noai
Sun, 03 Feb 2008 20:17:54 +0000 rubidium (svn r12051) [NoAI] -Sync: with trunk (r11795:12050). noai
Wed, 09 Jan 2008 18:11:12 +0000 rubidium (svn r11796) [NoAI] -Sync: with trunk r11502:11795. noai
Fri, 23 Nov 2007 16:59:30 +0000 rubidium (svn r11503) [NoAI] -Sync: with trunk r11308:11502. noai
Fri, 19 Oct 2007 14:03:27 +0000 truelight (svn r11298) [NoAI] -Add: added EngineList + Valuators for all common functions. This should replace all FindXXXEngine, which will be removed soon noai
Fri, 19 Oct 2007 11:32:20 +0000 truelight (svn r11295) [NoAI] -Change [API CHANGE]: put Engine things in AIEngine, and rename functions as such. Most noticable: FindBestXXXVehicle -> FineBestXXXEngine noai
Sat, 06 Oct 2007 22:30:24 +0000 glx (svn r11221) [NoAI] -Sync: with trunk r11145:11220 noai
Sun, 23 Sep 2007 07:37:38 +0000 rubidium (svn r11146) [NoAI] -Sync: with trunk r11035:11045. noai
Tue, 24 Jul 2007 21:09:39 +0000 truelight (svn r10679) [NoAI] -Add: added AIMarine, which takes care of Ships, Docks, ... noai
Fri, 20 Jul 2007 15:48:17 +0000 rubidium (svn r10636) [NoAI] -Sync with trunk r10532:10635. noai
Thu, 19 Jul 2007 22:39:43 +0000 truelight (svn r10631) [NoAI] -Add: AIEvent, to take care of events; for now it only reports when vehicles are crashed 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
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
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
Sat, 07 Jul 2007 09:20:52 +0000 rubidium (svn r10461) [NoAI] -Sync with trunk r10349:r10460. noai
Tue, 26 Jun 2007 23:40:58 +0000 glx (svn r10350) [NoAI] -Sync with trunk r10194:10349 noai
Sun, 17 Jun 2007 21:31:00 +0000 rubidium (svn r10195) [NoAI] -Sync: with trunk r10119:10194. noai
Tue, 12 Jun 2007 19:52:26 +0000 glx (svn r10120) [NoAI] -Sync with trunk r10096:r10119 noai
Tue, 12 Jun 2007 18:02:11 +0000 glx (svn r10118) [NoAI] -Sync with trunk r10015:r10096 noai
Fri, 01 Jun 2007 20:54:09 +0000 rubidium (svn r10016) [NoAI] -Sync with trunk r9914:r10015. noai
Fri, 25 May 2007 00:25:08 +0000 glx (svn r9915) [NoAI] -Sync with trunk -r9815:9914 noai
Thu, 10 May 2007 15:07:16 +0000 rubidium (svn r9821) [NoAI] -Fix: support compilation without threads. noai
Wed, 09 May 2007 20:22:49 +0000 rubidium (svn r9816) [NoAI] -Sync with trunk r9712:9815 except r9759 (MorphOS threading) because that needs special attention. noai
Fri, 04 May 2007 22:59:59 +0000 truelight (svn r9786) [NoAI] -Fix: NeighbourRoad -> NeighbourRoadCount noai
Fri, 04 May 2007 19:55:35 +0000 truelight (svn r9781) [NoAI] -Add: added AIVehicleListProfit[This|Last]Year as valuator noai
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 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 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
Sun, 08 Apr 2007 14:46:55 +0000 glx (svn r9575) [NoAI] -Sync with trunk r9504:9574 noai
Sat, 31 Mar 2007 12:36:57 +0000 rubidium (svn r9536) [NoAI] -Fix: keep files in source.list (and thus the MSVC project files) alphabetically ordered. noai
Sat, 24 Mar 2007 15:19:35 +0000 truelight (svn r9431) [NoAI] -Sync with trunk r9394:9430 noai
Fri, 23 Mar 2007 21:22:28 +0000 KUDr (svn r9419) [NoAI] -Codechange: support AI threads also on Win32 (using threads on Win95 and fibers on other Win32 platforms) noai
Thu, 22 Mar 2007 09:52:12 +0000 rubidium (svn r9407) [NoAI] -Add: placing of signs. noai
Thu, 22 Mar 2007 09:10:00 +0000 truelight (svn r9406) [NoAI] -Fix: made the detection of 'void' against 'non-void' functions for the class->SQ convertor via templates (as MSVC failed to understand the other method) (KUDr) noai
Tue, 20 Mar 2007 14:27:54 +0000 rubidium (svn r9374) [NoAI] -Add: functionality to modify orders. noai
Tue, 20 Mar 2007 00:19:26 +0000 rubidium (svn r9361) [NoAI] -Add: some function to find, build and sell road vehicles. noai