Mon, 27 Oct 2008 18:43:40 +0000(svn r14539) -Update: WebTranslator2 update to 2008-10-27 18:43:26
translators [Mon, 27 Oct 2008 18:43:40 +0000] rev 10298
(svn r14539) -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)

Sat, 25 Oct 2008 22:00:51 +0000(svn r14536) -Fix (r14530): Do not expect uints to become negative.
frosch [Sat, 25 Oct 2008 22:00:51 +0000] rev 10297
(svn r14536) -Fix (r14530): Do not expect uints to become negative.

Sat, 25 Oct 2008 20:16:07 +0000(svn r14535) -Fix: Description of '-i' commandline option.
frosch [Sat, 25 Oct 2008 20:16:07 +0000] rev 10296
(svn r14535) -Fix: Description of '-i' commandline option.

Sat, 25 Oct 2008 19:59:11 +0000(svn r14534) -Codechange [FS#2382]: Enumify magic return values of HandleEditBox function (Zuu)
glx [Sat, 25 Oct 2008 19:59:11 +0000] rev 10295
(svn r14534) -Codechange [FS#2382]: Enumify magic return values of HandleEditBox function (Zuu)

Sat, 25 Oct 2008 18:58:24 +0000(svn r14533) -Fix: ...hopefully most glitches wrt. inclined foundations.
frosch [Sat, 25 Oct 2008 18:58:24 +0000] rev 10294
(svn r14533) -Fix: ...hopefully most glitches wrt. inclined foundations.

Sat, 25 Oct 2008 16:45:01 +0000(svn r14532) -Fix (r14522): one 'M' is enough to show modified version
glx [Sat, 25 Oct 2008 16:45:01 +0000] rev 10293
(svn r14532) -Fix (r14522): one 'M' is enough to show modified version

Sat, 25 Oct 2008 15:25:52 +0000(svn r14531) -Fix (r12425): OSK accessed wrong widgets of password query window.
frosch [Sat, 25 Oct 2008 15:25:52 +0000] rev 10292
(svn r14531) -Fix (r12425): OSK accessed wrong widgets of password query window.

Sat, 25 Oct 2008 14:24:50 +0000(svn r14530) -Fix [FS#2138]: Do not deliver cargo to industries not inside station catchment area.
frosch [Sat, 25 Oct 2008 14:24:50 +0000] rev 10291
(svn r14530) -Fix [FS#2138]: Do not deliver cargo to industries not inside station catchment area.

Sat, 25 Oct 2008 14:19:09 +0000(svn r14529) -Codechange: Turn FindCatchmentRadius() into Station::GetCatchmentRadius().
frosch [Sat, 25 Oct 2008 14:19:09 +0000] rev 10290
(svn r14529) -Codechange: Turn FindCatchmentRadius() into Station::GetCatchmentRadius().

Sat, 25 Oct 2008 13:51:47 +0000(svn r14528) -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)
rubidium [Sat, 25 Oct 2008 13:51:47 +0000] rev 10289
(svn r14528) -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)