------------------------------------------------------------------------ r14558 | michi_cc | 2008-11-02 17:42:28 +0000 (Sun, 02 Nov 2008) | 1 line -Fix (r13957): Converting the track type of a tunnel/bridge could cause trains to get stuck. ------------------------------------------------------------------------ r14557 | skidd13 | 2008-11-02 11:41:13 +0000 (Sun, 02 Nov 2008) | 2 lines -Codechange: Remove a redundant line of code ------------------------------------------------------------------------ r14556 | frosch | 2008-11-02 11:23:44 +0000 (Sun, 02 Nov 2008) | 1 line -Fix (r14533): Bounding box with height > TILE_HEIGHT could cause circular dependencies with surrounding bridges. ------------------------------------------------------------------------ r14555 | skidd13 | 2008-11-02 11:20:15 +0000 (Sun, 02 Nov 2008) | 2 lines -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible ------------------------------------------------------------------------ r14554 | rubidium | 2008-11-02 11:15:26 +0000 (Sun, 02 Nov 2008) | 2 lines -Fix: languages using longer gender names than strgen supports. ------------------------------------------------------------------------ r14553 | skidd13 | 2008-11-02 11:05:26 +0000 (Sun, 02 Nov 2008) | 2 lines -Doc: Add some doxygen comments ------------------------------------------------------------------------ r14550 | michi_cc | 2008-10-31 16:46:34 +0000 (Fri, 31 Oct 2008) | 1 line -Fix [FS#2391]: Don't assert on path look-ahead when processing a not-part-of-orders depot-order. ------------------------------------------------------------------------ r14549 | translators | 2008-10-30 18:27:17 +0000 (Thu, 30 Oct 2008) | 10 lines -Update: WebTranslator2 update to 2008-10-30 18:25:24 croatian - 9 fixed by tperic (9) ido - 13 fixed by Cecile (13) indonesian - 219 fixed by dnaftali (219) italian - 1 changed by lorenzodv (1) korean - 2 changed by dlunch (2) latvian - 168 fixed, 22 changed by Wersoo (119), v3rb0 (71) persian - 99 fixed by ali sattari (99) swedish - 3 changed by Andreas (3) ------------------------------------------------------------------------ r14548 | rubidium | 2008-10-30 18:12:51 +0000 (Thu, 30 Oct 2008) | 2 lines -Add: partial welsh translation, to be finished later. ------------------------------------------------------------------------ r14547 | rubidium | 2008-10-30 12:32:32 +0000 (Thu, 30 Oct 2008) | 2 lines -Fix: order pool seemed to look full when it was not as it only checked whether it was possible to allocate a new block of pool items instead of checking for free pool items. ------------------------------------------------------------------------ r14546 | skidd13 | 2008-10-29 16:30:41 +0000 (Wed, 29 Oct 2008) | 3 lines -Codechange: Unify string(cpy|cat) functions -Doc: string(cpy|cat) functions ------------------------------------------------------------------------ r14545 | rubidium | 2008-10-28 23:34:42 +0000 (Tue, 28 Oct 2008) | 2 lines -Fix [FS#2386]: road vehicles sometimes never got their "slots" deallocated causing RVs not going to depot for service. ------------------------------------------------------------------------ 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) ------------------------------------------------------------------------