translators [Tue, 11 Nov 2008 18:47:46 +0000] rev 10326
(svn r14575) -Update: WebTranslator2 update to 2008-11-11 18:47:38
dutch - 2 changed by Excel20 (2)
latvian - 14 fixed by v3rb0 (14)
macedonian - 161 fixed, 15 changed by sashozs (176)
portuguese - 1 fixed by joznaz (1)
rubidium [Mon, 10 Nov 2008 10:06:24 +0000] rev 10325
(svn r14572) -Add: stub for Macedonian.
translators [Fri, 07 Nov 2008 18:15:46 +0000] rev 10324
(svn r14569) -Update: move Welsh from unfinished to finished.
translators [Fri, 07 Nov 2008 18:08:53 +0000] rev 10323
(svn r14568) -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)
rubidium [Fri, 07 Nov 2008 18:02:46 +0000] rev 10322
(svn r14567) -Revert (part of 14566): don't commit testing stuff...
rubidium [Fri, 07 Nov 2008 17:59:51 +0000] rev 10321
(svn r14566) -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)
translators [Tue, 04 Nov 2008 18:44:15 +0000] rev 10320
(svn r14565) -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)
smatz [Tue, 04 Nov 2008 18:20:41 +0000] rev 10319
(svn r14564) -Fix (r14555): one more incorrect use of lastof()
rubidium [Mon, 03 Nov 2008 23:42:07 +0000] rev 10318
(svn r14563) -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.
frosch [Mon, 03 Nov 2008 20:23:51 +0000] rev 10317
(svn r14562) -Fix (r14561): 8 bits are enough. The rest stays reserved.