aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
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
2010-11-21SCI: Removed the correct subops from kString in late SCI2.1/SCI3 games (thank...Filippos Karapetis
2010-11-21SCI: kArray wasn't changed in late SCI2.1/SCI3 games (thanks to waltervn)Filippos Karapetis
2010-11-21SCI: Added the kString/kArray type in the "version" console commandFilippos Karapetis
2010-11-21SCI: Removed incorrect pointer arithmetic support for SCI2 stringsFilippos Karapetis
2010-11-21SCI: Adapted kArray/kString to use the new heuristic for late SCI2.1/SCI3 gam...Filippos Karapetis
2010-11-21SCI: Added a heuristic to detect the modified late SCI2.1/SCI3 kString/kArray...Filippos Karapetis
2010-11-20SCI: Fix ScummVM freezing during the credits scene in EcoQuest 1 (bug #3101846)Filippos Karapetis
2010-11-20SCI: Fixed timer bug #3109139 - "SQ4: Crash after exiting Skate-o-Rama during...Filippos Karapetis
2010-11-20SCI: Some minor fixes for Phantasmagoria 2 (which doesn't work at all, since ...Filippos Karapetis
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-19SCI: Only compile kGetConfig for SCI32Willem Jan Palenstijn
2010-11-19SCI : data field is only supported if building for SCI32Lars Persson
2010-11-19SCI: Also send system strings to kString(). This makes LSL7 continue into the...Filippos Karapetis
2010-11-19SCI: Only handle seg_type_string if ENABLE_SCI32 is definedLars Persson
2010-11-19Some subfunctions changed positions in SCI3 kString. WIP.Lars Skovlund
2010-11-19Implement a couple of NULL checks in kArrayLars Skovlund
2010-11-19SCI3: Implement new opcode 0x4c.Lars Skovlund
2010-11-19SCI: Implement the GetConfig call for LSL7Lars Skovlund
2010-11-19SCI: Added pointer arithmetic support for SCI2 stringsFilippos Karapetis
2010-11-19SCI: Added support for script -> string copying (used by late SCI2.1 and SCI3...Filippos Karapetis
2010-11-19SCI: Fixed commentFilippos Karapetis
2010-11-19SCI: Moved the Object class in a separate fileFilippos Karapetis
2010-11-19SCI: Added KQ4 Atari ST version from bug report #3110941Filippos Karapetis
2010-11-19ALL: Push down deps on stream.h from .h to .cpp filesMax Horn
2010-11-18SCI: Added a stub for a new subop in kString, and disabled trackOriginAndFind...Filippos Karapetis
2010-11-18SCI: Added species selector functionality for SCI3Filippos Karapetis
2010-11-18SCI: Removed SCI3 hacks in kClone/kDisposeCloneFilippos Karapetis
2010-11-18SCI: Slight formatting fix and use \t instead of a tab character in debugN.Johannes Schickel
2010-11-18SCI: Fix debugger disassembly of property accesses in SCI3Lars Skovlund
2010-11-18SCI3: Fix new opcode 0x4eLars Skovlund
2010-11-18SCI3: Added another previously unused opcode (0x27 / 0x4e)Filippos Karapetis
2010-11-18SCI2: Treat SCI2 raw arrays (type 3) as strings in kArrayFilippos Karapetis
2010-11-18Get rid of a const_cast.Lars Skovlund
2010-11-18SCI: Slight formatting fix.Johannes Schickel
2010-11-18SCI3: implement setInfoSelector() for SCI3, fixes infinite recursionLars Skovlund
2010-11-18SCI3: Add proper support for the calle instructionLars Skovlund
2010-11-18Fix operator precedence problemLars Skovlund
2010-11-17SCI: Added hacks in kClone/kDisposeClone for SCI3Filippos Karapetis
2010-11-17SCI: Call lookupArray() after allocateArray() when duplicating arraysFilippos Karapetis
2010-11-17SCI: Code formattingFilippos Karapetis