Wed, 06 Feb 2008 22:59:31 +0000(svn r12073) -Codechange: stop drawing trees a bit earlier when they are invisible
smatz [Wed, 06 Feb 2008 22:59:31 +0000] rev 8498
(svn r12073) -Codechange: stop drawing trees a bit earlier when they are invisible

Wed, 06 Feb 2008 16:19:28 +0000(svn r12072) -Fix: Make docks at sea flood neighboured tiles.
frosch [Wed, 06 Feb 2008 16:19:28 +0000] rev 8497
(svn r12072) -Fix: Make docks at sea flood neighboured tiles.

Wed, 06 Feb 2008 16:12:23 +0000(svn r12071) -Feature(ette): Draw river- and canal-edges under docks and shipdepots.
frosch [Wed, 06 Feb 2008 16:12:23 +0000] rev 8496
(svn r12071) -Feature(ette): Draw river- and canal-edges under docks and shipdepots.

Wed, 06 Feb 2008 15:32:06 +0000(svn r12070) -Cleanup(r12042): Water-owner of shipdepots is no longer needed. Removed.
frosch [Wed, 06 Feb 2008 15:32:06 +0000] rev 8495
(svn r12070) -Cleanup(r12042): Water-owner of shipdepots is no longer needed. Removed.

Wed, 06 Feb 2008 03:01:29 +0000(svn r12069) -Feature[newGRF]: Specify the purchase, rail and road description of a bridge.
belugas [Wed, 06 Feb 2008 03:01:29 +0000] rev 8494
(svn r12069) -Feature[newGRF]: Specify the purchase, rail and road description of a bridge.

Wed, 06 Feb 2008 02:43:42 +0000(svn r12068) -Fix(r12067): forgot a return
belugas [Wed, 06 Feb 2008 02:43:42 +0000] rev 8493
(svn r12068) -Fix(r12067): forgot a return

Tue, 05 Feb 2008 23:22:34 +0000(svn r12067) -Cleanup: Codestyle on loading object references
peter1138 [Tue, 05 Feb 2008 23:22:34 +0000] rev 8492
(svn r12067) -Cleanup: Codestyle on loading object references

Tue, 05 Feb 2008 05:21:02 +0000(svn r12066) -Codechange: Rename GetBridge for the more common GetBridgeSpec
belugas [Tue, 05 Feb 2008 05:21:02 +0000] rev 8491
(svn r12066) -Codechange: Rename GetBridge for the more common GetBridgeSpec
-Codechange: Remove direct access to the _bridge table in favor of the above mentioned GetBridgeSpec
-Codechange: Rationalize the use of Bridge type pointer

Tue, 05 Feb 2008 05:03:50 +0000(svn r12065) -Codechange : removed a now useless declaration ( orig_bridge )
belugas [Tue, 05 Feb 2008 05:03:50 +0000] rev 8490
(svn r12065) -Codechange : removed a now useless declaration ( orig_bridge )

Tue, 05 Feb 2008 04:48:56 +0000(svn r12064) -Codechange : Give grf bridges their own ResetBridges function, and put bridge spec in table/bridge_land.h, where it should be.
belugas [Tue, 05 Feb 2008 04:48:56 +0000] rev 8489
(svn r12064) -Codechange : Give grf bridges their own ResetBridges function, and put bridge spec in table/bridge_land.h, where it should be.