------------------------------------------------------------------------ r9068 | rubidium | 2007-03-08 16:27:54 +0000 (Thu, 08 Mar 2007) | 2 lines -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code). ------------------------------------------------------------------------ r9067 | truelight | 2007-03-08 15:50:07 +0000 (Thu, 08 Mar 2007) | 2 lines -Fix [FS#637]: don't make owner signs transparent, as then you loose the information who it owns ------------------------------------------------------------------------ r9066 | truelight | 2007-03-08 14:34:32 +0000 (Thu, 08 Mar 2007) | 2 lines -Fix [FS#638]: store the owner of a statue, so when it gets removed, the town is notified of it ------------------------------------------------------------------------ r9065 | rubidium | 2007-03-08 13:54:19 +0000 (Thu, 08 Mar 2007) | 2 lines -Fix: possible dereference of NULL pointer. ------------------------------------------------------------------------ r9064 | truelight | 2007-03-08 12:57:08 +0000 (Thu, 08 Mar 2007) | 2 lines -Fix [FS#663]: don't keep on scrolling for non-numeric values in settings, but require reclick ------------------------------------------------------------------------ r9063 | truelight | 2007-03-08 12:40:45 +0000 (Thu, 08 Mar 2007) | 2 lines -Add: allow OPENTTD_ARGS as env-option for 'make run'. 'OPENTTD_ARGS="-snull" make run' now runs ./openttd -snull in correct dir. ------------------------------------------------------------------------ r9062 | celestar | 2007-03-08 12:26:31 +0000 (Thu, 08 Mar 2007) | 2 lines -Fix (r4822, FS#595): The station list, sorted by cargo rating, now takes stations into account that have no cargo waiting (KeeperOfTheSoul). While at it, doxygen the function ------------------------------------------------------------------------ r9061 | rubidium | 2007-03-08 09:46:44 +0000 (Thu, 08 Mar 2007) | 2 lines -Fix [r9038, FS#668]: passwords are send when the server is in the 'authorizing' state, not 'inactive'. ------------------------------------------------------------------------ r9055 | Darkvater | 2007-03-07 18:58:28 +0000 (Wed, 07 Mar 2007) | 1 line -Codechange: Change windows unicode handling and allow a pure non-unicode build to function. Win9x binaries will be possible with mingw/nightly system. ------------------------------------------------------------------------ r9054 | miham | 2007-03-07 17:42:09 +0000 (Wed, 07 Mar 2007) | 22 lines -Update: WebTranslator2 update to 2007-03-07 18:39:14 catalan - 2 fixed by arnaullv (2) croatian - 95 fixed, 34 changed by Ydobon (129) czech - 1 fixed, 3 deleted, 109 changed by Hadez (113) danish - 4 fixed by ThomasA (4) dutch - 2 fixed by habell (2) esperanto - 5 fixed by LaPingvino (5) french - 2 fixed by glx (2) german - 1 fixed by Neonox (1) hungarian - 1 fixed by miham (1) italian - 1 fixed by sidew (1) japanese - 14 fixed by ickoonite (14) korean - 9 fixed by Nios (9) norwegian_nynorsk - 1 fixed by Eikje3 (1) polish - 2 fixed by meush (2) simplified_chinese - 5 fixed by Fishingsnow (5) slovenian - 1 fixed by Necrolyte (1) spanish - 5 fixed by eusebio (5) swedish - 5 fixed by daishan (5) traditional_chinese - 7 fixed by sam0737 (7) ukrainian - 1 fixed by znikoz (1) ------------------------------------------------------------------------ r9053 | glx | 2007-03-07 16:46:13 +0000 (Wed, 07 Mar 2007) | 1 line -Change [Config]: removed unneeded stuff for windows ------------------------------------------------------------------------ r9051 | rubidium | 2007-03-07 12:11:48 +0000 (Wed, 07 Mar 2007) | 2 lines -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; ------------------------------------------------------------------------ r9050 | rubidium | 2007-03-07 11:47:46 +0000 (Wed, 07 Mar 2007) | 2 lines -Codechange: Foo(void) -> Foo() ------------------------------------------------------------------------ r9049 | truelight | 2007-03-06 23:42:30 +0000 (Tue, 06 Mar 2007) | 2 lines -Fix [Config]: when running 'bash configure', make sure automated reconfigures run 'bash configure' too. ------------------------------------------------------------------------ r9048 | glx | 2007-03-06 23:27:14 +0000 (Tue, 06 Mar 2007) | 1 line -Fix r9040: non-bool used as bool ------------------------------------------------------------------------ r9047 | truelight | 2007-03-06 22:55:18 +0000 (Tue, 06 Mar 2007) | 2 lines -Fix [FS#651]: request static deps from fontconfig in OSX ------------------------------------------------------------------------ r9046 | truelight | 2007-03-06 22:45:30 +0000 (Tue, 06 Mar 2007) | 2 lines -Fix r9041: added a comment to make clear why we don't use --prefix here ------------------------------------------------------------------------ r9045 | truelight | 2007-03-06 22:41:50 +0000 (Tue, 06 Mar 2007) | 2 lines -Fix [Config]: libpng-config --ldflags returns --libs and -L_opts too, no need to call it an extra time (double -lpng12 in LDFLAGS) ------------------------------------------------------------------------ r9044 | truelight | 2007-03-06 22:40:45 +0000 (Tue, 06 Mar 2007) | 2 lines -Fix [Config]: add fontconfig before freetype, as in static order is important ------------------------------------------------------------------------ r9043 | rubidium | 2007-03-06 22:37:04 +0000 (Tue, 06 Mar 2007) | 2 lines -Fix [FS#652]: the personal (.openttd) directories were hidden in the load/save directory listings (stepancheg). ------------------------------------------------------------------------ r9042 | belugas | 2007-03-06 22:16:43 +0000 (Tue, 06 Mar 2007) | 1 line -Add : Maedhros as a developper ------------------------------------------------------------------------ r9041 | truelight | 2007-03-06 22:15:57 +0000 (Tue, 06 Mar 2007) | 2 lines -Fix [FS#650]: pkg-config doesn't know --prefix, but wants --variable=prefix (nicely spotted and fixed by stepancheg) ------------------------------------------------------------------------ r9040 | bjarni | 2007-03-06 22:11:58 +0000 (Tue, 06 Mar 2007) | 3 lines -Codechange: the build window and CmdBuildAircraft() now shares the code to figure out if an aircraft is buildable in the hangar in question This should help ensuring that the build command and the list are consistent in what aircraft are buildable ------------------------------------------------------------------------ r9039 | bjarni | 2007-03-06 22:01:59 +0000 (Tue, 06 Mar 2007) | 1 line -Fix r9034: missed the _pause in cocoa_v.mm ------------------------------------------------------------------------ r9038 | rubidium | 2007-03-06 22:00:42 +0000 (Tue, 06 Mar 2007) | 2 lines -Fix [FS#115]: inactive connections are not automatically kicked, i.e. people who only open a telnet (or similar) connection to a server. ------------------------------------------------------------------------ r9037 | maedhros | 2007-03-06 22:00:13 +0000 (Tue, 06 Mar 2007) | 5 lines -Feature: [NewGRF] Add support for Action 13, which allows you to translate grf-specific texts. The translations will only be shown if you're using a language with a grf language id and if a string hasn't already been set specifically for the language you're using. ------------------------------------------------------------------------ r9036 | rubidium | 2007-03-06 21:18:25 +0000 (Tue, 06 Mar 2007) | 2 lines -Fix [SunOS]: SunOS/Solaris does not have stdint.h, so use inttypes.h which defines the things we need from stdint.h. ------------------------------------------------------------------------ r9035 | truelight | 2007-03-06 21:14:48 +0000 (Tue, 06 Mar 2007) | 2 lines -Fix [SunOS]: Solaris sometimes has pid_t defined as long. Fix warnings in those cases ------------------------------------------------------------------------ r9034 | truelight | 2007-03-06 20:59:52 +0000 (Tue, 06 Mar 2007) | 4 lines -Codechange: renamed _pause to _pause_game, as some targets already have a symbol called _pause (and therefor our variable conflicts with thatone. We shouldn't be using _ as global indicator.....) ------------------------------------------------------------------------ r9033 | truelight | 2007-03-06 20:37:46 +0000 (Tue, 06 Mar 2007) | 2 lines [Config] -Fix: GNU strip has -s, but Solaris strip doesn't. Detect this when system is SUNOS. ------------------------------------------------------------------------ r9031 | maedhros | 2007-03-06 19:33:28 +0000 (Tue, 06 Mar 2007) | 5 lines -Codechange: Introduce grfconfig->status, and use it for states that are mutually exclusive. At the same time, add an INITIALISED state which makes it possible to check if a grf is not yet active but will be later on during the GLS_ACTIVATION loading stage. ------------------------------------------------------------------------ r9030 | truelight | 2007-03-06 19:14:15 +0000 (Tue, 06 Mar 2007) | 1 line [Config] -Add: added --enable-unicode, which enables unicode (mostly for windows). Enabled by default on WIN32 (makes win9x fail, so use --disable-unicode if you produce binaries for win9x) ------------------------------------------------------------------------ r9029 | maedhros | 2007-03-06 19:12:56 +0000 (Tue, 06 Mar 2007) | 1 line -Fix (r7326): Only call the gradual loading amount callback if the bit for it is set in the vehicle's callbackmask. ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------