Age | Commit message (Expand) | Author |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops |
2011-05-25 | ALL: behaviour -> behavior | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-08 | ALSA: Warn if events or SysEx messages are received when not open. | eriktorbjorn |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-03-22 | AUDIO: Add pure virtual MidiDriver::isOpen() method | Max Horn |
2011-03-10 | ALSA: Fix formatting. | Johannes Schickel |
2011-03-10 | ALSA: Work around a firmware bug in USB-MIDI cables. | Johannes Schickel |
2011-03-10 | ALSA: Strip trailing spaces in device name. | Johannes Schickel |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2010-10-30 | ALL: Add code to help stop people from accidentally using "bad" APIs | Max Horn |
2010-07-27 | ALSA: Be more intelligent when picking MIDI port | Torbjörn Andersson |
2010-07-27 | ALSA: Tweak capability and type flags for the MIDI port | Torbjörn Andersson |
2010-07-27 | ALSA: Simplify device querying code. | Johannes Schickel |
2010-07-20 | MIDI: Build and use ALSA driver if and only if USE_ALSA is defined | Max Horn |
2010-07-19 | ALSA: Get ALSA port settings from the new device config settings. | Torbjörn Andersson |
2010-07-19 | SUBSYSTEM: ALSA music driver | Torbjörn Andersson |
2010-07-14 | If the ALSA driver hasn't been opened, closing it should do nothing. This keeps | Torbjörn Andersson |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2009-12-09 | Remove the Audio::Mixer parameter from the midi/music plugins | Max Horn |
2009-09-06 | Minor constness fixes | Bertrand Augereau |
2009-05-30 | Fixed compilation error | Filippos Karapetis |
2008-11-30 | - Extended MidiDriver::sysEx to allow 264 byte sysEx messages | Johannes Schickel |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | Max Horn |
2008-08-05 | Committed my patch #2026097 ("ALSA: Try both 65:0 and 17:0 by default"), with a | Torbjörn Andersson |
2008-06-14 | Fixed ALSA's invalid port error message | Jordi Vilalta Prat |
2008-06-13 | Added initial interface to list music devices and their types | Jordi Vilalta Prat |
2008-06-13 | Renamed MIDI plugins to Music plugins | Jordi Vilalta Prat |
2008-05-14 | - Added more information (ID and capabilities) to the MIDI drivers | Jordi Vilalta Prat |
2008-05-14 | Moved midiplugin.h to sound/ since it will be used for more than just the nat... | Jordi Vilalta Prat |
2008-05-11 | Added the MidiPlugin interface (first step towards the MIDI plugins) | Jordi Vilalta Prat |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | 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-04-04 | Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead | Max Horn |
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-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
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-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-07-27 | Add passthrough ability. Patch by Christian Schoenebeck with slight modificat... | Jonathan Gray |
2004-01-20 | Handle command 0xD0 (queen uses this) - thanks aholler. | Joost Peters |
2004-01-06 | updated copyright notice | Max Horn |
2003-12-11 | add config file parameter to specify the desired port when using the ALSA mus... | Jonathan Gray |
2003-09-18 | Extend the ALSA version check to look at SND_LIB_MAJOR as well. They're | Torbjörn Andersson |
2003-09-10 | moved declaration of error/warning/debug from engine.h to util.h | Max Horn |