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

Sun, 15 May 2005 16:30:02 +0000(svn r2322) - CodeChange: doxygen commented the tunnel-crash fix. Also if (bla) {return;} else {return;} is not proper code. It's if (bla) {return;} return; ;)
Darkvater [Sun, 15 May 2005 16:30:02 +0000] rev 1818
(svn r2322) - CodeChange: doxygen commented the tunnel-crash fix. Also if (bla) {return;} else {return;} is not proper code. It's if (bla) {return;} return; ;)

Sun, 15 May 2005 14:01:35 +0000(svn r2321) - Fix: [ 1202286 ] On OS/2 you get a double backslash in your filename after browsing to the root dir of a drive and "." and ".." are incorrectly displayed. (orudge)
matthijs [Sun, 15 May 2005 14:01:35 +0000] rev 1817
(svn r2321) - Fix: [ 1202286 ] On OS/2 you get a double backslash in your filename after browsing to the root dir of a drive and "." and ".." are incorrectly displayed. (orudge)