------------------------------------------------------------------------ r14569 | translators | 2008-11-07 18:15:46 +0000 (Fri, 07 Nov 2008) | 2 lines -Update: move Welsh from unfinished to finished. ------------------------------------------------------------------------ r14568 | translators | 2008-11-07 18:08:53 +0000 (Fri, 07 Nov 2008) | 6 lines -Update: WebTranslator2 update to 2008-11-07 18:07:33 latvian - 69 fixed, 1 changed by v3rb0 (70) norwegian_bokmal - 5 fixed by christian (5) persian - 42 fixed by ali sattari (42) welsh - 227 fixed, 2 changed by PlayDead (229) ------------------------------------------------------------------------ r14567 | rubidium | 2008-11-07 18:02:46 +0000 (Fri, 07 Nov 2008) | 2 lines -Revert (part of 14566): don't commit testing stuff... ------------------------------------------------------------------------ r14566 | rubidium | 2008-11-07 17:59:51 +0000 (Fri, 07 Nov 2008) | 2 lines -Fix [FS#2397]: RV's go via order would reserve a slot at the 'via' station which it never uses, which makes it unlikely that it reserves a slot for the next station and that makes queueing fail (Aali) ------------------------------------------------------------------------ r14565 | translators | 2008-11-04 18:44:15 +0000 (Tue, 04 Nov 2008) | 9 lines -Update: WebTranslator2 update to 2008-11-04 18:44:06 brazilian_portuguese - 5 fixed by tucalipe (5) catalan - 5 fixed, 2 changed by arnaullv (7) italian - 2 changed by lorenzodv (2) latvian - 65 fixed, 1 changed by v3rb0 (66) persian - 111 fixed by ali sattari (111) polish - 6 fixed by meush (6) welsh - 200 fixed, 12 changed by PlayDead (203), welshdragon (9) ------------------------------------------------------------------------ r14564 | smatz | 2008-11-04 18:20:41 +0000 (Tue, 04 Nov 2008) | 1 line -Fix (r14555): one more incorrect use of lastof() ------------------------------------------------------------------------ r14563 | rubidium | 2008-11-03 23:42:07 +0000 (Mon, 03 Nov 2008) | 13 lines -Fix [FS#2395]: in the case that an industry NewGRF, a shared TTDPatch and OpenTTD feature with it's origin in TTDPatch to replace/add/change vehicles (including e.g. maximum speed, graphics and introduction year), stations, bridges, industries, town houses or any other graphics used by either TTDPatch or OpenTTD, would tell that building an industry is okay, which is queried using a so-called callback that allows the NewGRF author to test all kinds of information about the neighbourhood where the industry might get build, it would corrupt, i.e. overwrite with invalid data, the structure that is used to build up an error message. This then might result in trying to resolve an invalid StringID, an internal numeric representation of all translateable strings, which would in it's turn trigger a safety check that is added to ensure invalid StringIDs are never resolved. ------------------------------------------------------------------------ r14562 | frosch | 2008-11-03 20:23:51 +0000 (Mon, 03 Nov 2008) | 1 line -Fix (r14561): 8 bits are enough. The rest stays reserved. ------------------------------------------------------------------------ r14561 | frosch | 2008-11-03 19:25:52 +0000 (Mon, 03 Nov 2008) | 1 line -Feature(ette)[FS#2334]: Add result 0x0F to callbacks 0x29/0x35. (Yexo) ------------------------------------------------------------------------ r14560 | smatz | 2008-11-03 12:03:00 +0000 (Mon, 03 Nov 2008) | 1 line -Fix [FS#2396](r14555): lengthof() can't be simply replaced by lastof() in some cases (part by Aali) ------------------------------------------------------------------------ r14559 | michi_cc | 2008-11-02 19:32:24 +0000 (Sun, 02 Nov 2008) | 1 line -Fix [FS#2387]: A train could be blocked inside a depot if it was reversed just after leaving the depot. ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------