summaryrefslogtreecommitdiff
path: root/driver.c
AgeCommit message (Collapse)Author
2005-07-29(svn r2742) Get rid of some void pointers plus a few minor changes, like 0 ↵tron
-> '\0'
2005-07-28(svn r2740) MSCV doesn't seem to like forward declared static arraystron
2005-07-28(svn r2737) static, const and don't make variables public nobody else needs ↵tron
to know about
2005-07-27(svn r2728) -Fix/Feature: Change the driver probing algorithmtron
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.
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-23(svn r2685) -Codechange: Split the music/sound/video drivers into separate ↵tron
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.)