Tue, 17 May 2005 18:22:59 +0000(svn r2339) - Fix: on a dedicated server, after the joining of a player, the player was set to player 0 instead of remaining OWNER_SPECTATOR. Fix this, and allow the dedicated server to execute commands (so 'patch <value>') now works and not only when a client is connected.
Darkvater [Tue, 17 May 2005 18:22:59 +0000] rev 1834
(svn r2339) - Fix: on a dedicated server, after the joining of a player, the player was set to player 0 instead of remaining OWNER_SPECTATOR. Fix this, and allow the dedicated server to execute commands (so 'patch <value>') now works and not only when a client is connected.

Tue, 17 May 2005 16:07:48 +0000(svn r2338) - CodeChange: only call the variable hooks when you set their value not when you query them
Darkvater [Tue, 17 May 2005 16:07:48 +0000] rev 1833
(svn r2338) - CodeChange: only call the variable hooks when you set their value not when you query them
- Fix: typo in pool.c "Cleaing up" --> "Cleaning up"

Tue, 17 May 2005 16:01:19 +0000(svn r2337) -Fix: NetworkUDPRemoveAdvertise wasn't fully correct (which made Darkvater go crazy ;))
truelight [Tue, 17 May 2005 16:01:19 +0000] rev 1832
(svn r2337) -Fix: NetworkUDPRemoveAdvertise wasn't fully correct (which made Darkvater go crazy ;))

Tue, 17 May 2005 11:22:43 +0000(svn r2336) - GFX: make the openttd icon look good on Win2k and lower as well. The TrueColor/256 icons had an ugly black shadow
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

Mon, 16 May 2005 18:19:04 +0000(svn r2335) [Translations] Updated to 2005-05-16 (36 strs / 17 langs, removed unused strings)
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)

Mon, 16 May 2005 16:19:32 +0000(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 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.

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()