Age | Commit message (Expand) | Author |
2017-08-21 | SAGA: Remove obsolete disabled code | Filippos Karapetis |
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion |
2016-02-09 | SAGA: Add comments about possibly race conditions to timer callbacks. | Johannes Schickel |
2015-07-13 | SAGA: Fix typo in commit 6a49654 | Filippos Karapetis |
2015-07-13 | SAGA: Fall back to the default Adlib driver for non-DOS versions of ITE | Filippos Karapetis |
2015-07-04 | SAGA: Initial work on the DOS ITE demo | Filippos Karapetis |
2015-07-03 | SAGA: Fix Adlib in original DOS CD version of Inherit the Earth. | Kirben |
2015-06-28 | SAGA: Use the new "Miles" drivers for AdLib and MT-32 | Torbjörn Andersson |
2014-07-20 | SAGA: Add support for MIDI music in SAGA2 games | Filippos Karapetis |
2014-07-20 | SAGA: Get rid of the MUSIC_DEFAULT flag | Filippos Karapetis |
2014-02-18 | SAGA: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse |
2013-05-01 | SAGA: Fix some non-initialized variables in the Music class - CID 1003131 | Filippos Karapetis |
2012-09-12 | SAGA: Add support for IHNM Mac music | Matthew Hoops |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-08-06 | OSYSTEM: extended installTimerProc() with timer ID parameter | Eugene Sandulenko |
2011-07-10 | SAGA: Mute the music while the game is paused | eriktorbjorn |
2011-07-09 | SAGA: Removed several game flags, which are now found more reliably on the fly | Filippos Karapetis |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-28 | AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use it | Max Horn |
2011-03-25 | SAGA: Change Sage to use Audio::MidiPlayer | Max Horn |
2011-03-24 | SAGA: Rename some MusicDriver members to match Audio::MidiPlayer | Max Horn |
2011-03-23 | ENGINES: Further simplify pseudo MidiDrivers; fix some regressions | Max Horn |
2011-03-23 | AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses | Max Horn |
2011-03-22 | AUDIO: Add pure virtual MidiDriver::isOpen() method | Max Horn |
2011-03-19 | SAGA: Cleanup syncSoundSettings() | dhewg |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-02 | MIDI: Fix for bug #3170988 - "MONKEY2: Messed up MT-32 music" | Filippos Karapetis |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-10-24 | SAGA: replace Resource:loadResource malloc with ByteArray class | Andrew Kurushin |
2010-10-22 | SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_s... | Andrew Kurushin |
2010-09-28 | SAGA: Initialise _driverType | Torbjörn Andersson |
2010-09-15 | MIDI: Send a reset MIDI device signal on startup. | Johannes Schickel |
2010-07-16 | The standalone MIDI files for one of the re-releases of Inherit the Earth are | Torbjörn Andersson |
2010-07-14 | Don't close the MIDI driver twice. It's unnecessary, and some of our drivers | Torbjörn Andersson |
2010-06-25 | AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel... | Florian Kagerer |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-06-15 | SAGA: fix timers. | Eugene Sandulenko |
2010-06-12 | SAGA: Music code cleanup. The music driver is now placed inside the MusicPlay... | Filippos Karapetis |
2010-05-16 | Added automatic detection of the IHNM demo | Filippos Karapetis |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-02-26 | Fixed the music in some Mac versions of ITE and disabled some unused code for... | Filippos Karapetis |
2010-02-03 | - Rename FlacStream to FLACStream. | Johannes Schickel |
2010-01-30 | - Mark makeRawDiskStream factory as deprecated. | Johannes Schickel |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Disabled the unused resource loading code for the unsupported QT MIDI format,... | Filippos Karapetis |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-19 | Move raw audio streams to new header sound/raw.h | Max Horn |