frosch [Wed, 06 Feb 2008 15:32:06 +0000] rev 8495
(svn r12070) -Cleanup(r12042): Water-owner of shipdepots is no longer needed. Removed.
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.
belugas [Wed, 06 Feb 2008 02:43:42 +0000] rev 8493
(svn r12068) -Fix(r12067): forgot a return
peter1138 [Tue, 05 Feb 2008 23:22:34 +0000] rev 8492
(svn r12067) -Cleanup: Codestyle on loading object references
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
belugas [Tue, 05 Feb 2008 05:03:50 +0000] rev 8490
(svn r12065) -Codechange : removed a now useless declaration ( orig_bridge )
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.
smatz [Tue, 05 Feb 2008 00:30:58 +0000] rev 8488
(svn r12063) -Cleanup: use C++ indenting and variable scope/declaration in BuildTownHouse()
smatz [Mon, 04 Feb 2008 23:24:22 +0000] rev 8487
(svn r12062) -Fix: possible deadlock when there are no houses available to build at given tile
-Fix: houses with zero probability could be built
smatz [Mon, 04 Feb 2008 22:44:05 +0000] rev 8486
(svn r12061) -Cleanup: since r12060, DC_FORCETEST is not used anymore