scummvm/engines/sci
2009-10-21 15:23:05 +00:00
..
engine Fixed self-intersecting pathfinding polygons in SQ1, room 66. This addresses the issue where Roger is able to walk anywhere on screen. However, there is still a separate issue in that room, which makes him stay stuck in one direction (like he's "moonwalking") and it only occurs in the new GUI 2009-10-21 14:13:08 +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: kAnimate - now reads out signal again in .dispose loop, just in case. Currently there is no issue known. 2009-10-21 15:23:05 +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 - 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 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