aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2010-11-28SCI: Fixed bug #3034471 - "SCI, Castlebrain/Amiga: Invisible text in word sea...Filippos Karapetis
2010-11-27SCI: Compensate for buggy KQ5CD saved games (before r54510)Filippos Karapetis
2010-11-27SCI: Removed bogus warningFilippos Karapetis
2010-11-27SCI: Reverted changes to savegame.cpp made in r54510, as that still occursFilippos Karapetis
2010-11-27SCI: Fixed bug #3034713 - "ICEMAN Demo: Fails to find base object"Filippos 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: Implemented FR #3101338: "King's Quest 6 Windows Mouse Icons"Filippos Karapetis
2010-11-26SCI: Fixed keyboard input when numlock is on, and cleaned up the way some spe...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: Fixed a bug in the show_instruments console commandFilippos Karapetis
2010-11-25SCI: Added support for the alternate Windows MIDI soundtracks of the CD versi...Filippos Karapetis
2010-11-25SCI: Added engine method isCD()Filippos Karapetis
2010-11-25SCI: Remove the Windows versions of Freddy Pharkas. This one has an alternati...Filippos Karapetis
2010-11-25SCI: Fixed compilationFilippos Karapetis
2010-11-25SCI: added Windows entries for all games with alternate GM tracksFilippos 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: Fixed a bug in the script disassemblerFilippos 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: Placed some selectors added in SCI1.1 in a separate tableFilippos 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: Some slight changes to get the "find_callk" console command working in KQ5Filippos 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: added a workaround for script bug #3116892 - "SQ4 German: crash when sho...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-23SCI: Added entries for the GOG versions of Phantasmagoria 1 and 2 (patch #311...Filippos Karapetis
2010-11-22SCI: Added support for the keypad +/- keysFilippos Karapetis
2010-11-22SCI: Fixed bug #3044050 - "SQ4FLOPPY: Crash while flying in Skate-o-Rama"Filippos Karapetis
2010-11-22SCI: Patched the QFG3 character import screen the same way as with QFG2Filippos Karapetis
2010-11-21SCI: Proper fix for the QFG2 character import screen crashes (bug #3037996)Filippos Karapetis
2010-11-21SCI: Fix for bug #3037996 - "QFG2: Crash during import dialog after time (imp...Filippos Karapetis
2010-11-21SCI: Fixed the "version" console command in SCI1.1 and earlier gamesFilippos Karapetis
2010-11-21SCI: Added 3 uninitialized temp fixes for the RAMA demo, which is now workingFilippos Karapetis