------------------------------------------------------------------------ r9027 | rubidium | 2007-03-06 18:03:06 +0000 (Tue, 06 Mar 2007) | 2 lines -Fix [FS#664]: desync caused by buffer overrun. ------------------------------------------------------------------------ r9022 | richk | 2007-03-05 23:00:43 +0000 (Mon, 05 Mar 2007) | 2 lines -Fix [FS#660]: Airport state machine fails if the adjustment in position is less than 4 pixels. The new planespeed movement made this a fatal error on the oilrig. This fix just corrects the oilrig movement orders so that the error does not occur. Full solution is to allow minor corrections without changing the facing of the aircraft. (spotted by ledow) ------------------------------------------------------------------------ r9021 | miham | 2007-03-05 20:00:43 +0000 (Mon, 05 Mar 2007) | 1 line [Translations] -Fix: removed empty strings once again. ------------------------------------------------------------------------ r9020 | miham | 2007-03-05 18:57:19 +0000 (Mon, 05 Mar 2007) | 17 lines -Update: WebTranslator2 update to 2007-03-05 19:56:28 american - 17 fixed by WhiteRabbit (17) brazilian_portuguese - 4 fixed by fukumori (4) bulgarian - 1 fixed by thetitan (1) catalan - 4 fixed by arnaullv (4) czech - 5 fixed, 39 changed by Hadez (44) dutch - 4 fixed by habell (4) finnish - 7 fixed by pallokala (7) greek - 10 fixed by thanoulas (10) italian - 4 fixed by sidew (4) polish - 3 fixed, 5 changed by meush (8) portuguese - 3 fixed by izhirahider (3) romanian - 17 fixed, 8 changed by kneekoo (25) russian - 3 changed by DarkFenX (3) slovak - 4 fixed, 30 changed by lengyel (34) ukrainian - 6 fixed by znikoz (6) ------------------------------------------------------------------------ r9019 | truelight | 2007-03-05 18:00:18 +0000 (Mon, 05 Mar 2007) | 1 line -Fix: use <> for system-headers ------------------------------------------------------------------------ r9018 | miham | 2007-03-05 17:05:41 +0000 (Mon, 05 Mar 2007) | 1 line -Change: added SunOS as OS name in the quit dialog ------------------------------------------------------------------------ r9017 | truelight | 2007-03-05 15:24:17 +0000 (Mon, 05 Mar 2007) | 2 lines [Config] -Fix: if 'solaris' is in gcc dumpmachine, we have SunOS ------------------------------------------------------------------------ r9016 | celestar | 2007-03-05 09:35:45 +0000 (Mon, 05 Mar 2007) | 5 lines [SunOS] -Fix: Don't use a struct-member that doesn't exist. -Documentation: Updated readme.txt for SunOS 5.10 (aka Solaris 10) Note: With this commit, building and running on Solaris 10 works, thus we officially support this OS now :) ------------------------------------------------------------------------ r9015 | tron | 2007-03-05 05:03:28 +0000 (Mon, 05 Mar 2007) | 4 lines -Fix NL at EOF ------------------------------------------------------------------------ r9014 | tron | 2007-03-05 05:02:24 +0000 (Mon, 05 Mar 2007) | 4 lines -Fix Improve translation using gender tags ------------------------------------------------------------------------ r9013 | tron | 2007-03-05 05:01:06 +0000 (Mon, 05 Mar 2007) | 4 lines -Fix Remove incorrect empty translation ------------------------------------------------------------------------ r9012 | Darkvater | 2007-03-05 00:45:56 +0000 (Mon, 05 Mar 2007) | 2 lines -Fix/Feature (UTF8): When cutting strings into multiple lines also take into consideration whitespace characters of more than 1 byte length (eg IDEOGRAPHIC SPACE, IsWhitespace() function). When trimming such strings, account for multiple-byte long sequences so use *Utf8PrevChar(v) = '\0'. -Codechange: Add a function Utf8TrimString() that properly trims a string to an UTF8 encoding seperation instead of somewhere in the wild (and use it in the chat area) ------------------------------------------------------------------------ r9011 | Darkvater | 2007-03-05 00:34:48 +0000 (Mon, 05 Mar 2007) | 1 line -Codechange (r9003): Rework Utf8PrevChar so that it returns a pointer to the previous UTF8 character's first byte instead of a byte-length offset ------------------------------------------------------------------------ r9009 | Darkvater | 2007-03-04 22:14:32 +0000 (Sun, 04 Mar 2007) | 1 line -Fix (r1): Determine whether to play a sound or not when entering a tunnel based on engine type (only steam engines) instead of on spritenum which can be invalid for newgrf trains. DBSet(XL) or any other steam trains without newsounds should sound their horn now. ------------------------------------------------------------------------ r9005 | miham | 2007-03-04 08:05:43 +0000 (Sun, 04 Mar 2007) | 14 lines -Update: WebTranslator2 update to 2007-03-04 09:03:25 bulgarian - 13 fixed by groupsky (13) danish - 13 fixed by ThomasA (13) french - 4 fixed, 6 changed by glx (4), Skiper (6) german - 4 fixed by Neonox (4) hungarian - 3 fixed by miham (3) norwegian_bokmal - 13 fixed by oletk (13) norwegian_nynorsk - 20 fixed, 1 changed by pollux (21) portuguese - 4 fixed by izhirahider (4) russian - 4 fixed, 10 changed by DarkFenX (14) simplified_chinese - 13 fixed by Fishingsnow (13) slovenian - 4 fixed by Necrolyte (4) traditional_chinese - 2 fixed by thomasau (2) ------------------------------------------------------------------------ r9003 | Darkvater | 2007-03-04 00:49:40 +0000 (Sun, 04 Mar 2007) | 1 line -Codechange: Introduce a function Utf8PrevCharLen that finds the starting character of an UTF-8 sequence from a given position and returns the length to the first UTF-8 encoding byte of that sequence. ------------------------------------------------------------------------ r9002 | rubidium | 2007-03-03 22:15:37 +0000 (Sat, 03 Mar 2007) | 2 lines -Update: remove strings removed in r9001 from languages other than English. ------------------------------------------------------------------------ r9001 | rubidium | 2007-03-03 22:03:15 +0000 (Sat, 03 Mar 2007) | 2 lines -Codechange: remove duplication of functions and strings with respect to the news of new vehicles. ------------------------------------------------------------------------ r9000 | rubidium | 2007-03-03 20:43:52 +0000 (Sat, 03 Mar 2007) | 2 lines -Fix [FS#581, r2572]: new locomotive names were not announced in the news, it said "new railway locomotive available - railway locomotive". ------------------------------------------------------------------------ r8999 | rubidium | 2007-03-03 20:43:50 +0000 (Sat, 03 Mar 2007) | 2 lines -Fix [FS#450]: do not select a disabled platform length/number of track count when going out of drag-drop mode. ------------------------------------------------------------------------ r8995 | Darkvater | 2007-03-03 13:36:25 +0000 (Sat, 03 Mar 2007) | 1 line -Fix (FS#620, r8464): revert properly (reversion of r4322) internal speeds ------------------------------------------------------------------------ r8994 | Darkvater | 2007-03-03 13:13:25 +0000 (Sat, 03 Mar 2007) | 1 line -Fix [FS642, r3320]: [win32] Resolution doubled in cfg file when fullscreen mode used. Use _wnd.double_size which gives back its correct state with respect to double size and fullscreen. ------------------------------------------------------------------------ r8990 | peter1138 | 2007-03-03 10:48:25 +0000 (Sat, 03 Mar 2007) | 2 lines -Fix: more indenting and variable scoping ------------------------------------------------------------------------ r8989 | peter1138 | 2007-03-03 09:58:20 +0000 (Sat, 03 Mar 2007) | 2 lines -Fix: more indenting and variable scoping ------------------------------------------------------------------------ r8988 | peter1138 | 2007-03-03 09:40:34 +0000 (Sat, 03 Mar 2007) | 2 lines -Fix: Indenting, variable scope, variable type and minor duffage ------------------------------------------------------------------------ r8987 | belugas | 2007-03-03 04:04:22 +0000 (Sat, 03 Mar 2007) | 1 line -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style. ------------------------------------------------------------------------ r8980 | rubidium | 2007-03-02 19:57:55 +0000 (Fri, 02 Mar 2007) | 2 lines -Fix (FS#656): the industry list should also be (re)set when the number of industries is 0. ------------------------------------------------------------------------ r8979 | rubidium | 2007-03-02 18:57:54 +0000 (Fri, 02 Mar 2007) | 2 lines -Fix (r8978): unsigned vs signed comparisons. ------------------------------------------------------------------------ r8978 | richk | 2007-03-02 18:49:11 +0000 (Fri, 02 Mar 2007) | 4 lines -Feature: Rewrite of transfer system. This major feature-fix keeps track of the value of transfers offloaded at a station, and hands on to a loading vehicle a credit note proportionate to the cargo loaded. The transferring vehicle is paid only for the distance it has travelled. eg. B-C in a transfer chain A-B-C-D. When the final cargo is delivered, these credit notes are cashed, and the final vehicle is paid for A-D minus any credit notes it is carrying. The company bank balance increases by the value of the A-D route. You still need to set up a profitable route; it is still easy to make a loss on transfers by bad planning. :) ------------------------------------------------------------------------ r8977 | Darkvater | 2007-03-02 17:54:52 +0000 (Fri, 02 Mar 2007) | 1 line -Codechange: Remove the hardcoded maximum width for some drawstrings and replace them with a portion of w->width. Only visible improvement is QueryWndProc which will not write exactly to the edge of the window anymore. ------------------------------------------------------------------------ r8976 | Darkvater | 2007-03-02 15:17:48 +0000 (Fri, 02 Mar 2007) | 1 line -Codechange: Reinitialize all engines after grf files have been reloaded/changed. ------------------------------------------------------------------------ r8975 | Darkvater | 2007-03-02 15:08:28 +0000 (Fri, 02 Mar 2007) | 1 line -Regression: [win32] Possible buffer overflow if unicode text is pasted into an input box and needs trimming. The last character was wrongly assumed to be of length 1 (tb->maxlength - 1), while a unicode character can be up to 4 long. ------------------------------------------------------------------------ r8974 | Darkvater | 2007-03-02 15:02:12 +0000 (Fri, 02 Mar 2007) | 1 line -Fix: [win32] Define a win32 target platform ourselves so that we don't conflict with Vista Platform SDK (boekabart) ------------------------------------------------------------------------ r8973 | celestar | 2007-03-02 12:01:24 +0000 (Fri, 02 Mar 2007) | 2 lines -Feature/Codechange: Changed the internal unit for aircraft velocities to from 8mph to 1km/h (peter1138), also give aircraft realsitic velocities (so that 1km/h is 1km/h independent of vehicle type) (peter1138). Introduce a flag to reduce aircraft speed in holding patterns to some realistic velocity. Use this flag for the city airport for the time being and make use of the different entry points for this airport type. ------------------------------------------------------------------------ r8972 | peter1138 | 2007-03-02 11:36:34 +0000 (Fri, 02 Mar 2007) | 2 lines -Codechange: Dynamically add buttons on the cargo payment graph. This lets us remove the gaps and allow more than 12 cargo types later. ------------------------------------------------------------------------ r8970 | truelight | 2007-03-02 01:18:12 +0000 (Fri, 02 Mar 2007) | 1 line -Fix (win32): suppress the warnings coming from the DirectX includes for GCC 4.0+. Also clearify commit r8968 in-code ------------------------------------------------------------------------ r8969 | rubidium | 2007-03-02 01:17:11 +0000 (Fri, 02 Mar 2007) | 4 lines -Codechange: rework of the player face bits. - introduce a new format (with backward compatability) that is more clear and needs a much simpler face drawer - replace tons of ifs/switches/magic numbers by table lookups ------------------------------------------------------------------------ r8968 | truelight | 2007-03-02 00:45:08 +0000 (Fri, 02 Mar 2007) | 1 line -Fix (win32): silent g++ 4.0+ warnings about breaking strict-aliasing ------------------------------------------------------------------------ r8967 | truelight | 2007-03-02 00:36:16 +0000 (Fri, 02 Mar 2007) | 1 line -Fix (OSX): silent the warnings in cocoa_v.mm about deprecated stuff.. we know that\! ------------------------------------------------------------------------ r8966 | rubidium | 2007-03-02 00:17:35 +0000 (Fri, 02 Mar 2007) | 2 lines -Codechange: replace some if-cascades by switches. ------------------------------------------------------------------------ r8964 | rubidium | 2007-03-01 23:37:05 +0000 (Thu, 01 Mar 2007) | 2 lines -Codechange: use grf_load_string to read action 8 strings instead of trying to do the same manually. ------------------------------------------------------------------------ r8957 | miham | 2007-03-01 20:12:41 +0000 (Thu, 01 Mar 2007) | 27 lines -Update: WebTranslator2 update to 2007-03-01 21:03:45 afrikaans - 69 fixed, 24 changed by TrueTenacity (93) american - 1 fixed by WhiteRabbit (1) brazilian_portuguese - 14 fixed, 9 changed by tucalipe (11), fukumori (12) catalan - 13 fixed by arnaullv (13) czech - 13 fixed by Hadez (13) dutch - 13 fixed by habell (13) esperanto - 13 fixed by LaPingvino (13) french - 13 fixed, 1 changed by glx (14) german - 13 fixed by Neonox (13) hungarian - 13 fixed by miham (13) icelandic - 1 fixed by scrooge (1) italian - 13 fixed by sidew (13) japanese - 4 fixed by ickoonite (4) korean - 3 fixed by darkttd (3) norwegian_bokmal - 1 fixed by oletk (1) polish - 14 fixed by meush (14) portuguese - 11 fixed by izhirahider (11) russian - 13 fixed, 25 changed by DarkFenX (38) slovak - 16 fixed, 33 changed by lengyel (49) slovenian - 13 fixed by Necrolyte (13) spanish - 13 fixed by eusebio (13) swedish - 13 fixed by daishan (13) traditional_chinese - 9 fixed, 3 changed by thomasau (12) turkish - 13 fixed by jnmbk (13) ukrainian - 15 fixed, 29 changed by mad (32), znikoz (12) ------------------------------------------------------------------------ r8956 | belugas | 2007-03-01 20:10:49 +0000 (Thu, 01 Mar 2007) | 2 lines -Documentation : complete reference of m6 usage is now available. A few little cleanups here and there. ------------------------------------------------------------------------ r8955 | rubidium | 2007-03-01 18:28:55 +0000 (Thu, 01 Mar 2007) | 2 lines -Fix: crash on loading savegames with GRFs that do not have their GRF info/name set. ------------------------------------------------------------------------ r8954 | rubidium | 2007-03-01 13:35:40 +0000 (Thu, 01 Mar 2007) | 2 lines -Codechange: remove direct map accesses from non-map-accessor headers. ------------------------------------------------------------------------ r8953 | rubidium | 2007-03-01 13:27:51 +0000 (Thu, 01 Mar 2007) | 2 lines -Codechange: make the names of enums of WaterTileType consistent with respect to RailTileType and RoadTileType. ------------------------------------------------------------------------ r8951 | belugas | 2007-03-01 04:24:19 +0000 (Thu, 01 Mar 2007) | 3 lines -Cleanup: Another bunch of re-formating and re-ordering. Among which, tiles area now read m1..m6, while the bits are always enumerated from 7 to 0 Hoping it will stay that way... ------------------------------------------------------------------------ r8950 | belugas | 2007-03-01 01:24:44 +0000 (Thu, 01 Mar 2007) | 1 line -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. ------------------------------------------------------------------------ r8949 | rubidium | 2007-03-01 00:58:09 +0000 (Thu, 01 Mar 2007) | 2 lines -Codechange: only test the first NETWORK_REVISION_LENGTH - 1 characters when determining network compatability. This makes it possible to have 'long' branch names while still being able to play network games. ------------------------------------------------------------------------ r8948 | glx | 2007-02-28 23:52:04 +0000 (Wed, 28 Feb 2007) | 1 line -Change: some sed implementations have problems with \n so rewrite r8832 using awk ------------------------------------------------------------------------ r8946 | maedhros | 2007-02-28 17:59:05 +0000 (Wed, 28 Feb 2007) | 3 lines -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10, which is set when a vehicle was built during the exclusive testing phase. ------------------------------------------------------------------------ r8945 | maedhros | 2007-02-28 17:18:36 +0000 (Wed, 28 Feb 2007) | 2 lines -Codechange: Rename v->load_status to v->vehicle_flags so it can be used for more than just the gradual loading status. ------------------------------------------------------------------------ r8944 | maedhros | 2007-02-28 17:06:22 +0000 (Wed, 28 Feb 2007) | 2 lines -Codechange: Move the enum describing the bitmask of Engine.flags to engine.h and give the enum values better names. ------------------------------------------------------------------------ r8943 | maedhros | 2007-02-28 10:40:34 +0000 (Wed, 28 Feb 2007) | 1 line -Fix (r5338): [NewGRF] Fix support for vehicle variable 48, which just returns Engine[id].flags ------------------------------------------------------------------------ r8935 | rubidium | 2007-02-27 23:36:28 +0000 (Tue, 27 Feb 2007) | 2 lines -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType. ------------------------------------------------------------------------ r8933 | KUDr | 2007-02-27 23:12:45 +0000 (Tue, 27 Feb 2007) | 1 line -Fix [Win64]: rdtsc now uses intrinsic on VC8 (michi_cc) ------------------------------------------------------------------------ r8929 | Darkvater | 2007-02-27 22:11:12 +0000 (Tue, 27 Feb 2007) | 1 line -Codechange: [win32] Give the installer a slightly more verbose link at the final screen and also copy any heightmaps to the desination directory. ------------------------------------------------------------------------