Wed, 06 Feb 2008 23:08:49 +0000(svn r12075) -Codechange: Remove explicit numbering on command enum, and remove blanks from command list where old commands have been removed.
peter1138 [Wed, 06 Feb 2008 23:08:49 +0000] rev 8996
(svn r12075) -Codechange: Remove explicit numbering on command enum, and remove blanks from command list where old commands have been removed.

Wed, 06 Feb 2008 23:08:04 +0000(svn r12074) -Cleanup: use C++ variable scope and declaration in DrawTile_Trees()
smatz [Wed, 06 Feb 2008 23:08:04 +0000] rev 8995
(svn r12074) -Cleanup: use C++ variable scope and declaration in DrawTile_Trees()

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 8994
(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 8993
(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 8992
(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 8991
(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 8990
(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 8989
(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 8988
(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 8987
(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