Age | Commit message (Expand) | Author |
2008-05-11 | Added the MidiPlugin interface (first step towards the MIDI plugins) | Jordi Vilalta Prat |
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2008-03-12 | Removed remaining traces of the dead MorphOS backend, which itself was remove... | Max Horn |
2008-03-12 | Switched CoreAudio MIDI driver to use AudioUnit v2 API (results in better Leo... | Max Horn |
2008-02-20 | Automatic device detection for CAMD. | Jordi Vilalta Prat |
2008-02-20 | Added CAMD MIDI driver for AmigaOS4 | Jordi Vilalta Prat |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-13 | WORKAROUND bug #1870304: Solaris does not provide INADDR_NONE | Max Horn |
2008-01-02 | Fix dmedia.cpp to not use stdafx (likely fixes building on IRIX) | Max Horn |
2007-11-02 | Changed "if( ... )" to "if ( ... )" and "while( ... )" to "while ( ... )", and | Torbjörn Andersson |
2007-11-02 | Patch #1815526: Add TiMidity++ MIDI server support | Max Horn |
2007-09-30 | Patch #1804801: DMedia MIDI driver for IRIX | Max Horn |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-11 | Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ... | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-01 | Fixed compilation | Chris Apers |
2007-05-01 | Fixed sysEx function | Chris Apers |
2007-03-09 | reduced dependency from windows-specific header files | Nicola Mettifogo |
2007-03-08 | Explicitly #include fcntl.h and unistd.h for the open/write/close syscalls | Max Horn |
2007-03-08 | Replaced uses of fprintf() with warning() or error() | Max Horn |
2007-02-16 | Unified how we deal with (and how we generate) MIDI sysex messages -- in part... | Max Horn |
2006-09-20 | Some updates (mostly guesswork) for the ALSA MIDI driver, mostly prompted by | Torbjörn Andersson |
2006-09-17 | Fixed compilation | Chris Apers |
2006-04-14 | Avoid using exceptions | Max Horn |
2006-04-04 | Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead | Max Horn |
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ... | Max Horn |
2006-03-14 | Adds support for building on Intel Macs, using a modified | Oystein Eftevaag |
2006-03-04 | WIP of maemo port | Eugene Sandulenko |
2006-02-27 | Fixed compilation. | Torbjörn Andersson |
2006-02-27 | SysEx data now passed around with const pointers. Permits simplification of s... | Jamieson Christian |
2006-02-27 | clear ALSA event structure before use | Willem Jan Palenstijn |
2006-02-25 | Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221) | Max Horn |
2006-02-11 | Disable Adlib on PalmOS 68k devices | Chris Apers |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-02-07 | Removed .cvsignore files | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-12-30 | Fixed the CoreMIDI driver -- MT-32 now sounds perfect under Mac OS X :-) | Max Horn |
2005-12-26 | Switched the CoreAudio driver to use an AUGraph; this simplifies things a lot... | Max Horn |
2005-12-26 | New CoreMIDI midi backend for OS X | Max Horn |
2005-11-06 | Default to /dev/sequencer before /dev/null if no MIDI device | Jonathan Gray |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-07-11 | Fix more GCC 4.0 warnings | Max Horn |
2005-07-02 | cleanup | Max Horn |
2005-07-02 | Small fixes | Max Horn |
2005-07-02 | Hackish native MIDI HW support for Mac OS X (incomplete) | Max Horn |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-05-05 | Add a comment regarding use of CoreAudio/AudioUnits v1 API | Max Horn |
2005-04-18 | If we don't want to use reverb, then at least disable it properly, not via a ... | Max Horn |