scummvm/engines/sci
Lars Skovlund 4818b2ae08 SCI: Add comment for GK1 workaround.
svn-id: r55391
2011-01-21 19:56:23 +00:00
..
engine SCI: Add comment for GK1 workaround. 2011-01-21 19:56:23 +00:00
graphics SCI: Fix robot memory leak 2011-01-21 19:52:52 +00:00
parser SCI: Silence a gcc warning 2010-12-26 14:56:51 +00:00
sound SCI: Bugfix for r55246: Don't send init commands when resuming a sound 2011-01-15 09:28:42 +00:00
video VIDEO: Make VideoDecoder::getPalette() return a const byte pointer 2010-12-16 01:41:11 +00:00
console.cpp SCI: Extended the bpk debug command so that it can also disable a breakpoint on a kernel function 2011-01-15 11:54:20 +00:00
console.h SCI2/2.1: Improvements to the find_callk debug function, and some kernel function updates 2011-01-07 18:25:38 +00:00
debug.h SCI: adding "bpr" and "bpw" debug commands 2010-09-02 09:05:08 +00:00
decompressor.cpp COMMON: Move SCI's DCL decompression code to common 2011-01-21 01:55:44 +00:00
decompressor.h COMMON: Move SCI's DCL decompression code to common 2011-01-21 01:55:44 +00:00
detection_tables.h SCI: Moved the "SCI" bit to the extras field, to preserve the original naming of the games 2011-01-04 19:46:18 +00:00
detection.cpp SCI: The SCI2.1 SVGA version of MUMG is named "Mixed-Up Mother Goose Deluxe" 2011-01-07 00:19:54 +00:00
event.cpp SCI: Fixed keyboard input when numlock is on, and cleaned up the way some special keys are translated 2010-11-26 10:03:24 +00:00
event.h SCI: updating screen within kAnimate as well - fixes pseudo hang in eq1 credits (bug #3036154) 2010-07-29 10:48:54 +00:00
module.mk SCI: Moved the Object class in a separate file 2010-11-19 08:18:24 +00:00
resource_audio.cpp SCI: Added support for the alternate Windows MIDI soundtracks of the CD versions of EcoQuest, Jones, KQ5 and SQ4 2010-11-25 14:22:09 +00:00
resource_intern.h SCI: Add support for SCI2.1 chunk resources 2010-08-03 14:58:57 +00:00
resource.cpp SCI: Close Memory Leaks in SCI Resource Loading, reported by Valgrind. 2010-12-14 23:30:22 +00:00
resource.h SCI: Update resource types for SCI2.1/3 2010-11-13 00:20:23 +00:00
sci.cpp SCI: Fixed typo 2010-12-23 12:54:47 +00:00
sci.h SCI: Sync in-game speech/subtitle options with the ones from the ScummVM GUI. 2010-12-22 13:58:28 +00:00
util.cpp Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointers are now used (found in util.*) for code that has different endianness in SCI1.1+ Mac games. Add support for Mac 'snd ' and 'CURS' resources. QFG1 Mac is not yet playable due to script compression. 2010-05-18 04:17:58 +00:00
util.h Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointers are now used (found in util.*) for code that has different endianness in SCI1.1+ Mac games. Add support for Mac 'snd ' and 'CURS' resources. QFG1 Mac is not yet playable due to script compression. 2010-05-18 04:17:58 +00:00