scummvm/engines/sci
2009-10-09 17:47:33 +00:00
..
engine SCI: drawMenuBar/clearMenuBar now using gui class, currently unimplemented in newgui, but so wont get affected by oldgui switching to visualScreen anymore (e.g. qfg2) 2009-10-09 17:47:33 +00:00
gfx SCI: resmanager / include order change 2009-10-09 12:09:52 +00:00
gui SCI: drawMenuBar/clearMenuBar now using gui class, currently unimplemented in newgui, but so wont get affected by oldgui switching to visualScreen anymore (e.g. qfg2) 2009-10-09 17:47:33 +00:00
gui32 SCI: drawMenuBar/clearMenuBar now using gui class, currently unimplemented in newgui, but so wont get affected by oldgui switching to visualScreen anymore (e.g. qfg2) 2009-10-09 17:47:33 +00:00
sfx Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
console.cpp SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager::lookupList 2009-10-07 23:34:24 +00:00
console.h SCI: debug command undither implemented 2009-10-07 21:47:34 +00:00
debug.h - Removed the toggle for "weak" validations, as there are cases where they fail (e.g. in Longbow), so there is no point in having strict validations 2009-10-01 10:57:59 +00:00
decompressor.cpp SCI: Cleanup 2009-08-30 01:37:27 +00:00
decompressor.h Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
detection_tables.h Added alternate versions for iceman, lsl2, qfg1, sq3 and sq4 from bug report #2612718. Still many to go, that bug report is huge 2009-09-17 14:41:27 +00:00
detection.cpp Add "demo" to the extras field of the fallback detector for demos 2009-09-24 07:18:38 +00:00
module.mk SCI: Removed obsolete stringfrags code 2009-10-08 21:29:45 +00:00
resource.cpp Updated comment to indicate that QFG1VGA is one of the newer SCI1.1 games that has word-aligned resources 2009-10-08 08:22:19 +00:00
resource.h Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
sci.cpp Started rewriting the check for the graphics functions type (still not finished) 2009-10-08 14:37:55 +00:00
sci.h Moved actor movement detection in state.cpp, together with the other detections and rewrote it to work in a similar fashion to the other detections 2009-10-09 17:41:59 +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 Reordered the numpad keys so that they make more sense, and simplified the code which returns the values of shifted function keys 2009-06-04 08:28:20 +00:00
vocabulary.cpp - Moved the list of synonyms and parser nodes inside the vocabulary class 2009-09-30 12:17:38 +00:00
vocabulary.h - Moved the list of synonyms and parser nodes inside the vocabulary class 2009-09-30 12:17:38 +00:00