Tue, 19 Sep 2006 14:09:59 +0000(svn r6480) WebTranslator2 update to 2006-09-19 16:09:27
miham [Tue, 19 Sep 2006 14:09:59 +0000] rev 4622
(svn r6480) WebTranslator2 update to 2006-09-19 16:09:27
brazilian_portuguese - 13 fixed by fukumori (13)
german - 1 changed by Neonox (1)
polish - 4 fixed by meush (4)
portuguese - 22 fixed by supra90 (22)

Tue, 19 Sep 2006 12:48:12 +0000(svn r6479) -Fix r6424: FS#348 Plane autoreplace glitch
bjarni [Tue, 19 Sep 2006 12:48:12 +0000] rev 4621
(svn r6479) -Fix r6424: FS#348 Plane autoreplace glitch
Now the num_engines array is updated for the buying player when merging two players
The incorrect caches aren't saved so no savegames will contain incorrect data due to this bug

Mon, 18 Sep 2006 18:30:16 +0000(svn r6478) WebTranslator2 update to 2006-09-18 20:28:13
miham [Mon, 18 Sep 2006 18:30:16 +0000] rev 4620
(svn r6478) WebTranslator2 update to 2006-09-18 20:28:13
american - 26 fixed by WhiteRabbit (26)
catalan - 6 fixed, 2 changed by arnaullv (8)
dutch - 24 fixed by habell (24)
french - 4 fixed, 1 changed by glx (5)
german - 12 fixed, 1 changed by Neonox (13)
hungarian - 4 fixed by miham (4)
polish - 2 fixed by meush (2)
slovak - 16 fixed by lengyel (16)
turkish - 3 fixed by jnmbk (3)

Mon, 18 Sep 2006 18:02:33 +0000(svn r6477) - Fix a loop-hole that allowed docks to be built regardless of town authority rating.
peter1138 [Mon, 18 Sep 2006 18:02:33 +0000] rev 4619
(svn r6477) - Fix a loop-hole that allowed docks to be built regardless of town authority rating.

Mon, 18 Sep 2006 08:39:03 +0000(svn r6476) [Languages] Small change to trigger a full language scan in WT2 to reconstruct damaged DB
miham [Mon, 18 Sep 2006 08:39:03 +0000] rev 4618
(svn r6476) [Languages] Small change to trigger a full language scan in WT2 to reconstruct damaged DB

Mon, 18 Sep 2006 06:34:37 +0000(svn r6475) - Fix (r6055): Don't try to sort industries when there are none. Thanks to 'Delboy'
peter1138 [Mon, 18 Sep 2006 06:34:37 +0000] rev 4617
(svn r6475) - Fix (r6055): Don't try to sort industries when there are none. Thanks to 'Delboy'

Sun, 17 Sep 2006 20:52:54 +0000(svn r6474) - Add a patch option to control display of liveries, allowing none, your
peter1138 [Sun, 17 Sep 2006 20:52:54 +0000] rev 4616
(svn r6474) - Add a patch option to control display of liveries, allowing none, your
own, or all companies.

Sun, 17 Sep 2006 16:23:30 +0000(svn r6473) -Fix: FS#347 town extends road beyond road stop. Fixed by r5062, unfixed by r5798. Now there is proper comment, so it should not happen again.
KUDr [Sun, 17 Sep 2006 16:23:30 +0000] rev 4615
(svn r6473) -Fix: FS#347 town extends road beyond road stop. Fixed by r5062, unfixed by r5798. Now there is proper comment, so it should not happen again.

Sun, 17 Sep 2006 11:33:19 +0000(svn r6471) -Fix (r6450): ConPatch was moved from network-only, but the function was
Darkvater [Sun, 17 Sep 2006 11:33:19 +0000] rev 4614
(svn r6471) -Fix (r6450): ConPatch was moved from network-only, but the function was
still inside the ENABLE_NETWORK define. Thanks nycom.

Sat, 16 Sep 2006 22:09:26 +0000(svn r6468) -Codechange r6464: now use error() when failing refit in autoreplace to ensure that such a failure will not break a game
bjarni [Sat, 16 Sep 2006 22:09:26 +0000] rev 4613
(svn r6468) -Codechange r6464: now use error() when failing refit in autoreplace to ensure that such a failure will not break a game
We should only reach this error() if there is a bug, that would otherwise make the vehicles carry a different type of cargo without telling the user
This also kills the warning added in r6464 (oops)