summaryrefslogtreecommitdiff
path: root/music/extmidi.c
AgeCommit message (Collapse)Author
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium
- A proper ./configure, so everything needs to be configured only once, not for every make. - Usage of makedepend when available. This greatly reduces the time needed for generating the dependencies. - A generator for all project files. There is a single file with sources, which is used to generate Makefiles and the project files for MSVC. - Proper support for OSX universal binaries. - Object files for non-MSVC compiles are also placed in separate directories, making is faster to switch between debug and release compiles and it does not touch the directory with the source files. - Functionality to make a bundle of all needed files for for example a nightly or distribution of a binary with all needed GRFs and language files. Note: as this merge moves almost all files, it is recommended to make a backup of your working copy before updating your working copy.
2006-12-26(svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate ↵Darkvater
debugging levels to use in debug.h. grfmsg() is now used as a specific debug-function for grf.
2006-05-02(svn r4692) - Use DEBUG() instead of direct fprintf in extmidi music driver, ↵peter1138
and silence 'set volume not implemented' warning at the default debug level.
2005-09-25(svn r2984) Use adequate types, this should aid portability a bittron
2005-09-12(svn r2946) Remove redundant calls, simplify a check and terminate the ↵tron
argument list of execlp() as suggested by the manpage to make it correctly work on 64bit platforms
2005-09-11(svn r2938) -Fix: Exit the child of the extmidi backend with _exit() instead ↵tron
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-08-06(svn r2827) BeOS meets all prerequisites for extmiditron
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 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.)