------------------------------------------------------------------------ r11388 | truelight | 2007-11-07 14:33:52 +0000 (Wed, 07 Nov 2007) | 3 lines -Fix: postfix ++ returned new value, should (ofcourse) be old value (SmatZ) -Fix: prefix ++ didn't exist, added it ------------------------------------------------------------------------ r11387 | truelight | 2007-11-06 23:21:08 +0000 (Tue, 06 Nov 2007) | 2 lines -Codechange: changed many macros.h #defines to static inline functions (patch by skidd13, with a big tnx to SmatZ for profiling!) ------------------------------------------------------------------------ r11386 | miham | 2007-11-05 18:07:49 +0000 (Mon, 05 Nov 2007) | 8 lines -Update: WebTranslator2 update to 2007-11-05 19:07:09 afrikaans - 24 changed by TrueTenacity (24) brazilian_portuguese - 1 fixed by tucalipe (1) czech - 1 fixed by Hadez (1) dutch - 1 fixed by habell (1) norwegian_bokmal - 4 fixed, 43 changed by jhsoby (47) turkish - 28 fixed by jnmbk (28) ------------------------------------------------------------------------ r11385 | truelight | 2007-11-05 17:50:10 +0000 (Mon, 05 Nov 2007) | 2 lines -Fix r11383: bool operation can be hard to translate for some people ;) (tnx fjb for noticing this bug ;)) ------------------------------------------------------------------------ r11384 | glx | 2007-11-05 01:38:49 +0000 (Mon, 05 Nov 2007) | 1 line -Fix: second and third accepted cargo were inverted in original industry tiles ------------------------------------------------------------------------ r11383 | truelight | 2007-11-04 23:06:39 +0000 (Sun, 04 Nov 2007) | 2 lines -Codechange: fixed all the mess around KillFirstBit (tnx to Rubidium and skidd13) ------------------------------------------------------------------------ r11382 | truelight | 2007-11-04 22:47:34 +0000 (Sun, 04 Nov 2007) | 2 lines -Codechange: renamed COUNTBITS to CountBits, as it is no longer a macro (skidd13) ------------------------------------------------------------------------ r11381 | glx | 2007-11-04 22:24:03 +0000 (Sun, 04 Nov 2007) | 1 line -Fix [FS#1227]: redo the fix in a less breaking way ------------------------------------------------------------------------ r11380 | glx | 2007-11-04 22:21:46 +0000 (Sun, 04 Nov 2007) | 1 line -Revert (r11191, r11196): it worked, but broke cargo loading ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------