Commit Graph

39 Commits (2cc2154ad26b96b032df2f4fca0ce1634e6330b2)

Author SHA1 Message Date
tron 3b6b3af629 (svn r2818) Don't tell the world about a local variable which is only used once 19 years ago
tron 84f78ea44a (svn r2710) Simplify dedicated server code a bit and don't compile it at all, if network support ist disabled 19 years ago
tron a227065ab7 (svn r2701) Insert Id tags into all source files 19 years ago
tron 4a14350711 (svn r2691) Separate dedicated video driver and fix bemidi declarations 19 years ago
tron 559babcdc9 (svn r2673) Include functions.h directly, not globally via openttd.h 19 years ago
tron 0762aa9ec9 (svn r2669) Shuffle some more stuff around to reduce dependencies 19 years ago
tron c887ff331a (svn r2465) Remove some unreachable code 19 years ago
Darkvater b438b1248c (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files. 19 years ago
Darkvater 7daaf1f100 (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. 19 years ago
Darkvater c626555f68 (svn r2298) - CodeChange: removed CmdAbuses: CmdSetTownNameType(), CmdStartNewGame(), CmdCreateScenario(), CmdSetNewLandscapeType() and CmdGenRandomNewGame().
- CodeChange: renamed CmdTrainGotoDepot() to CmdSendTrainToDepot() to be consistent with other depot commands.
- CodeChange: 'newgame' console command now calls the unabused GenRandomNewGame(). For the server it still creates a new game, a client quits the game and continues in SP.
- CodeChange: in the game-difficulty window, setup the disabled buttons on window creation, not every redraw.
19 years ago
Darkvater b12c6bac57 (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 19 years ago
pasky 2d0698633d (svn r2130) Various spelling fixes in messages. 20 years ago
Darkvater 35ff9d850c (svn r2118) - Fix: Fix compilation with network disabled, and comment out some of the warnings (unused function) 20 years ago
truelight 5972d84c82 (svn r2047) -Fix: never commit your own personal changes... :( 20 years ago
truelight 83637d164e (svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h
-Codechange: rewrote some functions while moving waypoint-stuff
-Add: added support for 64k waypoints
-Fix: made the waypoint struct a bit more logic (no bit-fucking)
20 years ago
truelight 9b1e6e6d3e (svn r2043) -Fix: committed too many files in the last commit 20 years ago
truelight fbb11ea366 (svn r2042) -Fix: forgot to remove a printf ;) 20 years ago
truelight 6519d3bc97 (svn r1918) -Fix: [ 1101874 ] Dedicated server now accepts '-g' (load game) as param 20 years ago
tron f55bde6ee4 (svn r1910) Move two variables out of variables.h which are only used locally 20 years ago
tron 17ca2c49a5 (svn r1805) Teach the driver layer a few things about const correctness 20 years ago
tron f0f85a7ef3 (svn r1803) Move debugging stuff into files of it's own 20 years ago
tron 2ff6cc3135 (svn r1794) Make the dedicated server compile again under MorphOS (tokai) 20 years ago
darkvater 9a96f5b64e (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) 20 years ago
tron 44f48ce915 (svn r1610) Remove trailing whitespace (last time ever, i hope) 20 years ago
tron 6fb79d5f33 (svn r1591) Make dedicated servers on OS/2 check for input the UNIX way 20 years ago
darkvater a1e94b67d5 (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
-Fix: [1103113] font size changing. Dedicated server did not have code filtering, 'tab' could result in bigger fonts
-Fix: [1103069] console backspace key with ded server; fixed due to normal console handling
-Fix: [1101963] console in dedicated server; see above
-Fix: dedicated server also writes to log file if active
20 years ago
tron 8b7c1e94e1 (svn r1402) Trim trailing whitespace 20 years ago
truelight 1f4c1e8821 (svn r1281) -Fix: the OS/2 is now finished. Fixes:
- Networking
  - File selector issue
  - Keyboard input
  - Dedicated server console issue (use dedicated.cmd to open a server)
  - Plus many other minor issues
20 years ago
darkvater b249954538 (svn r1266) -Fix: fix some cygwin/mingw warnings
-Note: when compiling with MinGW (-mno-cygwin) __MINGW32__ is defined; when compiling without it __CYGWIN32__ is defined. You need to set either -mno-cygwin (MinGW) or -mwin32 (Cygwin) to have WIN32 defined
20 years ago
truelight a9bb5be49d (svn r1248) -Add: initial OS/2 support (read docs/ReadMe_OS2.txt) (orudge)
Works fine, beside some minor stuff:
  - Network is not working yet
  - Keyboard is not working
  - No MIDI support
  - 'A few file selector bugs involving drives'
20 years ago
darkvater 28c1dc3e39 (svn r1240) -Fix: OpenTTD once again compiles if ENABLE_NETWORK is disabled.
-Fix: removed some warnings
-Enabled ENABLE_NETWORK on windows again which I accidentally commented out.
20 years ago
bjarni fb345e983e (svn r1236) MorphOS: added make release like in OSX (tokai)
MorphOS: cleaned up the code telling the difference between AmigaOS and MorphOS (tokai)
20 years ago
truelight 3d0cd51f27 (svn r1188) -Fix: [Network] Fixed that CTRL+<key> could sometimes hang a dedicated
server till enter was pressed. CTRL+D after a random key still does hang 
the dedicated server till enter is pressed.
20 years ago
truelight 96c1e88d56 (svn r1173) -Fix: [Network] Console input in dedicated server for windows was not
working (Hackykid)
20 years ago
truelight 9bd54b592d (svn r1172) -Fix: [Network] Pressing CTRL+C in dedicated server now closed the server 20 years ago
truelight 17a613546c (svn r1154) -Add: [Network] Forked dedicated server (start openttd with -Df) (GeniusDex) 20 years ago
truelight 88b94c3c67 (svn r1152) -Add: [Network] Added signal handling (GeniusDex) 20 years ago
truelight 549dafc241 (svn r1056) -Fix: [Network] Give the dedicated-server always a console in windows (sign_de) 20 years ago
truelight b8f6d41418 (svn r942) -Merged branch/network back into the trunk 20 years ago