summaryrefslogtreecommitdiff
path: root/music
AgeCommit message (Collapse)Author
2005-08-06(svn r2827) BeOS meets all prerequisites for extmiditron
2005-07-27(svn r2730) -Fix: Fail if the sequencer can't play audiotron
Also check the return value of CreateThread()
2005-07-26(svn r2712) Overhaul DirectMusic MIDI backend:tron
- Merge the .c and .cpp part into one file - Properly deinitialize at the end - Remove "experimental" status - Miscellaneous smaller changes -Fix: Volume control works now
2005-07-25(svn r2707) Missed the paths in the BeOS MIDI player, sorry for all the noisetron
2005-07-25(svn r2705) Fix #include paths and remove unnecessary #includestron
2005-07-25(svn r2704) Remove . from include path again, too much trouble. Also add ↵tron
some #ifdefs and #includes for the Windows build
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-23(svn r2689) - Split OS/2 music driver into os2_m.c, update project fileorudge
2005-07-23(svn r2688) MSVC and Watcom can't handle identical file names in different ↵tron
directories, oh my...
2005-07-23(svn r2687) Make a variable statictron
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.)