Commit Graph

16 Commits (d057d8b366795e4fe82e6f63d985d35e6e363f64)

Author SHA1 Message Date
ludde 29564f9fcf (svn r2781) Fix some of the issues with variables in .h files. 19 years ago
tron f359d1a394 (svn r2748) Remove unused cruft from the main loop 19 years ago
tron 0432a02054 (svn r2746) -Fix: SDL_SetColors() has the number of palette entries to change as parameter, not one beyond the last entry to change 19 years ago
tron 5821529859 (svn r2728) -Fix/Feature: Change the driver probing algorithm
Instead of trying to start a single driver and bailing out if that fails, try to initialise one by one and use the first one which succeeds.
This should fix problems on machines with no sound card, where -s null had to be specified manually.
19 years ago
tron c43653b565 (svn r2726) Fix last commit 19 years ago
tron 286f8726d5 (svn r2725) Move MyShowCursor() back into win32.c, it fits better there 19 years ago
tron af9f55c977 (svn r2720) Remove unused declarations and definitions 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 201990b5d9 (svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build 19 years ago
tron a227065ab7 (svn r2701) Insert Id tags into all source files 19 years ago
orudge e36506b1d1 (svn r2695) - Fix: OS/2 project update, add os2.h to dedicated_v.c 19 years ago
tron 86a76d735e (svn r2694) Various smaller changes: eol-style, static, code simplification 19 years ago
tron aef046b4d7 (svn r2692) Forgot to add a file 19 years ago
tron 4a14350711 (svn r2691) Separate dedicated video driver and fix bemidi declarations 19 years ago
tron 10fd03e222 (svn r2688) MSVC and Watcom can't handle identical file names in different directories, oh my... 19 years ago
tron 07a6e612ec (svn r2685) -Codechange: Split the music/sound/video drivers into separate files and move them into subfolders.
This results in shorter and hopefully easier to maintain files.
Note: I had to change paths in #include statements of some unrelated files, because I added the ottd base directory to the include path (-I.)
19 years ago