rubidium [Fri, 19 Oct 2007 22:46:55 +0000] rev 7758
(svn r11303) -Fix: EnsureNoVehicle and EnsureNoVehicleOnGround were both used to check whether there was no vehicle on the ground, except that the former didn't take care of aircraft shadows. So now we only use EnsureNoVehicleOnGround.
glx [Fri, 19 Oct 2007 21:14:38 +0000] rev 7757
(svn r11302) -Fix (r9520): typo
glx [Fri, 19 Oct 2007 21:05:25 +0000] rev 7756
(svn r11301) -Fix: water check when building industries didn't work
glx [Thu, 18 Oct 2007 20:35:59 +0000] rev 7755
(svn r11293) -Fix: newgrf defined industry news messages use TTD format for args, which is not the same as our. So we must detect those strings and pass them the right params
rubidium [Thu, 18 Oct 2007 20:34:09 +0000] rev 7754
(svn r11292) -Fix [FS#1350]: don't desync when generating random faces. Patch by SmatZ.
rubidium [Thu, 18 Oct 2007 20:32:36 +0000] rev 7753
(svn r11291) -Fix [FS#1345]: changing the wagon_speed_limits patch option caused desyncs.
rubidium [Thu, 18 Oct 2007 17:44:59 +0000] rev 7752
(svn r11290) -Fix: obiwan in the assertion that checked for overflows when writing a packet, causing still correctly sized packets to cause assertions.
miham [Wed, 17 Oct 2007 21:47:44 +0000] rev 7751
(svn r11288) -Update: WebTranslator2 update to 2007-10-17 23:47:06
bulgarian - 47 fixed by thetitan (47)
catalan - 46 fixed by arnaullv (46)
dutch - 46 fixed by habell (46)
french - 46 fixed by glx (46)
hungarian - 28 fixed by miham (28)
italian - 46 fixed, 1 changed by lorenzodv (47)
russian - 53 fixed by Smoky555 (53)
slovak - 46 fixed, 8 changed by lengyel (54)
slovenian - 46 fixed by Necrolyte (46)
spanish - 46 fixed by eusebio (46)
rubidium [Wed, 17 Oct 2007 20:09:16 +0000] rev 7750
(svn r11287) -Codechange: add support for pushing paramaters into NewIndustries' error messages. Patch by Csaboka.
rubidium [Wed, 17 Oct 2007 16:09:04 +0000] rev 7749
(svn r11286) -Fix (r11228): NewGRF industries assume that the order of animation always stays the same. Patch by Csaboka.