Darkvater [Sun, 10 Dec 2006 15:28:11 +0000] rev 5315
(svn r7471) -Codechange: Centre the 'quit' button on the main menu.
Darkvater [Sun, 10 Dec 2006 15:21:48 +0000] rev 5314
(svn r7470) -Codechange: Leave elrails enabled after loading old (pre-optional) and very old (pre-elrails) games. Let the user manually disable if if undesired.
peter1138 [Sun, 10 Dec 2006 12:12:26 +0000] rev 5313
(svn r7469) -Fix (r7348): NewGRF settings weren't loaded in cases.
Darkvater [Sun, 10 Dec 2006 11:46:43 +0000] rev 5312
(svn r7468) -Codechange: [win32] Add some comments to MB/WIDE_TO_WIDE/MB_[BUFFER] macros and
use them some more in win32 code. Also for the clipboard use the convert_from_fs
function instead of calling Win32 API directly. Make the static buffers in OTTD2FS
and FS2OTTD the same size (character-length wise)
Darkvater [Sun, 10 Dec 2006 11:40:31 +0000] rev 5311
(svn r7467) -Cleanup: [win32] Disable the submit-savegame-on-crash code as we (webserver)
doesn't do anything with it and the button has been disabled for ages.
Darkvater [Sun, 10 Dec 2006 11:37:22 +0000] rev 5310
(svn r7466) -Cleanup: [win32] Coding style, indentation, variable localization.
peter1138 [Sun, 10 Dec 2006 11:32:54 +0000] rev 5309
(svn r7465) -Codechange: Save the default GRF configuration.
peter1138 [Sun, 10 Dec 2006 11:29:14 +0000] rev 5308
(svn r7464) -Codechange: move BuildParamList from newgrf_gui to newgrf_config and
prefix with GRF.
peter1138 [Sun, 10 Dec 2006 10:12:54 +0000] rev 5307
(svn r7463) -Codechange: Don't load invalid NewGRF files from the configuration file; instead show a warning.
glx [Sun, 10 Dec 2006 00:48:50 +0000] rev 5306
(svn r7462) -Fix: when doing comparison in action 7/9, mask the param value so it has the 'same' size as the value it is compared to