Age | Commit message (Expand) | Author |
2012-11-24 | BACKENDS: Remove excess space from warnings | Matthew Hoops |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-09-17 | MACOSX: Make failing to load a soundfont in CoreAudio fatal | Matthew Hoops |
2012-09-14 | MACOSX: Fix soundfont loading with CoreAudio on newer versions of Mac OS X | Matthew Hoops |
2012-05-15 | MIDI: add sndio midi backend | Jonathan Gray |
2012-03-17 | ALL: Make use of defined() for the preprocessor consistent. | Johannes Schickel |
2012-02-25 | AUDIO: (Windows) fix issue with non-unique MIDI device names | athrxx |
2012-01-17 | MACOSX: Moved an include a bit to make sure that some defines are there befor... | Oystein Eftevaag |
2012-01-14 | MACOSX: Changed CoreAudio deprecation check slightly to allow building with o... | Oystein Eftevaag |
2012-01-14 | MACOSX: Default to new CoreAudio API on x86, and to old on PowerPC | Max Horn |
2011-12-13 | Merge pull request #137 from fingolfin/various-cleanup | Filippos Karapetis |
2011-12-12 | MACOSX: Optionally allow building against "new" (10.5+) CoreAudio API | Max Horn |
2011-12-12 | AUDIO: Add endian FIXME to timdity code | Max Horn |
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 | CAMD: Added _isOpen checks to send() and sysEx() | eriktorbjorn |
2011-05-08 | ALSA: Warn if events or SysEx messages are received when not open. | eriktorbjorn |
2011-05-08 | IRIX: Fix compilation | Joost Peters |
2011-05-04 | BACKENDS: Fix copy & paste mistakes in some comments | Max Horn |
2011-04-29 | AMIGAOS: Fix CAMD compiler warning | Hubert Maier |
2011-04-29 | fix AmigaOS 4 build (thanks to Raziel^) | Alyssa Milburn |
2011-04-28 | MACOSX: Fix compilation | Max Horn |
2011-04-28 | JANITORIAL: Add in necessary include files to fix compilation in MSVC | Paul Gilbert |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-03-29 | JANITORIAL: Remove/comment unused vars | dhewg |
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 | MIDI: Really fix bug #3153076 (this time also for Timidity) | Max Horn |
2011-02-09 | MIDI: Fix bug #3153076 (warnings in SEQ driver) | Max Horn |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-01-15 | MIDI: Fixed unnecessary casts of return values to void, reported in bug #3153076 | Filippos Karapetis |
2010-11-29 | BACKENDS: Fix SVN keyword usage. | Johannes Schickel |
2010-11-29 | SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation | Max Horn |
2010-11-29 | BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs | Max Horn |
2010-10-30 | ALL: Add code to help stop people from accidentally using "bad" APIs | Max Horn |
2010-10-13 | SOUND: Allow TiMidity support to be disabled via configure. | Johannes Schickel |
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson |
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 | General: Fixed building the SEQ MIDI driver | Torbjörn Andersson |
2010-07-20 | BUILD: Unify adding -DUNIX to DEFINES; complete SEQ MIDI detection | Max Horn |
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-17 | Remove PalmOS port | Max Horn |
2010-07-14 | If the ALSA driver hasn't been opened, closing it should do nothing. This keeps | Torbjörn Andersson |