------------------------------------------------------------------------ r11429 | glx | 2007-11-13 18:57:38 +0000 (Tue, 13 Nov 2007) | 1 line -Fix (r11129): some TextID to StringID 'translations' didn't follow our format ------------------------------------------------------------------------ r11428 | glx | 2007-11-13 18:38:36 +0000 (Tue, 13 Nov 2007) | 1 line -Fix: wrong string used for candy/sweets units_volume ------------------------------------------------------------------------ r11427 | belugas | 2007-11-13 15:41:09 +0000 (Tue, 13 Nov 2007) | 1 line -Fix: Forgot to Truncate the string "Many Random Industries" in the funding industry window. In some languages, it gets drawn outside of the gui. ------------------------------------------------------------------------ r11426 | belugas | 2007-11-13 03:34:24 +0000 (Tue, 13 Nov 2007) | 1 line -Codechange: Just one boolean inversion instead of two ------------------------------------------------------------------------ r11425 | glx | 2007-11-12 20:57:03 +0000 (Mon, 12 Nov 2007) | 1 line -Fix [FS#1424]: overriden industries were ignored when mapping newgrf industry type to 'real' industry type ------------------------------------------------------------------------ r11424 | glx | 2007-11-12 20:42:35 +0000 (Mon, 12 Nov 2007) | 1 line -Fix: an override can be set only once ------------------------------------------------------------------------ r11423 | glx | 2007-11-12 20:40:58 +0000 (Mon, 12 Nov 2007) | 1 line -Codechange: store grfid when adding an override ------------------------------------------------------------------------ r11422 | rubidium | 2007-11-12 20:05:12 +0000 (Mon, 12 Nov 2007) | 2 lines -Fix [FS#1430]: properly support genders coming from newgrfs instead of crashing. ------------------------------------------------------------------------ r11421 | rubidium | 2007-11-12 19:21:33 +0000 (Mon, 12 Nov 2007) | 2 lines -Fix [FS#1431]: do not use a function that asserts when wrapping around the map's edge when you use the wrapping (and MP_VOID tiles) to determine whether the bridge can be build. ------------------------------------------------------------------------ r11420 | rubidium | 2007-11-12 18:32:04 +0000 (Mon, 12 Nov 2007) | 2 lines -Fix [FS#1006]: industry closure news not properly shown when the news item pops up after the industry has been removed from the map. ------------------------------------------------------------------------ r11419 | rubidium | 2007-11-12 18:28:55 +0000 (Mon, 12 Nov 2007) | 2 lines -Fix [FS#1388]: articulated vehicle breaking up when making a 90 degree turn immediately after a 180 degree turn. ------------------------------------------------------------------------ r11418 | glx | 2007-11-12 01:38:32 +0000 (Mon, 12 Nov 2007) | 1 line -Fix (r11416): forgot an instance ------------------------------------------------------------------------ r11417 | belugas | 2007-11-12 01:12:32 +0000 (Mon, 12 Nov 2007) | 1 line -Fix[FS#1421]: Let the main viewport stay where the vehicle was last seen while been center-followed ------------------------------------------------------------------------ r11416 | belugas | 2007-11-12 01:05:35 +0000 (Mon, 12 Nov 2007) | 1 line -Fix(r11411): For once, the warnings of MSVC are not useless. Inversion of the two parameters of DoTriggerHouse cause a complain which was legit, in this case ------------------------------------------------------------------------ r11415 | rubidium | 2007-11-11 21:05:50 +0000 (Sun, 11 Nov 2007) | 2 lines -Fix [FS#1428]: do not ignore the autorenew settings for new games when creating a new game. ------------------------------------------------------------------------ r11414 | rubidium | 2007-11-11 20:24:32 +0000 (Sun, 11 Nov 2007) | 2 lines -Fix [FS#1387]: when building a station, even though we already 'know' it in memory, it should still be unknown in the realm of callbacks. ------------------------------------------------------------------------ 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!) ------------------------------------------------------------------------