Mon, 16 May 2005 15:05:49 +0000(svn r2333) - CodeChange: also don't execute command if user has typed all spaces (eg nothing worthwhile). Suggested and implemented by Tron.
Darkvater [Mon, 16 May 2005 15:05:49 +0000] rev 1828
(svn r2333) - CodeChange: also don't execute command if user has typed all spaces (eg nothing worthwhile). Suggested and implemented by Tron.

Mon, 16 May 2005 13:46:26 +0000(svn r2332) - Feature: Add 'clear' command and CTRL+L to empty the console window
Darkvater [Mon, 16 May 2005 13:46:26 +0000] rev 1827
(svn r2332) - Feature: Add 'clear' command and CTRL+L to empty the console window
- Fix: do not execute emtpy commands anymore

Mon, 16 May 2005 12:15:53 +0000(svn r2331) - Fix (regression): fix text overflows in about box.
Darkvater [Mon, 16 May 2005 12:15:53 +0000] rev 1826
(svn r2331) - Fix (regression): fix text overflows in about box.

Mon, 16 May 2005 12:15:34 +0000(svn r2330) - Fix: link error when compiling as dedicated. Add sdl.c to always compile in makefile as it is always protected by WITH_SDL and add a stub for ToggleFullScreen()
Darkvater [Mon, 16 May 2005 12:15:34 +0000] rev 1825
(svn r2330) - Fix: link error when compiling as dedicated. Add sdl.c to always compile in makefile as it is always protected by WITH_SDL and add a stub for ToggleFullScreen()

Mon, 16 May 2005 08:41:42 +0000(svn r2329) CMD_CHANGE_PRESIDENT_NAME and CMD_CHANGE_COMPANY_NAME don't use p1, so don't send any meaningful value for it when invoking these commands
tron [Mon, 16 May 2005 08:41:42 +0000] rev 1824
(svn r2329) CMD_CHANGE_PRESIDENT_NAME and CMD_CHANGE_COMPANY_NAME don't use p1, so don't send any meaningful value for it when invoking these commands

Mon, 16 May 2005 08:30:32 +0000(svn r2328) There's no need for extra magic to detect libpng on FreeBSD
tron [Mon, 16 May 2005 08:30:32 +0000] rev 1823
(svn r2328) There's no need for extra magic to detect libpng on FreeBSD

Mon, 16 May 2005 00:04:01 +0000(svn r2327) -fix [MacOSX] default path for midi player on mac is now correct again
bjarni [Mon, 16 May 2005 00:04:01 +0000] rev 1822
(svn r2327) -fix [MacOSX] default path for midi player on mac is now correct again

Sun, 15 May 2005 21:50:26 +0000(svn r2325) - Update OpenTTD for 0.4.0 release 0.4.0
Darkvater [Sun, 15 May 2005 21:50:26 +0000] rev 1821
(svn r2325) - Update OpenTTD for 0.4.0 release

Sun, 15 May 2005 18:50:55 +0000(svn r2324) Introduce _cmd_text for passing strings with a command instead of abusing _decode_parameters as text buffer. This should prevent several possible buffer overruns and is a bit cleaner to use. As bonus it reduces the size of most command packets by 79 bytes.
tron [Sun, 15 May 2005 18:50:55 +0000] rev 1820
(svn r2324) Introduce _cmd_text for passing strings with a command instead of abusing _decode_parameters as text buffer. This should prevent several possible buffer overruns and is a bit cleaner to use. As bonus it reduces the size of most command packets by 79 bytes.

Sun, 15 May 2005 18:43:36 +0000(svn r2323) Remove unused dereferencing
tron [Sun, 15 May 2005 18:43:36 +0000] rev 1819
(svn r2323) Remove unused dereferencing