scummvm/engines/sci
2009-10-11 21:28:52 +00:00
..
engine Show a warning when a selector vocabulary can't be found and a static vocabulary is used 2009-10-11 21:28:52 +00:00
gfx don't discard const qualifier needlessly 2009-10-09 23:09:28 +00:00
gui Removed unused variable. 2009-10-11 21:18:43 +00:00
gui32 SCI/newgui: list control implemented 2009-10-11 15:41:52 +00:00
sfx SCI: Adlib: Add support for loading patch data from adl.drv 2009-10-10 01:38:45 +00:00
console.cpp Implemented some advanced savegame functionality - loading and deleting savegames from the GMM is now possible, and new saved games will also have thumbnails. Saving from the GMM creates corrupted saved games, so it has been disabled for now 2009-10-11 15:51:43 +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 Removed the now unused GF_SCI0_OLDGETTIME flag and simplified all of the game entries in the detector 2009-10-09 23:19:53 +00:00
detection.cpp Fixed a warning, ironically inside a warning(). 2009-10-11 16:00:16 +00:00
module.mk SCI: Removed obsolete stringfrags code 2009-10-08 21:29:45 +00:00
resource.cpp Introduced a new debug level, kDebugLevelResMan, and reduced some of the messages printed to the console 2009-10-10 00:07: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 Reset the EngineState pointer in the SciGuiGfx class when loading. Fixes loading with the new GUI 2009-10-11 16:47:01 +00:00
sci.h Implemented some advanced savegame functionality - loading and deleting savegames from the GMM is now possible, and new saved games will also have thumbnails. Saving from the GMM creates corrupted saved games, so it has been disabled for now 2009-10-11 15:51:43 +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