scummvm/engines/sci
2009-10-25 22:33:08 +00:00
..
engine Moved the cel count calculation to the new graphics code 2009-10-25 22:33:08 +00:00
gfx Moved the cel count calculation to the new graphics code 2009-10-25 22:33:08 +00:00
gui Moved the cel count calculation to the new graphics code 2009-10-25 22:33:08 +00:00
gui32 - Removed graphics options code from the old GUI. Almost all of them are not supposed to be modified by the user (e.g. the way lines and brushes are drawn), and we can implement any of them again if needed in the new GUI (but they shouldn't really be needed). 2009-10-25 20:53:07 +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 Moved the cel count calculation to the new graphics code 2009-10-25 22:33:08 +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 Mark Jones CD with the CD flag and add CD in the extras field. 2009-10-25 00:13:08 +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 - Removed graphics options code from the old GUI. Almost all of them are not supposed to be modified by the user (e.g. the way lines and brushes are drawn), and we can implement any of them again if needed in the new GUI (but they shouldn't really be needed). 2009-10-25 20:53:07 +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 graphics options code from the old GUI. Almost all of them are not supposed to be modified by the user (e.g. the way lines and brushes are drawn), and we can implement any of them again if needed in the new GUI (but they shouldn't really be needed). 2009-10-25 20:53: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