scummvm/engines/sci
2011-01-04 19:23:05 +00:00
..
engine SCI: Slight cleanup to the garbage collector 2011-01-04 12:29:23 +00:00
graphics SCI: debugC calls no longer require a debug level of 2 to show output 2011-01-01 12:48:12 +00:00
parser SCI: Silence a gcc warning 2010-12-26 14:56:51 +00:00
sound SCI: debugC calls no longer require a debug level of 2 to show output 2011-01-01 12:48:12 +00:00
video VIDEO: Make VideoDecoder::getPalette() return a const byte pointer 2010-12-16 01:41:11 +00:00
console.cpp SCI: VMD video related changes 2010-12-22 13:51:35 +00:00
console.h DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine 2010-12-07 18:54:21 +00:00
debug.h SCI: adding "bpr" and "bpw" debug commands 2010-09-02 09:05:08 +00:00
decompressor.cpp
decompressor.h
detection_tables.h SCI: Some changes to the naming scheme of some games 2011-01-04 09:09:56 +00:00
detection.cpp SCI: Corrected game description for LSL1 (thanks Raziel) 2011-01-04 19:23:05 +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
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
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
util.h