Fri, 08 Dec 2006 19:57:38 +0000(svn r7438) [Translations] Manually transformed previously supressed hungarian chars to proper ones (they were previously suppressed because they did not fit into iso8859-15)
miham [Fri, 08 Dec 2006 19:57:38 +0000] rev 5289
(svn r7438) [Translations] Manually transformed previously supressed hungarian chars to proper ones (they were previously suppressed because they did not fit into iso8859-15)

Fri, 08 Dec 2006 19:35:13 +0000(svn r7437) -Fix (r4583): incorrect minimum size check in some cases for VarAction2
peter1138 [Fri, 08 Dec 2006 19:35:13 +0000] rev 5288
(svn r7437) -Fix (r4583): incorrect minimum size check in some cases for VarAction2

Fri, 08 Dec 2006 19:12:43 +0000(svn r7436) -Codechange: Add action7/9/D variable 0x9A (-1)
peter1138 [Fri, 08 Dec 2006 19:12:43 +0000] rev 5287
(svn r7436) -Codechange: Add action7/9/D variable 0x9A (-1)

Fri, 08 Dec 2006 18:56:39 +0000(svn r7435) -Fix (r7418): Add proper tooltips to the manage list button instead of the sort tip
Darkvater [Fri, 08 Dec 2006 18:56:39 +0000] rev 5286
(svn r7435) -Fix (r7418): Add proper tooltips to the manage list button instead of the sort tip

Fri, 08 Dec 2006 17:40:42 +0000(svn r7434) WebTranslator2 update to 2006-12-08 18:40:00
miham [Fri, 08 Dec 2006 17:40:42 +0000] rev 5285
(svn r7434) WebTranslator2 update to 2006-12-08 18:40:00
american - 1 fixed by WhiteRabbit (1)
bulgarian - 5 fixed, 2 changed by groupsky (7)
esperanto - 314 fixed, 31 changed by LaPingvino (345)
french - 3 fixed, 5 changed by glx (8)
italian - 7 fixed, 3 changed by sidew (10)
portuguese - 3 fixed by izhirahider (3)
slovak - 7 fixed, 8 changed by lengyel (15)
ukrainian - 10 fixed by znikoz (10)

Fri, 08 Dec 2006 12:31:34 +0000(svn r7433) -Fix (r2301): Town ratings were not reset when a company went bankrupt.
peter1138 [Fri, 08 Dec 2006 12:31:34 +0000] rev 5284
(svn r7433) -Fix (r2301): Town ratings were not reset when a company went bankrupt.

Fri, 08 Dec 2006 02:25:04 +0000(svn r7432) -Fix(r7413) : The NO(cargo waiting) button of the StationList Window is now part of the cargo selection scheme. Again.
belugas [Fri, 08 Dec 2006 02:25:04 +0000] rev 5283
(svn r7432) -Fix(r7413) : The NO(cargo waiting) button of the StationList Window is now part of the cargo selection scheme. Again.

Thu, 07 Dec 2006 22:31:20 +0000(svn r7431) -Fix (r7418): GUI glitch when viewing other player's vehicle lists: bottom panel continued behind resize button.
peter1138 [Thu, 07 Dec 2006 22:31:20 +0000] rev 5282
(svn r7431) -Fix (r7418): GUI glitch when viewing other player's vehicle lists: bottom panel continued behind resize button.

Thu, 07 Dec 2006 21:30:18 +0000(svn r7429) -Remove: [YAPF] yapf.txt no longer valid/needed
KUDr [Thu, 07 Dec 2006 21:30:18 +0000] rev 5281
(svn r7429) -Remove: [YAPF] yapf.txt no longer valid/needed

Thu, 07 Dec 2006 21:21:02 +0000(svn r7428) -Codechange: Give a more explicit name to the enum STATIONLIST_WIDGET_CARGONONE.
belugas [Thu, 07 Dec 2006 21:21:02 +0000] rev 5280
(svn r7428) -Codechange: Give a more explicit name to the enum STATIONLIST_WIDGET_CARGONONE.
It is not "No Cargo selected", but rather station with no cargo waiting, thus STATIONLIST_WIDGET_NOCARGOWAITING.
Hoping it is now clearer for everyone (mainly me...).
Will fix the behaviour next time.