------------------------------------------------------------------------ r11477 | rubidium | 2007-11-19 18:58:32 +0000 (Mon, 19 Nov 2007) | 2 lines -Fix [FS#1451]: a road vehicle must not show that it is driving max speed when it is standing still waiting for the vehicle in from of it. ------------------------------------------------------------------------ r11476 | skidd13 | 2007-11-19 18:58:04 +0000 (Mon, 19 Nov 2007) | 2 lines -Codechange: rename the function myabs to abs to get rid of an unneeded define ------------------------------------------------------------------------ r11475 | skidd13 | 2007-11-19 18:38:10 +0000 (Mon, 19 Nov 2007) | 2 lines -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style ------------------------------------------------------------------------ r11474 | belugas | 2007-11-19 04:34:40 +0000 (Mon, 19 Nov 2007) | 4 lines -Feature: Allow to resize on creation the smallmap gui in order to show all the types industry available. -Feature: Allow to enable/disable individually or all at once, the industries shown on small map. This will permit to easily find those that are of some interest for the player. Heavily based on gule's patch ------------------------------------------------------------------------ r11473 | belugas | 2007-11-19 01:16:53 +0000 (Mon, 19 Nov 2007) | 1 line -Codechange: Replace two more instances of widget/smalltype numbers by enum(-a) values ------------------------------------------------------------------------ r11472 | belugas | 2007-11-19 00:57:56 +0000 (Mon, 19 Nov 2007) | 1 line -Codechange: Give enuma for both the widget numbers and the used smallmap currently used type ------------------------------------------------------------------------ r11471 | smatz | 2007-11-18 23:13:53 +0000 (Sun, 18 Nov 2007) | 1 line -Codechange: one more variable retyped to enum ViewportHighlightMode ------------------------------------------------------------------------ r11470 | glx | 2007-11-18 22:39:02 +0000 (Sun, 18 Nov 2007) | 1 line -Codechange: add git detection to MSVC (michi_cc) ------------------------------------------------------------------------ r11469 | glx | 2007-11-18 22:37:44 +0000 (Sun, 18 Nov 2007) | 1 line -Fix (r11051): only consider changes in src when detecting modified (M) version ------------------------------------------------------------------------ r11468 | glx | 2007-11-18 20:38:24 +0000 (Sun, 18 Nov 2007) | 1 line -Fix (r11330): rev number detection didn't work for git with msys/mingw ------------------------------------------------------------------------ r11467 | rubidium | 2007-11-18 20:21:41 +0000 (Sun, 18 Nov 2007) | 2 lines -Fix [FS#1450]: OpenBSD has ALIGN already defined, causing compilation failures. ------------------------------------------------------------------------ r11466 | smatz | 2007-11-18 20:10:07 +0000 (Sun, 18 Nov 2007) | 1 line -Fix (r11339): operator priority problem resulting in problematic autoroad placement in some cases ------------------------------------------------------------------------ r11465 | smatz | 2007-11-18 20:05:44 +0000 (Sun, 18 Nov 2007) | 1 line -Fix: more user-friedly placement in X and Y directions (most noticeable with autoroad) ------------------------------------------------------------------------ r11464 | rubidium | 2007-11-18 18:28:32 +0000 (Sun, 18 Nov 2007) | 2 lines -Fix: some issue that made OpenTTD on MorphOS seriously unplayable. ------------------------------------------------------------------------ r11463 | rubidium | 2007-11-18 16:41:25 +0000 (Sun, 18 Nov 2007) | 2 lines -Fix: some OSes seem not to handle allocating 0 bytes in the same manner as others do. ------------------------------------------------------------------------ r11461 | rubidium | 2007-11-18 15:06:01 +0000 (Sun, 18 Nov 2007) | 2 lines -Fix [FS#1449] (r11449): a bus turning around in a station could case an assertion error. Patch by divide. ------------------------------------------------------------------------ r11460 | rubidium | 2007-11-18 14:57:14 +0000 (Sun, 18 Nov 2007) | 2 lines -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD. ------------------------------------------------------------------------ r11459 | skidd13 | 2007-11-18 14:39:43 +0000 (Sun, 18 Nov 2007) | 2 lines -Fix: (r11457) The selection highlight color hasn't been reset ------------------------------------------------------------------------ r11457 | skidd13 | 2007-11-18 13:55:23 +0000 (Sun, 18 Nov 2007) | 3 lines -Fix: (r11455) Reenable the accidentaly removed one way roads option -Change: Enable one way roads like the remove via a toolbar icon ------------------------------------------------------------------------ r11456 | smatz | 2007-11-18 13:13:59 +0000 (Sun, 18 Nov 2007) | 1 line -Fix [FS#1412] (r10070): Viewport is bound to its top-left corner ------------------------------------------------------------------------ r11455 | rubidium | 2007-11-18 08:03:48 +0000 (Sun, 18 Nov 2007) | 2 lines -Codechange: make autoroad, 'normal' road building and 'normal' rail building all react the same on CTRL as autorail. ------------------------------------------------------------------------ r11454 | rubidium | 2007-11-17 23:16:41 +0000 (Sat, 17 Nov 2007) | 2 lines -Fix: the CHANCE16 functions were biased; a 32768 in 65536 chance was really a 32769 in 65536 chance. ------------------------------------------------------------------------ r11453 | glx | 2007-11-17 22:33:53 +0000 (Sat, 17 Nov 2007) | 1 line -Fix (r11450): unrevert r11239, as we now need it ------------------------------------------------------------------------ r11452 | rubidium | 2007-11-17 22:25:16 +0000 (Sat, 17 Nov 2007) | 2 lines -Change: do not allow configuration changes, that NewGRFs can directly use to change their behaviour, during network games as this can cause desyncs. ------------------------------------------------------------------------ r11451 | rubidium | 2007-11-17 15:04:38 +0000 (Sat, 17 Nov 2007) | 2 lines -Fix [FS#1287]: very fast aircraft would sometimes abruptly stop at the begin of the landing runway, turn a few times and then drive slowly to the end of the runway. ------------------------------------------------------------------------ r11450 | glx | 2007-11-17 15:03:19 +0000 (Sat, 17 Nov 2007) | 1 line -Fix [FS#1432](r8886): cargo translation table was loaded too early ------------------------------------------------------------------------ r11449 | rubidium | 2007-11-17 12:42:15 +0000 (Sat, 17 Nov 2007) | 2 lines -Fix [FS#1160]: trams could deadlock themselves. As of now trams will turn as roadvehicles do when the player cannot build a tram track piece on the next tile without destroying anything. It will not turn when the player can build the before mentioned track piece on the 'next' tile. ------------------------------------------------------------------------ r11448 | glx | 2007-11-17 02:22:56 +0000 (Sat, 17 Nov 2007) | 1 line -Add: project files for MSVC 2008 (*_vs90.*) ------------------------------------------------------------------------ r11447 | belugas | 2007-11-17 01:55:00 +0000 (Sat, 17 Nov 2007) | 1 line -Fix(r11433): Wrong offset to the helipad made it look like the autoroad button ------------------------------------------------------------------------ r11446 | skidd13 | 2007-11-17 01:10:06 +0000 (Sat, 17 Nov 2007) | 4 lines -Codechange: change the naming of road related code parts to something more descriptive -Change: invert the two single roads gui buttons, making it consistent with rails toolbar Based on a patch by Octopussy ------------------------------------------------------------------------ r11445 | glx | 2007-11-16 22:11:30 +0000 (Fri, 16 Nov 2007) | 1 line -Codechange: reorder in openttd_vs80.vcproj, so there are less diff when it is modified by MSVC ------------------------------------------------------------------------ r11444 | miham | 2007-11-16 07:21:44 +0000 (Fri, 16 Nov 2007) | 9 lines -Update: WebTranslator2 update to 2007-11-16 08:21:07 czech - 1 changed by Hadez (1) estonian - 1 fixed by kristjans (1) french - 10 changed by glx (10) italian - 3 fixed, 1 changed by lorenzodv (4) japanese - 1 fixed by ickoonite (1) slovenian - 1 fixed by Necrolyte (1) swedish - 4 fixed, 4 changed by daishan (8) ------------------------------------------------------------------------ r11443 | glx | 2007-11-16 02:25:56 +0000 (Fri, 16 Nov 2007) | 1 line -Fix: [NewGRF] Action 0 is an extended byte ------------------------------------------------------------------------ r11442 | rubidium | 2007-11-15 22:20:33 +0000 (Thu, 15 Nov 2007) | 2 lines -Feature: make news messages related to the industry (production) changes better configurable; you can now disable news messages popping up for industries you are not servicing. Patch by Alberth. ------------------------------------------------------------------------ r11441 | rubidium | 2007-11-15 19:18:52 +0000 (Thu, 15 Nov 2007) | 2 lines -Fix [FS#1443]: manage list dropdown menu did not "disappear" when the all vehicles are removed from the "current" group. ------------------------------------------------------------------------ r11440 | rubidium | 2007-11-15 18:28:00 +0000 (Thu, 15 Nov 2007) | 2 lines -Codechange: replace magic numbers with enumified WindowHighlightMode constants. Patch by SmatZ. ------------------------------------------------------------------------ r11439 | rubidium | 2007-11-15 18:21:59 +0000 (Thu, 15 Nov 2007) | 2 lines -Codechange: replace some magic numbers by a ViewportPlaceMethod enumified constant. Patch by SmatZ. ------------------------------------------------------------------------ r11438 | rubidium | 2007-11-15 18:07:30 +0000 (Thu, 15 Nov 2007) | 2 lines -Change: do not create shores in canyons. Based on a patch by LeviathNL. ------------------------------------------------------------------------ r11437 | rubidium | 2007-11-15 17:54:46 +0000 (Thu, 15 Nov 2007) | 2 lines -Change: when sorting stations by cargo sum, only sum the cargos that are selected in the filter. Patch by divide. ------------------------------------------------------------------------ r11436 | rubidium | 2007-11-15 17:51:36 +0000 (Thu, 15 Nov 2007) | 2 lines -Fix [FS#1439]: Towns would not build roads on slopes. Patch by divide. ------------------------------------------------------------------------ r11435 | rubidium | 2007-11-15 17:49:50 +0000 (Thu, 15 Nov 2007) | 2 lines -Codechange: show all players who have shares, not just the first two. Patch by SmatZ. ------------------------------------------------------------------------ r11434 | miham | 2007-11-15 15:02:42 +0000 (Thu, 15 Nov 2007) | 1 line -Fix: fixed a string in finnish (suggested by ln-) ------------------------------------------------------------------------ r11433 | rubidium | 2007-11-15 07:42:25 +0000 (Thu, 15 Nov 2007) | 5 lines -Fix: starting OpenTTD with DOS files made it look weird out of the box. -Change: make extra sprites (the ones not in the TTD GRFs) replaceable using Action 5. -Feature: make replacing contiguous subsets of sprites in for some types possible in Action 5. Note to GRF authors: when you replaced OpenTTD sprites that are not from the TTD GRF files using Action A, your GRF will not have the intended result anymore as the sprite numbers have changed. You should replace the Action A with an Action 5 from now on. ------------------------------------------------------------------------ r11431 | glx | 2007-11-15 00:13:12 +0000 (Thu, 15 Nov 2007) | 1 line -Codechange: [NewGRF] Add support for changing rail vehicle user-defined bit mask (prop 25) via callback 36 ------------------------------------------------------------------------ r11430 | rubidium | 2007-11-13 22:44:41 +0000 (Tue, 13 Nov 2007) | 2 lines -Fix (r11421) [FS#1421]: there was still one case that would cause a crash... ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------