Sun, 27 Jan 2008 20:20:53 +0000(svn r11996) -Fix [FS#1706]: update train statusbar when stopping from zero speed
smatz [Sun, 27 Jan 2008 20:20:53 +0000] rev 8922
(svn r11996) -Fix [FS#1706]: update train statusbar when stopping from zero speed

Sun, 27 Jan 2008 17:34:08 +0000(svn r11995) -Cleanup (r11994): Change the string names in all the other languages.
maedhros [Sun, 27 Jan 2008 17:34:08 +0000] rev 8921
(svn r11995) -Cleanup (r11994): Change the string names in all the other languages.

Sun, 27 Jan 2008 17:32:12 +0000(svn r11994) -Codechange: Remove numbers from string names where the strings aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs.
maedhros [Sun, 27 Jan 2008 17:32:12 +0000] rev 8920
(svn r11994) -Codechange: Remove numbers from string names where the strings aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs.

Sun, 27 Jan 2008 11:01:10 +0000(svn r11993) -Fix: Resize station/roadstop/dock/airport construction windows if cargo acceptance list is too long.
peter1138 [Sun, 27 Jan 2008 11:01:10 +0000] rev 8919
(svn r11993) -Fix: Resize station/roadstop/dock/airport construction windows if cargo acceptance list is too long.

Sun, 27 Jan 2008 02:09:46 +0000(svn r11992) -Fix (r9905): When building two rail stations close to each other (with control) so they looked like one long track trains would see them as one (spotted and fixed by eddi)
bjarni [Sun, 27 Jan 2008 02:09:46 +0000] rev 8918
(svn r11992) -Fix (r9905): When building two rail stations close to each other (with control) so they looked like one long track trains would see them as one (spotted and fixed by eddi)

Sat, 26 Jan 2008 22:41:24 +0000(svn r11991) -Cleanup: Remove strings removed in r11990
peter1138 [Sat, 26 Jan 2008 22:41:24 +0000] rev 8917
(svn r11991) -Cleanup: Remove strings removed in r11990

Sat, 26 Jan 2008 22:15:39 +0000(svn r11990) -Codechange: Show all cargo sources (en-route from) in the station view
peter1138 [Sat, 26 Jan 2008 22:15:39 +0000] rev 8916
(svn r11990) -Codechange: Show all cargo sources (en-route from) in the station view
cargo waiting list instead of just one. The station view window is now
resizable to cope with the extra information.

Sat, 26 Jan 2008 21:02:35 +0000(svn r11989) -Fix: Resize autoreplace window to fit purchase information text if it is too large.
peter1138 [Sat, 26 Jan 2008 21:02:35 +0000] rev 8915
(svn r11989) -Fix: Resize autoreplace window to fit purchase information text if it is too large.

Sat, 26 Jan 2008 20:55:04 +0000(svn r11988) -Codechange: Add a generic way of changing a widget's size and adjust the widgets around it to suit.
peter1138 [Sat, 26 Jan 2008 20:55:04 +0000] rev 8914
(svn r11988) -Codechange: Add a generic way of changing a widget's size and adjust the widgets around it to suit.

Sat, 26 Jan 2008 03:11:27 +0000(svn r11987) -Feature[newGRF]: Allow the industry view window to be resized only when callback 3A (Show additional text in industry window) is available for the current industry.
belugas [Sat, 26 Jan 2008 03:11:27 +0000] rev 8913
(svn r11987) -Feature[newGRF]: Allow the industry view window to be resized only when callback 3A (Show additional text in industry window) is available for the current industry.
This now allows grf authors to specify longer than 3 lines of text.