aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
AgeCommit message (Expand)Author
2011-03-27SCI: Fix default pan value in MIDI driver.Walter van Niftrik
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
2011-03-23ENGINES: Use Common::StackLock in more placesMax Horn
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-03-03SCI: Always clear looping and hold before jumpToTick() is calledmd5
2011-03-03SCI: Don't ignore SysEx messages at the driver level but warn insteadmd5
2011-03-03SCI: Slight cleanup of some sound driversmd5
2011-03-01SCI: Fixed bug #3039188 - "LSL2 Amiga: Failed to Initialize Sound Driver error"md5
2011-02-28SCI: Reverted rc7bfbc3 and fixed the actual cause of bug #3106107md5
2011-02-28SCI: Fixed bug #3106107 - "QFG3: Crash when saving outside palace"md5
2011-02-27SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLYmd5
2011-02-26SCI: Avoid hiding overloaded virtual methodsOri Avtalion
2011-02-26SCI: Some slight fixes for the code that reads the LSL2 early MT32.DLL driver...md5
2011-02-26SCI: Added support for reading data off the MT32.DRV driver found in LSL2 ear...md5
2011-02-25SCI: Changed the fix for the intro of Longbow (bug #3044844) into a hack for ...md5
2011-02-24SCI: Fixed two bugs related to music fadingmd5
2011-02-10SCI: Added comments to the FB-01 and MIDI drivers. The original driver files ...Filippos Karapetis
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2011-02-06SCI: Several changes related to robot filesFilippos Karapetis
2011-02-04SCI: Rewrote the robot playing code in a way similar to other video decodersFilippos Karapetis
2011-02-02SCI: Fix Mac sync resource supportMatthew Hoops
2011-01-15SCI: Bugfix for r55246: Don't send init commands when resuming a soundFilippos Karapetis
2011-01-15SCI: Fixed bug #3034974 - "SCI: Music out of tune after loading a save"Filippos Karapetis
2011-01-10SOUND: Get rid of unused forward declarations in mixer.h.Johannes Schickel
2011-01-01SCI: debugC calls no longer require a debug level of 2 to show outputFilippos Karapetis
2010-12-23SCI: Some initial work on the sound of robot videos (doesn't work yet, seems ...Filippos Karapetis
2010-12-07SCI: Removed the system strings code and replaced it with a much more simplif...Filippos Karapetis
2010-11-27SCI: Removed bogus warningFilippos Karapetis
2010-11-27SCI: Fix for bug #3119713 - "PQ2: song-specific reverb changes are ignored" (...Filippos Karapetis
2010-11-26SCI: Pull reverb default directly from control channel.Walter van Niftrik
2010-11-26SCI: Only filter channels for early SCI0, as GM currently uses all channels.Walter van Niftrik
2010-11-26SCI: Added a define to turn off channel remapping (for debugging)Filippos Karapetis
2010-11-26SCI: Send the SCI0 reverb init after reading the reverb dataFilippos Karapetis
2010-11-26Fixed bug with r54485Filippos Karapetis
2010-11-26SCI: set the reverb setting of the current song when a relevant event is fire...Filippos Karapetis
2010-11-25SCI: Some reverb-related changes in the MIDI driver, based on a patch by walt...Filippos Karapetis
2010-11-25SCI: Initialize reverb in the music driver correctly. Based on a patch by wal...Filippos Karapetis
2010-11-25SCI: Global reverb can't be 127. Some cleanupFilippos Karapetis
2010-11-25SCI: Initialize global reverb correctly. Fixes bug #3118700 - "SCI KQ5: Asser...Filippos Karapetis
2010-11-25SCI: implemented reverb handling and related functionalityFilippos Karapetis
2010-11-25SCI: Added support for the alternate Windows MIDI soundtracks of the CD versi...Filippos Karapetis
2010-11-25SCI: Fix bug in MT-32 checksum computation. Thanks Sven for finding this.Walter van Niftrik
2010-11-25SCI: Fixed digital audio at the beginning of KQ5CD and removed a hack for the...Filippos Karapetis
2010-11-25SCI: Set _useMT32Track correctly for KQ5 Windows, thus simplifying the codeFilippos Karapetis
2010-11-25SCI: Added support for the alternative GM tracks of the Windows version of KQ...Filippos Karapetis
2010-11-24SCI: Some renaming and added several TODOs concerning reverbFilippos Karapetis
2010-11-24SCI/SOUND: Applied patch #3117577 - "SCI: MT-32 plays "warble" of notes when ...Filippos Karapetis
2010-11-24SCI: Moved handling of special reverb value 127 outside of the MIDI driverFilippos Karapetis
2010-11-24SCI: some changes to the way reverb is handledFilippos Karapetis