peter1138
bd6aba9827
(svn r4692) - Use DEBUG() instead of direct fprintf in extmidi music driver, and silence 'set volume not implemented' warning at the default debug level.
2006-05-02 19:09:49 +00:00
tron
bdbceba0cb
(svn r2984) Use adequate types, this should aid portability a bit
2005-09-25 09:04:59 +00:00
tron
2a7c2f0905
(svn r2946) Remove redundant calls, simplify a check and terminate the argument list of execlp() as suggested by the manpage to make it correctly work on 64bit platforms
2005-09-12 09:53:56 +00:00
tron
3942ff203e
(svn r2938) -Fix: Exit the child of the extmidi backend with _exit() instead of exit(), because we don't want any atexit handlers - especially flushing output streams - to run, if exec() fails
...
Half a credit is due to Darkvater (;
2005-09-11 09:24:17 +00:00
tron
1ec4c29c0d
(svn r2827) BeOS meets all prerequisites for extmidi
2005-08-06 22:40:18 +00:00
tron
2faf06f4cd
(svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
2005-07-25 07:16:10 +00:00
tron
647cbd6bdd
(svn r2701) Insert Id tags into all source files
2005-07-24 14:12:37 +00:00
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.)
2005-07-23 15:16:57 +00:00