rubidium [Sun, 04 Nov 2007 11:28:36 +0000] rev 8321
(svn r11375) -Fix [FS#1397]: the industry recolour map was always applied when recolouring was turned on, instead of only applying it when the colour translation is '0'.
belugas [Sun, 04 Nov 2007 00:08:57 +0000] rev 8320
(svn r11374) -Codechange: Give meaning to the magical number that specifies the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
rubidium [Sat, 03 Nov 2007 23:34:12 +0000] rev 8319
(svn r11373) -Fix [FS#1398]: do not even think about building disabled industries.
glx [Sat, 03 Nov 2007 15:32:07 +0000] rev 8318
(svn r11372) -Fix [FS#1394]: don't stop on first invalid cargo type when displaying industry acceptance
rubidium [Sat, 03 Nov 2007 15:21:26 +0000] rev 8317
(svn r11371) -Fix [FS#1396]: the industry protection only kicked in when it should not kick in.
rubidium [Sat, 03 Nov 2007 06:20:25 +0000] rev 8316
(svn r11370) -Fix [FS1384]: manually replacing a vehicle with shared orders makes it lose it's order index and service interval. Patch by jthill.
truelight [Fri, 02 Nov 2007 16:57:52 +0000] rev 8315
(svn r11369) -Codechange [FS#1390]: changes some int to int8 in macros.h, as they describe a bit-position, which fits perfectly in an int8 (max 64) (skidd13)
-Codechange [FS#1390]: added consts in macros.h functions, so compilers can optimise better (skidd13)
-Codechange [FS#1390]: remove HAS_SINGLE_BIT, as COUNTBITS does the same (skidd13)
miham [Thu, 01 Nov 2007 15:56:44 +0000] rev 8314
(svn r11368) -Update: WebTranslator2 update to 2007-11-01 16:56:10
afrikaans - 9 fixed, 1 changed by TrueTenacity (10)
brazilian_portuguese - 1 fixed by fukumori (1)
catalan - 1 fixed by arnaullv (1)
croatian - 1 fixed by knovak (1)
french - 1 fixed by glx (1)
slovak - 1 fixed by lengyel (1)
ukrainian - 1 fixed by mad (1)
rubidium [Wed, 31 Oct 2007 22:15:19 +0000] rev 8313
(svn r11367) -Fix [FS#1258]: non-articulated road vehicles should be able to overtake (not-too-long) articulated vehicles, i.e. overtaking of articulated vehicles that are several (3+) tiles long is not supported.
rubidium [Wed, 31 Oct 2007 22:13:41 +0000] rev 8312
(svn r11366) -Fix [FS#1258]: road vehicles must not drive through eachother on bridges/in tunnels.