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 8424
(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 8423
(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 8422
(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 8421
(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 8420
(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 8419
(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 8418
(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 8417
(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.

Fri, 25 Jan 2008 21:09:12 +0000(svn r11986) -Fix: build system ignored changes to table/control_codes.h which require strgen to be rebuilt
peter1138 [Fri, 25 Jan 2008 21:09:12 +0000] rev 8416
(svn r11986) -Fix: build system ignored changes to table/control_codes.h which require strgen to be rebuilt

Fri, 25 Jan 2008 18:13:04 +0000(svn r11985) -Feature[FS#1697, newGRF]: Implement var 8F(random bits) during callback 28 (Industry location permissibility)
belugas [Fri, 25 Jan 2008 18:13:04 +0000] rev 8415
(svn r11985) -Feature[FS#1697, newGRF]: Implement var 8F(random bits) during callback 28 (Industry location permissibility)