Commit Graph

10 Commits (4f5dee9e586a490516a93ba354788624e7b346fd)

Author SHA1 Message Date
bjarni 354320527a (svn r3026) -Fix: [OSX] fixed bug that prevented dedicated servers from compiling (introduced in r3022) 19 years ago
bjarni cebca8e61b (svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files
this eliminates the long pauses between songs and the "leaving process hehind" bug (moebius_)
19 years ago
tron bdbceba0cb (svn r2984) Use adequate types, this should aid portability a bit 19 years ago
tron 1ec4c29c0d (svn r2827) BeOS meets all prerequisites for extmidi 19 years ago
tron 7f3ed35dd4 (svn r2742) Get rid of some void pointers plus a few minor changes, like 0 -> '\0' 19 years ago
tron c8f83b74ad (svn r2740) MSCV doesn't seem to like forward declared static arrays 19 years ago
tron bc6570ae69 (svn r2737) static, const and don't make variables public nobody else needs to know about 19 years ago
tron 5fd69294ee (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 647cbd6bdd (svn r2701) Insert Id tags into all source files 19 years ago
tron 126fed74d6 (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