------------------------------------------------------------------------ r14542 | rubidium | 2008-10-28 16:04:41 +0000 (Tue, 28 Oct 2008) | 2 lines -Codechange: replace some sprintf with s[en]printf to make sure they will not overflow their buffers. ------------------------------------------------------------------------ r14541 | rubidium | 2008-10-28 15:47:42 +0000 (Tue, 28 Oct 2008) | 2 lines -Fix (r14540): mingw didn't like it :( ------------------------------------------------------------------------ r14540 | rubidium | 2008-10-28 14:42:31 +0000 (Tue, 28 Oct 2008) | 2 lines -Codechange: introduce [v]seprintf which are like [v]snprintf but do return the number of characters written instead of the number of characters that would be written; as size_t is unsigned substraction can cause integer underflows quite quickly. ------------------------------------------------------------------------ r14539 | translators | 2008-10-27 18:43:40 +0000 (Mon, 27 Oct 2008) | 12 lines -Update: WebTranslator2 update to 2008-10-27 18:43:26 dutch - 5 fixed by habell (5) french - 5 fixed by glx (5) galician - 5 fixed by Condex (5) ido - 31 fixed by Cecile (31) indonesian - 50 fixed by dnaftali (50) italian - 5 fixed by lorenzodv (5) korean - 5 fixed, 4 changed by leejaeuk5 (9) spanish - 5 fixed by eusebio (5) swedish - 5 fixed by ChrillDeVille (5) ukrainian - 5 fixed by mad (5) ------------------------------------------------------------------------ r14536 | frosch | 2008-10-25 22:00:51 +0000 (Sat, 25 Oct 2008) | 1 line -Fix (r14530): Do not expect uints to become negative. ------------------------------------------------------------------------ r14535 | frosch | 2008-10-25 20:16:07 +0000 (Sat, 25 Oct 2008) | 1 line -Fix: Description of '-i' commandline option. ------------------------------------------------------------------------ r14534 | glx | 2008-10-25 19:59:11 +0000 (Sat, 25 Oct 2008) | 1 line -Codechange [FS#2382]: Enumify magic return values of HandleEditBox function (Zuu) ------------------------------------------------------------------------ r14533 | frosch | 2008-10-25 18:58:24 +0000 (Sat, 25 Oct 2008) | 1 line -Fix: ...hopefully most glitches wrt. inclined foundations. ------------------------------------------------------------------------ r14532 | glx | 2008-10-25 16:45:01 +0000 (Sat, 25 Oct 2008) | 1 line -Fix (r14522): one 'M' is enough to show modified version ------------------------------------------------------------------------ r14531 | frosch | 2008-10-25 15:25:52 +0000 (Sat, 25 Oct 2008) | 1 line -Fix (r12425): OSK accessed wrong widgets of password query window. ------------------------------------------------------------------------ r14530 | frosch | 2008-10-25 14:24:50 +0000 (Sat, 25 Oct 2008) | 1 line -Fix [FS#2138]: Do not deliver cargo to industries not inside station catchment area. ------------------------------------------------------------------------ r14529 | frosch | 2008-10-25 14:19:09 +0000 (Sat, 25 Oct 2008) | 1 line -Codechange: Turn FindCatchmentRadius() into Station::GetCatchmentRadius(). ------------------------------------------------------------------------ r14528 | rubidium | 2008-10-25 13:51:47 +0000 (Sat, 25 Oct 2008) | 2 lines -Codechange: cache the closest town for all road tiles instead of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus) ------------------------------------------------------------------------ r14527 | rubidium | 2008-10-25 10:26:23 +0000 (Sat, 25 Oct 2008) | 2 lines -Fix: allocate stub (empty) sound entries when loading an empty/corrupt/incorrectly sized sample.cat instead of making valid NewGRFs fail to load. ------------------------------------------------------------------------ r14526 | rubidium | 2008-10-24 20:53:57 +0000 (Fri, 24 Oct 2008) | 2 lines -Fix [FS#2379]: make sure trains stop at the end of a station; a 3/8th length train did stop 2/8th of it's length too early causing a 63/8th long train not to fit in a 4 tile station. ------------------------------------------------------------------------ r14525 | translators | 2008-10-24 17:44:49 +0000 (Fri, 24 Oct 2008) | 3 lines -Update: WebTranslator2 update to 2008-10-24 17:44:48 indonesian - 412 fixed by dnaftali (412) ------------------------------------------------------------------------ r14524 | rubidium | 2008-10-24 14:49:45 +0000 (Fri, 24 Oct 2008) | 2 lines -Add: stop-in-depot as part of orders (PhilSophus) ------------------------------------------------------------------------ r14523 | translators | 2008-10-23 17:42:40 +0000 (Thu, 23 Oct 2008) | 5 lines -Update: WebTranslator2 update to 2008-10-23 17:42:35 indonesian - 668 fixed by dnaftali (668) italian - 6 changed by lorenzodv (6) persian - 88 fixed by ali sattari (88) ------------------------------------------------------------------------ r14522 | glx | 2008-10-23 02:52:11 +0000 (Thu, 23 Oct 2008) | 1 line -Fix: apply r14519 to determineversion.vbs. Also properly set 'modified' for hg and git (was always 1). ------------------------------------------------------------------------ r14521 | glx | 2008-10-22 23:06:36 +0000 (Wed, 22 Oct 2008) | 1 line -Fix [FS#2378]: fast trains could continue to move after a crash ------------------------------------------------------------------------ r14519 | rubidium | 2008-10-22 22:07:43 +0000 (Wed, 22 Oct 2008) | 2 lines -Fix [FS#2376]: do not use the short hash form for getting a specific mercurial/git revision as those can collide quite easily causing reversion detection to fail (PhilSophus) ------------------------------------------------------------------------ r14518 | smatz | 2008-10-22 20:23:50 +0000 (Wed, 22 Oct 2008) | 1 line -Fix (r14514): forgot win32 and OS/2 files (glx) ------------------------------------------------------------------------ r14517 | rubidium | 2008-10-22 20:22:18 +0000 (Wed, 22 Oct 2008) | 2 lines -Feature: arrow key scrolling in the server list (Roujin) ------------------------------------------------------------------------ r14516 | rubidium | 2008-10-22 20:21:11 +0000 (Wed, 22 Oct 2008) | 2 lines -Fix: determine the default text direction based on the language file instead of hardcoding one. ------------------------------------------------------------------------ r14515 | rubidium | 2008-10-22 20:20:08 +0000 (Wed, 22 Oct 2008) | 2 lines -Fix (r7759): iconv is included in glibc-2.1 and higher, so we don't need to link to a most likely non-existing libiconv in those situations. ------------------------------------------------------------------------ r14514 | smatz | 2008-10-22 19:12:10 +0000 (Wed, 22 Oct 2008) | 3 lines -Codechange: use 'size' instead of 'length' for querystring and textbuf, explicitly say it includes the terminating zero -Fix: one couldn't rename things with too long default/automatic name -Fix: buffer overflow in console when too long (1024 bytes) command was entered ------------------------------------------------------------------------ r14513 | translators | 2008-10-22 17:26:40 +0000 (Wed, 22 Oct 2008) | 8 lines -Update: WebTranslator2 update to 2008-10-22 17:26:32 czech - 6 fixed by Hadez (6) indonesian - 121 fixed by dnaftali (120), Admin (1) italian - 1 changed by lorenzodv (1) korean - 15 changed by dlunch (15) latvian - 20 fixed by v3rb0 (20) persian - 127 fixed by ali sattari (127) ------------------------------------------------------------------------ r14509 | smatz | 2008-10-21 19:26:36 +0000 (Tue, 21 Oct 2008) | 1 line -Fix (r14507): missing svn:keywords ------------------------------------------------------------------------ r14508 | smatz | 2008-10-21 14:56:23 +0000 (Tue, 21 Oct 2008) | 1 line -Fix (r14501): arrays were not properly zeroed ------------------------------------------------------------------------