projects/openttd.vcproj
Mon, 19 Mar 2007 19:52:26 +0000 KUDr (svn r9346) [gamebalance] -Fix: some MSVC fatal warnings (unary minus on unsigned, forcing int to bool), and errors (missing CDECL, missing file in MSVC projects) gamebalance
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
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
Sat, 20 Oct 2007 13:09:52 +0000 glx (svn r11311) [NoAI] -Fix (r11295, r11298): project files update forgotten 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:10:00 +0000 truelight (svn r10680) [NoAI] -Fix r10679: forgot to update MSVC project files 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
Thu, 12 Jul 2007 15:51:38 +0000 truelight (svn r10530) [NoAI] -Fix r10529: forgot to update MSVC project files 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:08:55 +0000 rubidium (svn r9822) [NoAI] -Fix: update the MSVC project files. 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
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
Thu, 22 Mar 2007 08:58:17 +0000 truelight (svn r9405) [NoAI] -Fix: fix MSVC project files to include squirrel correctly 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
Mon, 19 Mar 2007 23:43:50 +0000 truelight (svn r9357) [NoAI] -Fix r9356: forgot to regenerate MSVC project files noai
Mon, 19 Mar 2007 12:49:27 +0000 truelight (svn r9323) [NoAI] -Sync with trunk r9206:9322 noai
Sun, 18 Mar 2007 18:06:45 +0000 rubidium (svn r9283) [NoAI] -Add: API for adding/removing road, road depots and road stations. noai
Sun, 18 Mar 2007 18:02:27 +0000 truelight (svn r9282) [NoAI] -Add: added AIAccounting, which tracks the cost of your buying/selling. noai
Sun, 18 Mar 2007 16:02:41 +0000 truelight (svn r9279) [NoAI] -Fix r9278: forgot to generate project-files noai
Fri, 16 Mar 2007 17:03:49 +0000 truelight (svn r9255) [NoAI] -Add: each AI now runs in a seperate thread. The main thread is suspended if any AI thread is running, only one AI thread runs at the time. noai
Thu, 15 Mar 2007 23:13:13 +0000 truelight (svn r9238) [NoAI] -Codechange: removed ai/api/ai_factory.h, as it isn't an api header noai
Thu, 15 Mar 2007 22:48:43 +0000 truelight (svn r9235) [NoAI] -Codechange: renamed ai/squirrel.* to ai/ai_squirrel.* noai
Thu, 15 Mar 2007 22:33:39 +0000 truelight (svn r9232) [NoAI] -Fix r9230: incode update about file/dir moving noai
Thu, 15 Mar 2007 22:08:00 +0000 truelight (svn r9226) [NoAI] -Change: moved some ai/squirrel files to root noai
Thu, 15 Mar 2007 19:26:11 +0000 truelight (svn r9222) [NoAI] -Fix r9221: forgot to remove the files from source.list noai
Thu, 15 Mar 2007 13:50:58 +0000 rubidium (svn r9202) [NoAI] -Add: some initial functions for cargo and industries. noai
Thu, 15 Mar 2007 00:15:52 +0000 truelight (svn r9187) [NoAI] -Change: renamed SquirrelCore to SquirrelEngine, as it is more noai
Thu, 15 Mar 2007 00:01:33 +0000 truelight (svn r9185) [NoAI] -Codechange: split up the squirrel code so we have SquirrelCore noai
Wed, 14 Mar 2007 20:22:07 +0000 truelight (svn r9179) [NoAI] -Add: added templates that makes adding classes to squirrel very easy noai
Wed, 14 Mar 2007 11:14:57 +0000 rubidium (svn r9169) [NoAI] -Add: some wrapper functions for town related queries. noai
Wed, 14 Mar 2007 02:29:26 +0000 rubidium (svn r9161) [NoAI] -Add: functions to get/set company related information: loan, bank balance, company value and company name. noai
Tue, 13 Mar 2007 21:55:22 +0000 truelight (svn r9151) [NoAI] -Add: added squirrel module that loads squirrel scripts and noai
Tue, 13 Mar 2007 18:36:29 +0000 truelight (svn r9144) [NoAI] -Change: moved command functions to AIObject, and made AIBase depend on AIObject noai
Tue, 13 Mar 2007 15:47:26 +0000 truelight (svn r9142) [NoAI] -Add: added initial code for AI-layer system noai
Tue, 13 Mar 2007 13:07:17 +0000 truelight (svn r9140) [NoAI] -Remove: both 'default' and 'trolly' AI noai
Wed, 23 Jan 2008 22:34:04 +0000 smatz (svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead