scummvm/engines/sci
Martin Kiewitz 4a3f88ee1b SCI/newgui: changed comment
svn-id: r45164
2009-10-16 11:49:56 +00:00
..
engine SCI: insert comment about kq6 issue caused by new speed throttler. theoretically this could go away when reanimate/cel updates are implemented 2009-10-16 11:22:06 +00:00
gfx Moved the SEQ decoder outside the gfx directory, as it is completely stand alone now and no longer uses any GUI-related code 2009-10-16 08:26:41 +00:00
gui SCI/newgui: changed comment 2009-10-16 11:49:56 +00:00
gui32 SCI: removed speed throttler (cause of kAnimate change) 2009-10-14 21:48:52 +00:00
sfx SCI: Doxygenify comments in class SfxPlayer 2009-10-13 18:52:36 +00:00
console.cpp SCI: Make send varselector reads more verbose. Add notes. 2009-10-15 20:13:19 +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 SCI: Don't end warning() format strings with a newline or a period (a newline and an exclamation mark are automatically added) 2009-10-13 20:52:05 +00:00
module.mk Moved the SEQ decoder outside the gfx directory, as it is completely stand alone now and no longer uses any GUI-related code 2009-10-16 08:26:41 +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 Changed the KQ6 floppy SEQ decoder to use the common VideoPlayer interface. Some cleanup 2009-10-15 15:17:54 +00:00
sci.h SCI: Merge some sfx related global funcs into SfxState. 2009-10-13 18:51:59 +00:00
seq_decoder.cpp SEQ full frames which don't cover the whole screen width are handled correctly again. Fixes the videos in the GK1 demo 2009-10-16 11:43:37 +00:00
seq_decoder.h Moved the SEQ decoder outside the gfx directory, as it is completely stand alone now and no longer uses any GUI-related code 2009-10-16 08:26:41 +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