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)

Sat, 16 Sep 2006 21:07:38 +0000(svn r6465) -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so SVN can do what is was supposed to do..
rubidium [Sat, 16 Sep 2006 21:07:38 +0000] rev 4612
(svn r6465) -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so SVN can do what is was supposed to do..

Sat, 16 Sep 2006 16:21:47 +0000(svn r6464) -Fix r6393: killed a warning when compiling without asserts
bjarni [Sat, 16 Sep 2006 16:21:47 +0000] rev 4611
(svn r6464) -Fix r6393: killed a warning when compiling without asserts
added an error popup in the game if autoreplace fails to refit
Since it's only triggered by conditions bugs can trigger, it works kind of like a non-fatal assert in builds without asserts

Sat, 16 Sep 2006 13:44:12 +0000(svn r6463) -Fix (r6462): Reset the string width to zero on every new line of course...
Darkvater [Sat, 16 Sep 2006 13:44:12 +0000] rev 4610
(svn r6463) -Fix (r6462): Reset the string width to zero on every new line of course...