dedicated.c
Sat, 06 Aug 2005 16:55:05 +0000 tron (svn r2818) Don't tell the world about a local variable which is only used once
Mon, 25 Jul 2005 16:33:58 +0000 tron (svn r2710) Simplify dedicated server code a bit and don't compile it at all, if network support ist disabled
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Sat, 23 Jul 2005 17:22:39 +0000 tron (svn r2691) Separate dedicated video driver and fix bemidi declarations
Fri, 22 Jul 2005 07:02:20 +0000 tron (svn r2673) Include functions.h directly, not globally via openttd.h
Thu, 21 Jul 2005 22:15:02 +0000 tron (svn r2669) Shuffle some more stuff around to reduce dependencies
Mon, 20 Jun 2005 20:09:46 +0000 tron (svn r2465) Remove some unreachable code
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Mon, 16 May 2005 16:19:32 +0000 Darkvater (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.
Thu, 12 May 2005 00:18:30 +0000 Darkvater (svn r2298) - CodeChange: removed CmdAbuses: CmdSetTownNameType(), CmdStartNewGame(), CmdCreateScenario(), CmdSetNewLandscapeType() and CmdGenRandomNewGame().
Wed, 04 May 2005 19:09:25 +0000 Darkvater (svn r2266) - Feature: it is now possible to start a dedicated server on Win98/95, for the few sadistic geeks that really want to do this (thanks for testing Hackykid). Also fix up another glitch in console output
Sat, 02 Apr 2005 16:46:23 +0000 pasky (svn r2130) Various spelling fixes in messages.
Sat, 02 Apr 2005 00:17:16 +0000 Darkvater (svn r2118) - Fix: Fix compilation with network disabled, and comment out some of the warnings (unused function)
Thu, 24 Mar 2005 17:31:55 +0000 truelight (svn r2047) -Fix: never commit your own personal changes... :(
Thu, 24 Mar 2005 17:03:37 +0000 truelight (svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h
Thu, 24 Mar 2005 14:33:05 +0000 truelight (svn r2043) -Fix: committed too many files in the last commit
Thu, 24 Mar 2005 14:31:27 +0000 truelight (svn r2042) -Fix: forgot to remove a printf ;)
Tue, 01 Mar 2005 17:32:47 +0000 truelight (svn r1918) -Fix: [ 1101874 ] Dedicated server now accepts '-g' (load game) as param
Wed, 23 Feb 2005 09:13:12 +0000 tron (svn r1910) Move two variables out of variables.h which are only used locally
Sat, 05 Feb 2005 18:05:42 +0000 tron (svn r1805) Teach the driver layer a few things about const correctness
Sat, 05 Feb 2005 15:58:59 +0000 tron (svn r1803) Move debugging stuff into files of it's own
Fri, 04 Feb 2005 19:38:04 +0000 tron (svn r1794) Make the dedicated server compile again under MorphOS (tokai)
Sun, 23 Jan 2005 14:15:42 +0000 darkvater (svn r1615) -Fix: [1107350] console ignoring return character occasionally. For everyone that is running 2 dedicated servers on 1 windows machine, console input is now correct (event was the same so it was random which console received the input)
Sun, 23 Jan 2005 13:09:35 +0000 tron (svn r1610) Remove trailing whitespace (last time ever, i hope)
Sat, 22 Jan 2005 18:59:53 +0000 tron (svn r1591) Make dedicated servers on OS/2 check for input the UNIX way
Sun, 16 Jan 2005 18:19:33 +0000 darkvater (svn r1547) -Feature: windows dedicated (if anyone would run that, but ok), is now functioning correctly. There is no other way but to create a new thread, but that's only MS braindeadness
Thu, 06 Jan 2005 18:45:28 +0000 tron (svn r1402) Trim trailing whitespace
Mon, 27 Dec 2004 10:40:04 +0000 truelight (svn r1281) -Fix: the OS/2 is now finished. Fixes:
Thu, 23 Dec 2004 22:31:46 +0000 darkvater (svn r1266) -Fix: fix some cygwin/mingw warnings
Thu, 23 Dec 2004 14:46:16 +0000 truelight (svn r1248) -Add: initial OS/2 support (read docs/ReadMe_OS2.txt) (orudge)
Thu, 23 Dec 2004 00:24:44 +0000 darkvater (svn r1240) -Fix: OpenTTD once again compiles if ENABLE_NETWORK is disabled.
Wed, 22 Dec 2004 21:12:36 +0000 bjarni (svn r1236) MorphOS: added make release like in OSX (tokai)
Mon, 20 Dec 2004 16:35:16 +0000 truelight (svn r1188) -Fix: [Network] Fixed that CTRL+<key> could sometimes hang a dedicated
Sun, 19 Dec 2004 14:42:17 +0000 truelight (svn r1173) -Fix: [Network] Console input in dedicated server for windows was not
Sun, 19 Dec 2004 14:08:29 +0000 truelight (svn r1172) -Fix: [Network] Pressing CTRL+C in dedicated server now closed the server
Sat, 18 Dec 2004 14:19:21 +0000 truelight (svn r1154) -Add: [Network] Forked dedicated server (start openttd with -Df) (GeniusDex)
Sat, 18 Dec 2004 13:15:41 +0000 truelight (svn r1152) -Add: [Network] Added signal handling (GeniusDex)
Mon, 13 Dec 2004 16:51:10 +0000 truelight (svn r1056) -Fix: [Network] Give the dedicated-server always a console in windows (sign_de)
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk