------------------------------------------------------------------------ r11393 | glx | 2007-11-08 16:11:25 +0000 (Thu, 08 Nov 2007) | 1 line -Fix (r11368): forgot to update lang project files ------------------------------------------------------------------------ r11392 | belugas | 2007-11-08 16:09:04 +0000 (Thu, 08 Nov 2007) | 2 lines -Codechange: Remove some MSVC warnings by removing boolean typecast that can be avoided by using HASBIT instead. Although the code is old (r2817), it is the recent changes made in macros.h that brough it up. ------------------------------------------------------------------------ r11391 | rubidium | 2007-11-07 23:29:43 +0000 (Wed, 07 Nov 2007) | 2 lines -Change: print all error messages related to missing/corrupted files in one message including the location where they can get said missing/corrupted files. ------------------------------------------------------------------------ r11390 | truelight | 2007-11-07 22:41:50 +0000 (Wed, 07 Nov 2007) | 2 lines -Fix r11387: AB() was wrong (spotted by Rafal Rzepecki, patch by skidd13) ------------------------------------------------------------------------ r11389 | egladil | 2007-11-07 21:35:33 +0000 (Wed, 07 Nov 2007) | 1 line -Fix [FS#1386]: Replace calls to deprecated API with newer ones and handle broken iconv declaration in OSX 10.5. ------------------------------------------------------------------------ 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) ------------------------------------------------------------------------