------------------------------------------------------------------------ r11379 | truelight | 2007-11-04 18:32:51 +0000 (Sun, 04 Nov 2007) | 2 lines -Fix r11378: KillFirstBit2x64 accepts and returns unsigned variables, not signed, so enforce that a bit ------------------------------------------------------------------------ r11378 | truelight | 2007-11-04 18:28:52 +0000 (Sun, 04 Nov 2007) | 2 lines -Codechange: optimize KillFirstBit2x64 (skidd13) ------------------------------------------------------------------------ r11377 | truelight | 2007-11-04 17:43:53 +0000 (Sun, 04 Nov 2007) | 2 lines -Codechange: some more strictness in macros.h (skidd13) ------------------------------------------------------------------------ r11376 | rubidium | 2007-11-04 11:46:01 +0000 (Sun, 04 Nov 2007) | 2 lines -Fix: fill the town a oil rig is associated with before creating the name, otherwise every oil rig will become " Oilrig" which effectively means that there can be several oil rigs with exactly the same name. ------------------------------------------------------------------------ r11375 | rubidium | 2007-11-04 11:28:36 +0000 (Sun, 04 Nov 2007) | 2 lines -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'. ------------------------------------------------------------------------ r11374 | belugas | 2007-11-04 00:08:57 +0000 (Sun, 04 Nov 2007) | 2 lines -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) ------------------------------------------------------------------------ r11373 | rubidium | 2007-11-03 23:34:12 +0000 (Sat, 03 Nov 2007) | 2 lines -Fix [FS#1398]: do not even think about building disabled industries. ------------------------------------------------------------------------ r11372 | glx | 2007-11-03 15:32:07 +0000 (Sat, 03 Nov 2007) | 1 line -Fix [FS#1394]: don't stop on first invalid cargo type when displaying industry acceptance ------------------------------------------------------------------------ r11371 | rubidium | 2007-11-03 15:21:26 +0000 (Sat, 03 Nov 2007) | 2 lines -Fix [FS#1396]: the industry protection only kicked in when it should not kick in. ------------------------------------------------------------------------ r11370 | rubidium | 2007-11-03 06:20:25 +0000 (Sat, 03 Nov 2007) | 2 lines -Fix [FS1384]: manually replacing a vehicle with shared orders makes it lose it's order index and service interval. Patch by jthill. ------------------------------------------------------------------------ r11369 | truelight | 2007-11-02 16:57:52 +0000 (Fri, 02 Nov 2007) | 4 lines -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) ------------------------------------------------------------------------ r11368 | miham | 2007-11-01 15:56:44 +0000 (Thu, 01 Nov 2007) | 9 lines -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) ------------------------------------------------------------------------ r11367 | rubidium | 2007-10-31 22:15:19 +0000 (Wed, 31 Oct 2007) | 2 lines -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. ------------------------------------------------------------------------ r11366 | rubidium | 2007-10-31 22:13:41 +0000 (Wed, 31 Oct 2007) | 2 lines -Fix [FS#1258]: road vehicles must not drive through eachother on bridges/in tunnels. ------------------------------------------------------------------------ r11365 | rubidium | 2007-10-31 22:09:23 +0000 (Wed, 31 Oct 2007) | 2 lines -Fix [FS#1288]: when stopping a ship or aircraft, set their speed to 0 so they won't continue at the speed where they were stopped at. ------------------------------------------------------------------------ r11364 | glx | 2007-10-31 18:53:49 +0000 (Wed, 31 Oct 2007) | 1 line -Fix (r11363): compilation broken ------------------------------------------------------------------------ r11363 | belugas | 2007-10-31 18:01:41 +0000 (Wed, 31 Oct 2007) | 1 line -Codechange: Remove some magical numbers ------------------------------------------------------------------------ r11362 | rubidium | 2007-10-30 20:31:35 +0000 (Tue, 30 Oct 2007) | 2 lines -Fix [FS#1380]: cloning vehicles with non-standard sub-cargotypes (i.e. livery refits) failed. ------------------------------------------------------------------------ r11361 | miham | 2007-10-30 18:56:06 +0000 (Tue, 30 Oct 2007) | 24 lines -Update: WebTranslator2 update to 2007-10-30 19:53:53 afrikaans - 211 fixed, 22 changed by TrueTenacity (233) brazilian_portuguese - 2 fixed by fukumori (2) bulgarian - 3 fixed by thetitan (3) catalan - 3 fixed, 1 changed by arnaullv (4) croatian - 49 fixed by knovak (49) czech - 51 fixed by Hadez (51) danish - 55 fixed by ThomasA (55) dutch - 2 fixed by habell (2) estonian - 52 fixed by t2t2 (7), kristjans (45) french - 2 fixed by Skiper (2) german - 56 fixed by moewe2 (56) italian - 3 fixed, 1 changed by lorenzodv (4) japanese - 56 fixed by ickoonite (56) latvian - 38 fixed by Gustavo (38) norwegian_nynorsk - 56 fixed by pollux (56) romanian - 55 fixed, 3 changed by CrystyB (16), kneekoo (42) russian - 3 fixed by Smoky555 (3) slovak - 2 fixed, 4 changed by lengyel (6) slovenian - 3 fixed by Necrolyte (3) spanish - 4 fixed by eusebio (4) traditional_chinese - 55 fixed by xbddc (55) ukrainian - 3 fixed, 10 changed by fevral13 (3), mad (10) ------------------------------------------------------------------------ r11360 | rubidium | 2007-10-30 18:32:26 +0000 (Tue, 30 Oct 2007) | 2 lines -Fix [FS#1375]: do not crash when trying to "draw" an invalid string, just draw a message saying it is invalid. ------------------------------------------------------------------------ r11359 | rubidium | 2007-10-30 17:57:51 +0000 (Tue, 30 Oct 2007) | 2 lines -Fix [FS#1381]: shared timetables were not properly refreshed with autofill. ------------------------------------------------------------------------ r11358 | rubidium | 2007-10-30 17:24:04 +0000 (Tue, 30 Oct 2007) | 2 lines -Fix: condition types 0x0B and 0x0C are also valid for variable 0x88 in action 7/9. ------------------------------------------------------------------------ r11357 | truelight | 2007-10-30 11:29:01 +0000 (Tue, 30 Oct 2007) | 2 lines -Fix: NetworkUniqueID could be 80 chars, while the max size we generate is 32. So reduce the size a bit. Pointed out by dihedral, so give him a big hug ;) ------------------------------------------------------------------------ r11356 | glx | 2007-10-29 23:29:06 +0000 (Mon, 29 Oct 2007) | 1 line -Fix (r11305): funding industries in MP game was causing desync ------------------------------------------------------------------------ r11355 | rubidium | 2007-10-29 23:02:31 +0000 (Mon, 29 Oct 2007) | 2 lines -Fix [FS#1377]: loading too many GRFs was not handled gracefully causing crashes and such. ------------------------------------------------------------------------ r11354 | rubidium | 2007-10-29 22:30:54 +0000 (Mon, 29 Oct 2007) | 2 lines -Codechange [FS#1379]: one variable wasn't freed whereas all others were. It's not causing any problems as it happens during the shutdown of OpenTTD. So basically it is only for consistency. ------------------------------------------------------------------------