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