Thu, 28 Dec 2006 17:30:06 +0000(svn r7598) [cbh] - Codechange: Remove the functions IsTunnel() and IsBridge() as they are no longer needed. custombridgeheads
celestar [Thu, 28 Dec 2006 17:30:06 +0000] rev 5591
(svn r7598) [cbh] - Codechange: Remove the functions IsTunnel() and IsBridge() as they are no longer needed.

Thu, 28 Dec 2006 17:21:22 +0000(svn r7597) [cbh] - Codechange: Remove MP_TUNNELBRIDGE and introduce three new TileTypes: MP_TUNNEL, MP_STREET_BRIDGE, MP_RAILWAY_BRIDGE custombridgeheads
celestar [Thu, 28 Dec 2006 17:21:22 +0000] rev 5590
(svn r7597) [cbh] - Codechange: Remove MP_TUNNELBRIDGE and introduce three new TileTypes: MP_TUNNEL, MP_STREET_BRIDGE, MP_RAILWAY_BRIDGE

Thu, 28 Dec 2006 16:11:07 +0000(svn r7593) [cbh] - Created a branch to develop custombridgeheads. custombridgeheads
celestar [Thu, 28 Dec 2006 16:11:07 +0000] rev 5589
(svn r7593) [cbh] - Created a branch to develop custombridgeheads.

Thu, 28 Dec 2006 13:18:07 +0000(svn r7592) -Feature: Add support for tractive effort to 'realistic' acceleration.
peter1138 [Thu, 28 Dec 2006 13:18:07 +0000] rev 5588
(svn r7592) -Feature: Add support for tractive effort to 'realistic' acceleration.

Thu, 28 Dec 2006 11:52:12 +0000(svn r7590) -Codechange: (r7585)
KUDr [Thu, 28 Dec 2006 11:52:12 +0000] rev 5587
(svn r7590) -Codechange: (r7585)
- use existing struct Rect instead of declaring new StationRect
- use inline functions instead of macros

Thu, 28 Dec 2006 01:24:00 +0000(svn r7588) -Change: [OSX] removed the flag JAGUAR since it didn't work anyway
bjarni [Thu, 28 Dec 2006 01:24:00 +0000] rev 5586
(svn r7588) -Change: [OSX] removed the flag JAGUAR since it didn't work anyway
Also removed all the Makefile code regarding this flag since it's no longer needed
Removed documentation about special limitations regarding running the game on OSX 10.2
OpenTTD now officially needs OSX 10.3.9 to work correctly (the trunk needed that for months)

Thu, 28 Dec 2006 01:13:55 +0000(svn r7587) -Change: [OSX] updated readme about compiling a universal binary as the flag name changed, but didn't change in the readme
bjarni [Thu, 28 Dec 2006 01:13:55 +0000] rev 5585
(svn r7587) -Change: [OSX] updated readme about compiling a universal binary as the flag name changed, but didn't change in the readme

Thu, 28 Dec 2006 00:57:56 +0000(svn r7586) -Fix (FS#473): remove the Landscaping toolbar option from the Road Construction toolbar in the scenario editor, as there is another Lanscaping GUI in the scenario editor and launching that one could confuse users.
rubidium [Thu, 28 Dec 2006 00:57:56 +0000] rev 5584
(svn r7586) -Fix (FS#473): remove the Landscaping toolbar option from the Road Construction toolbar in the scenario editor, as there is another Lanscaping GUI in the scenario editor and launching that one could confuse users.

Wed, 27 Dec 2006 23:11:43 +0000(svn r7585) -Codechange: CheckStationSpreadOut() took too much CPU. Station rectangle is now maintained instead of calculating it each time by walking through whole map. Should help with the performance issue related to AIs trying to build road stops too often. (idea by Celestar)
KUDr [Wed, 27 Dec 2006 23:11:43 +0000] rev 5583
(svn r7585) -Codechange: CheckStationSpreadOut() took too much CPU. Station rectangle is now maintained instead of calculating it each time by walking through whole map. Should help with the performance issue related to AIs trying to build road stops too often. (idea by Celestar)

Wed, 27 Dec 2006 18:29:34 +0000(svn r7583) -Fix (r7573): Merging of bridge branch broke (partially reverted?) automatic railtype conversion when building track on existing rail.
peter1138 [Wed, 27 Dec 2006 18:29:34 +0000] rev 5582
(svn r7583) -Fix (r7573): Merging of bridge branch broke (partially reverted?) automatic railtype conversion when building track on existing rail.