------------------------------------------------------------------------ r11413 | glx | 2007-11-11 18:32:01 +0000 (Sun, 11 Nov 2007) | 1 line -Fix [FS#1405]: don't use cached override spriteset for callbacks ------------------------------------------------------------------------ r11412 | rubidium | 2007-11-11 18:22:06 +0000 (Sun, 11 Nov 2007) | 3 lines -Fix (r11403): animation was not turned on properly. -Fix (r11410): wrong assumption about random reseeds made the whole thing reseed way too often, making the animation look very ugly. ------------------------------------------------------------------------ r11411 | rubidium | 2007-11-11 17:58:05 +0000 (Sun, 11 Nov 2007) | 2 lines -Codechange: implement random triggers for houses. ------------------------------------------------------------------------ r11410 | rubidium | 2007-11-11 17:56:37 +0000 (Sun, 11 Nov 2007) | 2 lines -Codechange: implement random triggers for industries. ------------------------------------------------------------------------ r11409 | truelight | 2007-11-11 14:32:18 +0000 (Sun, 11 Nov 2007) | 2 lines -Update: as of now, I am a retired Developer, so mark me as such ------------------------------------------------------------------------ r11408 | rubidium | 2007-11-11 13:04:51 +0000 (Sun, 11 Nov 2007) | 2 lines -Fix [FS#1422]: do not do a 270 degree turn when 90 degrees is enough on a commuter airport. ------------------------------------------------------------------------ r11407 | truelight | 2007-11-11 12:34:44 +0000 (Sun, 11 Nov 2007) | 2 lines -Fix: do not allow building of tram-tracks when they are not available (SmatZ) ------------------------------------------------------------------------ r11406 | rubidium | 2007-11-11 12:29:47 +0000 (Sun, 11 Nov 2007) | 2 lines -Fix: wrong triggers would be activated on callback 32 for vehicles. ------------------------------------------------------------------------ r11405 | truelight | 2007-11-11 12:26:44 +0000 (Sun, 11 Nov 2007) | 2 lines -Fix: in rare cases OpenTTD could segfault when resizing and scroll the main window (Rafal Rzepecki) ------------------------------------------------------------------------ r11404 | belugas | 2007-11-11 01:39:15 +0000 (Sun, 11 Nov 2007) | 1 line -Codechange: remove 2 magical numbers ------------------------------------------------------------------------ r11403 | rubidium | 2007-11-11 00:53:59 +0000 (Sun, 11 Nov 2007) | 2 lines -Fix: NewIndustries GRF assume that tiles are already animated during construction. ------------------------------------------------------------------------ r11402 | glx | 2007-11-11 00:04:52 +0000 (Sun, 11 Nov 2007) | 1 line -Fix [FS#1382]: incorrect handling of industry behaviour 'must be in town with population large than 1200' ------------------------------------------------------------------------ r11401 | rubidium | 2007-11-10 23:22:32 +0000 (Sat, 10 Nov 2007) | 2 lines -Fix [FS#1391]: make all min functions do exactly the same instead of branching on either < or <=. ------------------------------------------------------------------------ r11400 | rubidium | 2007-11-10 22:56:43 +0000 (Sat, 10 Nov 2007) | 2 lines -Fix [FS#1409]: assign orders during cloning after refitting as it needs the cargo types to be the same. ------------------------------------------------------------------------ r11399 | belugas | 2007-11-10 01:17:15 +0000 (Sat, 10 Nov 2007) | 4 lines -Feature(ette): transparency settings can now be saved and thus remembered. -Codechange: Wrap all transparency settings in accessors, hiding the implementation -Change: Clicking "transparent building" menu will toggle Houses And Trees only. The other options can be used in the transparency gui. Initial patch by Smatz (FS#1349), with some rework by BigBB and your humble servant. ------------------------------------------------------------------------ r11398 | glx | 2007-11-10 00:42:25 +0000 (Sat, 10 Nov 2007) | 1 line -Fix [FS#1414]: industry variables 67 and 68 return was incorrect ------------------------------------------------------------------------ r11397 | truelight | 2007-11-09 13:21:48 +0000 (Fri, 09 Nov 2007) | 2 lines -Fix r11395: some minor fixes for better town-bridge results (and better comments) (skidd13 / TrueLight) ------------------------------------------------------------------------ r11396 | truelight | 2007-11-09 11:22:17 +0000 (Fri, 09 Nov 2007) | 2 lines -Fix: GCC 3.3 doesn't like 'static bool inline', should of course be 'static inline bool' (SmatZ) ------------------------------------------------------------------------ r11395 | truelight | 2007-11-09 11:20:36 +0000 (Fri, 09 Nov 2007) | 2 lines -Fix: allow town-bridges to be build on slopes (Rafal Rzepecki) ------------------------------------------------------------------------ r11394 | glx | 2007-11-08 22:29:21 +0000 (Thu, 08 Nov 2007) | 1 line -Fix: default value for input cargo multipliers is 256 even for invalid cargo. Exceptions are temperate banks and oil rigs, default value is 0 for them ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------