scummvm/engines/sci
2009-07-11 07:03:28 +00:00
..
engine Only error out, if checkStaticSelectorNames() fails. 2009-07-11 07:03:28 +00:00
gfx Applied patch #2819665 - "SCI: cell palette fix for QfG3/SQ5/etc." 2009-07-10 18:53:40 +00:00
sfx Applied patch 2818733 - "SCI: Timer iterator for audio resources played via doSound" 2009-07-11 06:53:39 +00:00
console.cpp Fixed regression in the script parser from commit 42260 2009-07-11 06:19:29 +00:00
console.h - Moved printObject inside the Console class 2009-07-08 13:08:51 +00:00
debug.h Fixed regression in the script parser from commit 42260 2009-07-11 06:19:29 +00:00
decompressor.cpp
decompressor.h
detection.cpp Removed an invalid detection entry 2009-07-11 06:34:25 +00:00
exereader.cpp
exereader.h
module.mk Applied a slightly modified patch from clone2727 which adds static selector names to some demos which are missing them (KQ4, LSL1, LSL3, Iceman and Christmas1992) 2009-07-11 06:33:19 +00:00
resource.cpp Applied slightly modified patch 2819002 - "SCI: resource-view-patch on SQ5/German fix" 2009-07-11 06:43:01 +00:00
resource.h Removed the weird checks for a maximum resource number (the sci_max_resource_nr array), as it doesn't serve any real purpose and leads to strange errors: if a resource is found which is bigger than the maximum number, it will be remapped to an incorrect number from this check. This makes KQ5CD work properly again (resources would be remapped to incorrect resource numbers from this code as a result of not updating this array with the latest SCI version merges). 2009-07-07 13:39:24 +00:00
sci.cpp Some cleanup for the script debugger code: 2009-07-08 10:25:37 +00:00
sci.h Added auto-detection for games with older headers for script blocks, and removed game flag GF_SCI0_OLD 2009-07-07 10:28:05 +00:00
tools.cpp Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00
tools.h Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00
uinput.h
vocabulary.cpp - Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has been removed and versions SCI_VERSION_01_EGA and SCI_VERSION_01_VGA have been merged into SCI_VERSION_01 2009-07-07 07:44:25 +00:00
vocabulary.h Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls 2009-07-06 10:39:22 +00:00