Age | Commit message (Expand) | Author |
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 |
2010-11-23 | SCI: Also send a sustain off on a notes off event (patch from bug #3116608) | Filippos Karapetis |
2010-11-23 | SCI: Ignore polyphonic/channel aftertouch (0xa0 / 0xd0) in the MIDI driver, l... | Filippos Karapetis |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-11-19 | SCI: Moved the Object class in a separate file | Filippos Karapetis |
2010-11-10 | SCI3: Some changes | Filippos Karapetis |
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn |
2010-11-08 | BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only | Max Horn |
2010-11-02 | SCI: Remove any use of printf | Max Horn |
2010-10-31 | SCI: Removing obsolete function parameter | Filippos Karapetis |
2010-10-28 | SCI: Added some missing GM mappings for MT-32 instruments: | Filippos Karapetis |
2010-10-28 | SCI: Split the GM related names out of map-mt32-to-gm.h and into a separate h... | Filippos Karapetis |
2010-10-28 | SCI: Fixed compilation and added include safeguards to map-mt32-to-gm.h | Filippos Karapetis |
2010-10-28 | SCI: Improved the description of the "map_instrument" console command a bit. ... | Filippos Karapetis |
2010-10-28 | SCI: Several changes related to MT-32 -> GM mapping | Filippos Karapetis |
2010-10-19 | SCI: fixing possible deadlock inside clearPlaylist | Martin Kiewitz |
2010-10-13 | OPENGL: Merged from trunk, from rev 52105 to 53396. | Johannes Schickel |
2010-10-07 | SCI: Fix for bug #3083151 - "QFG3: Long pause while loading specific savegame" | Filippos Karapetis |
2010-09-24 | SCI: Implement voice mapping for CMS driver. | Johannes Schickel |
2010-09-19 | SCI: Added documentation for the different music patches in SCI games | Filippos Karapetis |
2010-09-17 | SCI: Fix compilation on AmigaOS. | Johannes Schickel |
2010-09-17 | SCI: Add CMS driver for SCI1-SCI1.1. | Johannes Schickel |
2010-09-17 | SCI: Proper initialization in MidiPlayer's constructor. | Johannes Schickel |
2010-09-14 | SCI: Some constification. | Johannes Schickel |
2010-09-09 | SCI: Fix last MIDI channel number for adlib driver | Walter van Niftrik |
2010-09-09 | SCI: Add getLastChannel() function to MidiPlayer class | Walter van Niftrik |
2010-09-08 | SCI: dont remap to channel 9 (fix real mt32) | Martin Kiewitz |