------------------------------------------------------------------------ r7241 | KUDr | 2006-11-22 23:25:31 +0000 (Wed, 22 Nov 2006) | 1 line -Fix: czech town name generator now uses proper diacritics (Hadez) ------------------------------------------------------------------------ r7240 | tron | 2006-11-22 18:16:50 +0000 (Wed, 22 Nov 2006) | 1 line -Fix: Always display the excavation of roadworks even when fully zoomed out (they are quite noticable) or "full details" are off (they are part of the game mechanics) ------------------------------------------------------------------------ r7239 | tron | 2006-11-22 16:08:01 +0000 (Wed, 22 Nov 2006) | 1 line Enumerate the widgets in the airport, dock, rail and road toolbars ------------------------------------------------------------------------ r7238 | tron | 2006-11-22 14:21:01 +0000 (Wed, 22 Nov 2006) | 1 line Remove two unused strings ------------------------------------------------------------------------ r7237 | rubidium | 2006-11-22 14:14:02 +0000 (Wed, 22 Nov 2006) | 2 lines -Fix: TGP landscape generation could leak memory if aborted during the generation of the heightmap. ------------------------------------------------------------------------ r7236 | peter1138 | 2006-11-22 08:49:40 +0000 (Wed, 22 Nov 2006) | 2 lines -Codechange: remove unused global array _newgrf_files ------------------------------------------------------------------------ r7233 | Darkvater | 2006-11-21 22:10:52 +0000 (Tue, 21 Nov 2006) | 1 line -Codechange: get rid of three console.c globals ------------------------------------------------------------------------ r7232 | Darkvater | 2006-11-21 20:23:57 +0000 (Tue, 21 Nov 2006) | 1 line -Codechange: Also allow for the save/load of non pre-allocated strings inside structs. ------------------------------------------------------------------------ r7231 | Darkvater | 2006-11-21 20:20:30 +0000 (Tue, 21 Nov 2006) | 2 lines -Codechange: rename ini_get_variable to GetVariableAddress for use both in settings.c and saveload.c ------------------------------------------------------------------------ r7228 | Darkvater | 2006-11-21 16:54:16 +0000 (Tue, 21 Nov 2006) | 2 lines -Codechange: [internal] Add the possibility to save/load string-pointers which do not have a pre-allocated buffer. ------------------------------------------------------------------------ r7227 | KUDr | 2006-11-21 16:24:13 +0000 (Tue, 21 Nov 2006) | 1 line -Fix: [YAPF] Bridge YAPF Penalty Incorrect. The penalty for upward slope was incorrectly applied on bridge exit. (Danny) ------------------------------------------------------------------------ r7226 | Darkvater | 2006-11-21 13:03:06 +0000 (Tue, 21 Nov 2006) | 2 lines -Fix (r7200): [win32] Don't ask my why but I told the linker to ignore the multithreaded library in for VS2005, resulting in unlinkable code for Release builds. ------------------------------------------------------------------------ r7219 | Darkvater | 2006-11-19 22:24:18 +0000 (Sun, 19 Nov 2006) | 1 line -Fix: Several warnings by gcc introduced in r7206 which MSVC found not of a problem. Thanks Tron ------------------------------------------------------------------------ r7218 | miham | 2006-11-19 22:11:04 +0000 (Sun, 19 Nov 2006) | 3 lines WebTranslator2 update to 2006-11-19 23:09:22 croatian - 582 fixed, 1 changed by knovak (154), blozo (429) ------------------------------------------------------------------------ r7216 | miham | 2006-11-19 21:32:38 +0000 (Sun, 19 Nov 2006) | 19 lines WebTranslator2 update to 2006-11-19 22:30:04 american - 5 fixed by WhiteRabbit (5) brazilian_portuguese - 10 fixed by tucalipe (10) catalan - 9 fixed by arnaullv (9) czech - 5 fixed by Hadez (5) danish - 3 fixed, 2 changed by ThomasA (5) dutch - 3 fixed by habell (3) finnish - 7 fixed, 3 changed by kerba (10) french - 5 fixed by glx (2), belugas (3) galician - 7 fixed, 1 changed by Condex (8) german - 4 fixed by Neonox (4) italian - 3 fixed by sidew (3) polish - 6 fixed, 20 changed by meush (26) portuguese - 5 fixed by izhirahider (5) romanian - 9 fixed, 2 changed by kneekoo (11) spanish - 5 fixed, 1 changed by eusebio (6) turkish - 2 fixed by jnmbk (2) ukrainian - 6 fixed by znikoz (6) ------------------------------------------------------------------------ r7215 | miham | 2006-11-19 20:42:55 +0000 (Sun, 19 Nov 2006) | 1 line revoked last commit, have to modify the language config prior to the commit ------------------------------------------------------------------------ r7214 | miham | 2006-11-19 20:33:17 +0000 (Sun, 19 Nov 2006) | 19 lines WebTranslator2 update to 2006-11-19 21:32:01 american - 5 fixed by WhiteRabbit (5) brazilian_portuguese - 6 fixed by tucalipe (6) catalan - 5 fixed by arnaullv (5) czech - 5 fixed by Hadez (5) danish - 3 fixed, 2 changed by ThomasA (5) dutch - 3 fixed by habell (3) finnish - 7 fixed, 3 changed by kerba (10) french - 5 fixed by glx (2), belugas (3) galician - 7 fixed, 1 changed by Condex (8) german - 4 fixed by Neonox (4) italian - 3 fixed by sidew (3) polish - 6 fixed, 21 changed by meush (27) portuguese - 5 fixed by izhirahider (5) romanian - 9 fixed, 2 changed by kneekoo (11) spanish - 5 fixed, 1 changed by eusebio (6) turkish - 2 fixed by jnmbk (2) ukrainian - 6 fixed by znikoz (6) ------------------------------------------------------------------------ r7213 | glx | 2006-11-19 01:39:47 +0000 (Sun, 19 Nov 2006) | 1 line -Cleanup r7195: removed STR_CHEAT_ALLOW_CONVRAIL from unfinished lang files ------------------------------------------------------------------------ r7212 | peter1138 | 2006-11-18 22:15:46 +0000 (Sat, 18 Nov 2006) | 2 lines -Codechange (FS#409): Update Turkish town name generator with Turkish characters (jnmbk) ------------------------------------------------------------------------ r7211 | peter1138 | 2006-11-18 21:39:03 +0000 (Sat, 18 Nov 2006) | 2 lines -Codechange: Update all languages to use SMALLLEFTARROW/SMALLRIGHTARROW, as per english.txt, for GUI elements ------------------------------------------------------------------------ r7210 | KUDr | 2006-11-18 19:20:47 +0000 (Sat, 18 Nov 2006) | 1 line -CodeChange: [YAPF] the global cache object is now not destroyed/recreated whenever the cache is invalidated. It now supports Flush() method that is used instead. It should also fix mem-leak warning produced by valgrind (Tron) ------------------------------------------------------------------------ r7209 | peter1138 | 2006-11-18 17:34:20 +0000 (Sat, 18 Nov 2006) | 2 lines -Codechange: Alter position of scroll bar in the station list; the filter line isn't scrollable... ------------------------------------------------------------------------ r7208 | Darkvater | 2006-11-18 17:12:39 +0000 (Sat, 18 Nov 2006) | 1 line -Revert [r6040]: Remove double-click action in minimap and reintroduce lmb-scrolling (Rubidium) ------------------------------------------------------------------------ r7207 | Darkvater | 2006-11-18 17:07:05 +0000 (Sat, 18 Nov 2006) | 1 line -Codechange: Pass the (unchanged) windowpointer to the console window and do it only once. ------------------------------------------------------------------------ r7206 | Darkvater | 2006-11-18 17:04:44 +0000 (Sat, 18 Nov 2006) | 2 lines -Codechange: Remove (some of) the magic needed for windows that could be invalid after a call to DeleteWindow() somewhere else. Also do some cleanup with AllowWindowDescFront() ------------------------------------------------------------------------ r7205 | Darkvater | 2006-11-18 16:47:02 +0000 (Sat, 18 Nov 2006) | 6 lines -Fix [FS#350, SF#1560913]: Window allocation and deletion messed with the actual window structs inside their array, and possibly invalidating pointers higher up. Meaning that any function called within an wndproc could cause unknown/invalid pointers once control was returned to this function. Solved by the introduction of an extra abstraction layer, an array of z-window positions that is only concerned with the pointers. ------------------------------------------------------------------------ r7203 | Darkvater | 2006-11-18 13:55:44 +0000 (Sat, 18 Nov 2006) | 1 line -Cleanup: Donnu what Miham was smoking there, but removed it (assert_compile + 3) ------------------------------------------------------------------------ r7202 | Darkvater | 2006-11-18 13:54:33 +0000 (Sat, 18 Nov 2006) | 2 lines -Codechange: Move _viewports and _active_viewports local to viewport.c and have them called from the appropiate places in window.c ------------------------------------------------------------------------ r7201 | Darkvater | 2006-11-18 00:44:09 +0000 (Sat, 18 Nov 2006) | 1 line -Codechange: Use goto's to loop _windows when there is a change you need to start over ------------------------------------------------------------------------ r7200 | Darkvater | 2006-11-18 00:14:43 +0000 (Sat, 18 Nov 2006) | 3 lines -Codechange: remove unneeded redraw (console.c), coding style, use FindWindowById instead of _windows loop (viewport.c), remove dump-code (mixer.c), MSVC6 borkdness in stdafx.h, constness (viewport.c), variable localization (win32.c), comments (window.c) ------------------------------------------------------------------------ r7199 | Darkvater | 2006-11-17 23:29:22 +0000 (Fri, 17 Nov 2006) | 1 line -Codechange: [utf8] Make strtolower and str_strip_colours UTF8 aware. ------------------------------------------------------------------------ r7198 | belugas | 2006-11-17 23:01:58 +0000 (Fri, 17 Nov 2006) | 5 lines -Codechange: Implement a circular tile search function. Just provide the number of tiles per side, a pointer to a test function, the tile to start searching and voila. Fixes [FS#364] by removing a lengthy and suboptimal random search pattern. Thanks Rubidium. ------------------------------------------------------------------------ r7196 | rubidium | 2006-11-17 22:15:55 +0000 (Fri, 17 Nov 2006) | 2 lines -Feature: use fontconfig so one can set the font family name in openttd.cfg instead of the full path to the font. ------------------------------------------------------------------------ r7195 | KUDr | 2006-11-17 19:31:44 +0000 (Fri, 17 Nov 2006) | 2 lines -Feature: [FS#297, optional elrails] New patches/vehicles option 'disable electrified railways'. (original patch by maedhros, ideas: peter1138, Darkvater, Rubidium, Patrick, Eddi|zuHause, ..) ------------------------------------------------------------------------ r7194 | rubidium | 2006-11-17 18:06:40 +0000 (Fri, 17 Nov 2006) | 2 lines -Fix (FS#237): the electric rail type was not set correctly for NewGRFs where the engine traction type was set before the track type of the trains. ------------------------------------------------------------------------ r7191 | peter1138 | 2006-11-17 11:03:38 +0000 (Fri, 17 Nov 2006) | 2 lines -Feature: Add NewGRF support for 32 bit dates, allowing vehicles and bridges to be available before 1920. ------------------------------------------------------------------------ r7190 | KUDr | 2006-11-17 10:42:20 +0000 (Fri, 17 Nov 2006) | 5 lines -Fix: If the non-player-based _patches setting was changed on the server during MP game, the callback function was: 1. Called only on the server but not on its clients. 2. Was called before the setting change occurred (usually with no effect) 3. Received old 'p1' argument value intead of new one It could cause some MP desyncs in the future. ------------------------------------------------------------------------ r7187 | Darkvater | 2006-11-17 10:06:11 +0000 (Fri, 17 Nov 2006) | 1 line -CodeChange: [win32] Limit success of ToUnicode/ToAscii to only one translated character as we only support one and remove TranslateMessage() call since we do not use it anyways (glx) ------------------------------------------------------------------------ r7185 | peter1138 | 2006-11-17 07:46:02 +0000 (Fri, 17 Nov 2006) | 2 lines -Codechange: Make strgen validate strings for UTF-8 well-formed-ness-ness ------------------------------------------------------------------------ r7184 | peter1138 | 2006-11-17 07:35:12 +0000 (Fri, 17 Nov 2006) | 2 lines -Codechange: Convert Catalan name generator to UTF-8 ------------------------------------------------------------------------ r7183 | peter1138 | 2006-11-16 22:19:12 +0000 (Thu, 16 Nov 2006) | 2 lines -Feature (cont): Convert all language from ISO8859-15 to UTF-8 ------------------------------------------------------------------------ r7182 | peter1138 | 2006-11-16 22:05:33 +0000 (Thu, 16 Nov 2006) | 2 lines -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come. ------------------------------------------------------------------------ r7179 | Darkvater | 2006-11-16 20:57:23 +0000 (Thu, 16 Nov 2006) | 4 lines -Codechange (r7173): Actually "prefer" team chat through the patch setting instead of always sending to teammate if the patch is on even if you do not have any allies. So with setting off you always send to 'all players', with setting on you send to teammates if you have any, otherwise to all players. ------------------------------------------------------------------------ r7178 | KUDr | 2006-11-16 20:52:39 +0000 (Thu, 16 Nov 2006) | 1 line -Fix: forgotten pointer dereferences (Bjarni, Bjarni, Bjarni, ...) ------------------------------------------------------------------------