summaryrefslogtreecommitdiff
path: root/extmidi.c
AgeCommit message (Collapse)Author
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.)
2005-07-21(svn r2663) Include variables.h only in these files which need it, not ↵tron
globally via openttd.h
2005-06-02(svn r2398) - CodeChange: forgot to update unix and os2 specific files as well.Darkvater
2005-03-30(svn r2112) -Fix: ExtMidi no longer halts the game while starting a songtron
-Fix: Redirect stdin/stdout/stderr of the ExtMidi process to /dev/null, to prevent it from writing to the terminal While here give the ExtMidi functions canonical names
2005-03-27(svn r2088) - Fix: [ 1155158 ] Make extmidi command a config option in ↵pasky
addition to the compile-time MIDI switch. Patch by macbaine.
2005-02-05(svn r1805) Teach the driver layer a few things about const correctnesstron
2004-11-06(svn r518) Merge extmidi.c r441 to trunk:tron
- Whitespace cleanup - Use execlp() with relative path instead of execl() with absolute path
2004-08-09(svn r1) Import of revision 975 of old (crashed) SVNtruelight