aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
AgeCommit message (Expand)Author
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
2010-11-24SCI: Added a getReverb() accessor to the SciMusic classFilippos Karapetis
2010-11-24SCI: Added a TODO for the default reverb valueFilippos Karapetis
2010-11-24SCI: Read MT-32 reverb data correctly (patch #3117434)Filippos Karapetis
2010-11-23SCI: Also send a sustain off on a notes off event (patch from bug #3116608)Filippos Karapetis
2010-11-23SCI: Ignore polyphonic/channel aftertouch (0xa0 / 0xd0) in the MIDI driver, l...Filippos Karapetis
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-19SCI: Moved the Object class in a separate fileFilippos Karapetis
2010-11-10SCI3: Some changesFilippos Karapetis
2010-11-08COMMON: Push #include audiocd.h in system.h out to .cpp filesMax Horn
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-11-02SCI: Remove any use of printfMax Horn
2010-10-31SCI: Removing obsolete function parameterFilippos Karapetis
2010-10-28SCI: Added some missing GM mappings for MT-32 instruments:Filippos Karapetis
2010-10-28SCI: Split the GM related names out of map-mt32-to-gm.h and into a separate h...Filippos Karapetis
2010-10-28SCI: Fixed compilation and added include safeguards to map-mt32-to-gm.hFilippos Karapetis
2010-10-28SCI: Improved the description of the "map_instrument" console command a bit. ...Filippos Karapetis