scummvm/engines/sci
2009-10-24 19:47:53 +00:00
..
engine SCI: kAddToPic - abort when list is null reference (fixes qfg1 saved game loading on some screens) 2009-10-23 20:41:59 +00:00
gfx Cleanup 2009-10-22 15:12:54 +00:00
gui SCI/newgui: dont react on paletteSet when playing an EGA game (fixes Xmas card EGA) 2009-10-24 19:47:53 +00:00
gui32 Cleanup 2009-10-22 15:12:54 +00:00
sfx Fixed signed/unsigned issues with the property() function of the Adlib driver 2009-10-22 08:55:54 +00:00
console.cpp SCI: Restore accumulator after executing send from debugger 2009-10-24 13:26:12 +00:00
console.h Added a new console command, "play_video", which can play a SEQ or AVI file 2009-10-17 10:42:00 +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 the rest of the detection entries from bug report #2612718 and removed some extra whitespace 2009-10-22 08:46:34 +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 Started moving some of the old GUI code inside /gui32 2009-10-17 12:42:21 +00:00
resource.cpp Moved sci_ffs() inside iterator.cpp, the only place where it's actually used, and removed tools.*. Also, removed all the unused includes to tools.h from several places 2009-10-16 23:29:00 +00:00
resource.h Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
sci.cpp Removed unused references to operations.h 2009-10-18 10:50:07 +00:00
sci.h SCI: Merge some sfx related global funcs into SfxState. 2009-10-13 18:51:59 +00:00
seq_decoder.cpp Move the SeqDecoder to the Sci namespace, it makes more sense than Graphics because it's only used in Sci. 2009-10-18 18:47:53 +00:00
seq_decoder.h Move the SeqDecoder to the Sci namespace, it makes more sense than Graphics because it's only used in Sci. 2009-10-18 18:47:53 +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 SCI: Cleanup the grammar/vocab code: Move defs from vocabulary.h to grammar.cpp where possible, turn comments into doxygen format etc. 2009-10-19 22:13:51 +00:00
vocabulary.h SCI: Cleanup the grammar/vocab code: Move defs from vocabulary.h to grammar.cpp where possible, turn comments into doxygen format etc. 2009-10-19 22:13:51 +00:00