------------------------------------------------------------------------ r7266 | peter1138 | 2006-11-27 14:09:13 +0000 (Mon, 27 Nov 2006) | 2 lines -Codechange: Make the NewGRF loading stage look like ttdpatch to NewGRFs ------------------------------------------------------------------------ r7260 | miham | 2006-11-26 15:38:48 +0000 (Sun, 26 Nov 2006) | 7 lines WebTranslator2 update to 2006-11-26 16:36:43 brazilian_portuguese - 40 changed by tucalipe (40) bulgarian - 2 fixed by kokobongo (2) catalan - 4 changed by arnaullv (4) croatian - 168 fixed, 46 deleted, 18 changed by blozo (232) swedish - 4 fixed by daishan (4) ------------------------------------------------------------------------ r7257 | peter1138 | 2006-11-25 11:16:27 +0000 (Sat, 25 Nov 2006) | 2 lines -Fix (r7216): Fix doubly-utf8-encoded strings that crept in ------------------------------------------------------------------------ r7256 | KUDr | 2006-11-25 08:27:44 +0000 (Sat, 25 Nov 2006) | 1 line -Translation: [FS#408] Turkish lang file massive update (jnmbk) ------------------------------------------------------------------------ r7255 | KUDr | 2006-11-24 21:37:08 +0000 (Fri, 24 Nov 2006) | 1 line -Comments added for CBlobBaseSimple, CBlobT classes ------------------------------------------------------------------------ r7254 | peter1138 | 2006-11-24 20:47:29 +0000 (Fri, 24 Nov 2006) | 2 lines -Fix (r7250): move unicode glyph map initialisation to just before newgrf files are loaded, else newgrf glyphs will be cleared out too. (thanks Hadez) ------------------------------------------------------------------------ r7250 | peter1138 | 2006-11-24 18:39:22 +0000 (Fri, 24 Nov 2006) | 2 lines -Codechange: Shuffle sprite loading and character width caching around a bit. This reduces the number of times the sprites are loaded from 5 to 2, just for the intro game. ------------------------------------------------------------------------ r7249 | peter1138 | 2006-11-24 18:37:40 +0000 (Fri, 24 Nov 2006) | 2 lines -Fix (r7248): Missed a free()... ------------------------------------------------------------------------ r7248 | peter1138 | 2006-11-24 18:35:59 +0000 (Fri, 24 Nov 2006) | 2 lines -Codechange: Support reinitializing the unicode glyph map. ------------------------------------------------------------------------ r7247 | KUDr | 2006-11-24 13:18:14 +0000 (Fri, 24 Nov 2006) | 1 line -Translation: czech lang file massive update - use proper diacritics (Hadez) ------------------------------------------------------------------------ r7246 | peter1138 | 2006-11-24 12:39:13 +0000 (Fri, 24 Nov 2006) | 2 lines -Codechange: Always reload sprite and NewGRF data when loading or starting a game, instead of only when the climate type is different. ------------------------------------------------------------------------ r7242 | peter1138 | 2006-11-23 21:19:43 +0000 (Thu, 23 Nov 2006) | 2 lines -Fix: Don't load 1-byte pseudo sprites, as used in some NewGRF sets. If the sprite is ever drawn this will result in a "missing sprite" error instead of undefined misbehaviour leading to segmentation faults... ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------