scummvm/engines/sci
2009-10-20 20:12:50 +00:00
..
engine SCI: kPalVary basic 2009-10-20 19:56:37 +00:00
gfx Changed mapPointer() to accept a Common::Rect, thus removing the reference to gfx_widgets.h 2009-10-19 09:56:11 +00:00
gui SCI/newgui: textedit control also changed to draw text like sierra sci 2009-10-20 20:12:50 +00:00
gui32 SCI/newgui: Changed kPalette(animate) and implemented setFlags/unsetFlags 2009-10-20 18:45:46 +00:00
sfx Introduced new type Common::DisposeAfterUse::Flag 2009-10-18 19:41:59 +00:00
console.cpp SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit 2009-10-18 19:42:56 +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
decompressor.cpp
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 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
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