Fri, 29 Dec 2006 12:33:26 +0000(svn r7614) [cbh] - Codechange: Moved the DiagDirection of the bridge head from m5 bits 0..1 to m4 bits 5..6 custombridgeheads
celestar [Fri, 29 Dec 2006 12:33:26 +0000] rev 5596
(svn r7614) [cbh] - Codechange: Moved the DiagDirection of the bridge head from m5 bits 0..1 to m4 bits 5..6

Fri, 29 Dec 2006 12:18:43 +0000(svn r7613) [cbh] - Codechange: Removed tunnel-specific functions from bridge_cmd.c and bridge-specific functions from tunnel_cmd.c custombridgeheads
celestar [Fri, 29 Dec 2006 12:18:43 +0000] rev 5595
(svn r7613) [cbh] - Codechange: Removed tunnel-specific functions from bridge_cmd.c and bridge-specific functions from tunnel_cmd.c

Fri, 29 Dec 2006 12:03:28 +0000(svn r7612) [cbh] Copied tunnelbridge_cmd.c to tunnel_cmd.c and bridge_cmd.c. Removed tunnelbridge_cmd.c custombridgeheads
celestar [Fri, 29 Dec 2006 12:03:28 +0000] rev 5594
(svn r7612) [cbh] Copied tunnelbridge_cmd.c to tunnel_cmd.c and bridge_cmd.c. Removed tunnelbridge_cmd.c

Fri, 29 Dec 2006 11:03:39 +0000(svn r7610) [cbh] - Codechange: Created seperate Tile Type Procs for tunnel and bridge tiles custombridgeheads
celestar [Fri, 29 Dec 2006 11:03:39 +0000] rev 5593
(svn r7610) [cbh] - Codechange: Created seperate Tile Type Procs for tunnel and bridge tiles

Fri, 29 Dec 2006 10:13:35 +0000(svn r7608) [cbh] - Merge with trunk r7593:7607 because I need 7607 here custombridgeheads
celestar [Fri, 29 Dec 2006 10:13:35 +0000] rev 5592
(svn r7608) [cbh] - Merge with trunk r7593:7607 because I need 7607 here

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