------------------------------------------------------------------------ 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) ------------------------------------------------------------------------ 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) ------------------------------------------------------------------------