truelight [Tue, 17 May 2005 16:01:19 +0000] rev 1832
(svn r2337) -Fix: NetworkUDPRemoveAdvertise wasn't fully correct (which made Darkvater go crazy ;))
Darkvater [Tue, 17 May 2005 11:22:43 +0000] rev 1831
(svn r2336) - GFX: make the openttd icon look good on Win2k and lower as well. The TrueColor/256 icons had an ugly black shadow
miham [Mon, 16 May 2005 18:19:04 +0000] rev 1830
(svn r2335) [Translations] Updated to 2005-05-16 (36 strs / 17 langs, removed unused strings)
Darkvater [Mon, 16 May 2005 16:19:32 +0000] rev 1829
(svn r2334) - Fix (regression): moved togglefullscreen into the video-driver, now windows works, dedicated works and sdl works. Also reverted the change to the makefile.
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.
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
Darkvater [Mon, 16 May 2005 12:15:53 +0000] rev 1826
(svn r2331) - Fix (regression): fix text overflows in about box.
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()
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
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