scummvm/engines/sci
2010-07-22 16:01:32 +00:00
..
engine When modifying variable selectors with argc > 1, don't throw a warning, but use a debugC instead. These are usually typos in the original scripts, and aren't fatal 2010-07-22 15:56:26 +00:00
graphics SCI: changed the comment about the palette merging (it's not a workaround anymore). Also, changed the warning when a picture has a broken palette into debug output - these pictures (which can be found in other games too) are usually meant to be blank, thus don't have a palette 2010-07-22 16:01:32 +00:00
parser SCI: Rewrite said spec handling. 2010-07-21 19:59:33 +00:00
sound SCI: fix regression of r50463 2010-07-20 17:28:10 +00:00
video
console.cpp SCI: Removed the restoring parameter of the run_vm() function 2010-07-20 23:15:07 +00:00
console.h SCI: Add basic debugging command for 'said' 2010-07-18 13:31:05 +00:00
debug.h SCI: Turn global object g_debugState into SciEngine member var 2010-07-12 23:20:33 +00:00
decompressor.cpp SCI: dont write palette in reorderView() if there is no palette :P 2010-06-23 16:49:03 +00:00
decompressor.h
detection_tables.h SCI: adding multilingual mixed up mother goose 2010-07-20 18:18:36 +00:00
detection.cpp SCI: adding comments about not enabling ScummVM menu saving 2010-07-18 19:19:49 +00:00
event.cpp SCI: replacing the keyboard size check for direction type detection with checking for script 933 (pseudoMouse) instead - this is better because its working multiplatform 2010-06-19 10:57:01 +00:00
event.h SCI: implemented checking of keyboard driver in case of SCI1EGA/EARLY, also renamed SCI_EVENT_JOYSTICK to SCI_EVENT_DIRECTION 2010-06-19 09:46:04 +00:00
module.mk SCI: Moved the actual workaround arrays inside a cpp file 2010-07-22 08:58:59 +00:00
resource_audio.cpp SCI: changing signature of kDoSound(play) in SCI2.1 to "o(i)" now, because qfg4 still uses "oi" calling 2010-07-14 11:34:44 +00:00
resource_intern.h Remove extra ";" in class declarations. 2010-07-17 00:05:27 +00:00
resource.cpp SCI: Fixed an off-by-one error in the resource manager - it tried to load patches of type kResourceTypeInvalid 2010-07-20 21:53:58 +00:00
resource.h Fix typo. 2010-07-18 00:18:27 +00:00
sci.cpp SCI: Fixed a bug when loading some saved games (sometimes, the execution stack wasn't cleared properly when loading and you couldn't save or restore) 2010-07-22 12:38:48 +00:00
sci.h SCI: implement foreign vocabulary support 2010-07-19 13:50:06 +00:00
util.cpp
util.h