rubidium [Wed, 30 May 2007 13:27:56 +0000] rev 7248
(svn r9987) -Fix [FS#818]: a train under a bridge could collide with a train on the bridge.
rubidium [Wed, 30 May 2007 13:16:45 +0000] rev 7247
(svn r9986) -Fix (r9934): flooding towns could not remove tram tracks (boekabart).
miham [Wed, 30 May 2007 07:59:43 +0000] rev 7246
(svn r9985) -Update: WebTranslator2 update to 2007-05-30 09:59:31
dutch - 1 fixed by habell (1)
italian - 16 fixed, 22 changed by lorenzodv (38)
korean - 1 fixed by darkttd (1)
norwegian_bokmal - 8 fixed by jankmi (8)
ukrainian - 30 fixed by mad (30)
belugas [Wed, 30 May 2007 02:08:18 +0000] rev 7245
(svn r9984) -Codechange: Remove an obsolete structure and a now meaningless enum, in favor of the "real thing"
belugas [Wed, 30 May 2007 01:55:11 +0000] rev 7244
(svn r9983) -Codechange: Use the "enabled" property of the industry spec.
bjarni [Tue, 29 May 2007 20:52:35 +0000] rev 7243
(svn r9982) -Fix (r9874): autoreplacing vehicles from a group could sometimes add the new vehicle twice to the engine (EngineID, not total count) count in the group
bjarni [Tue, 29 May 2007 20:06:06 +0000] rev 7242
(svn r9981) -Fix: fixed a rare event that could cause autoreplace to run out of money and generate an error (spotted by elmex and UndernotBuilder)
This happened if the new engine was a dualheaded engine and there was money to replace and refit the front, but not the rear
It also adds the cost of refitting the rear end of dualheaded engines to the cost animations (display only)
rubidium [Tue, 29 May 2007 19:01:38 +0000] rev 7241
(svn r9980) -Merge: Windows Installer changes in 0.5 (r9864).
rubidium [Tue, 29 May 2007 18:55:15 +0000] rev 7240
(svn r9979) -Merge: release changes from 0.5.
belugas [Tue, 29 May 2007 17:41:59 +0000] rev 7239
(svn r9976) -Codechange: Declare a writable array of specs for industry and industry tiles.
It will be initialized by the original data upon game start.
Rename some enums to be more consistent too