scummvm/engines/sci
2009-11-04 13:26:43 +00:00
..
engine SCI/newgui: kGraph / InitPriority changed to reflect sci0 implementation, also moved code 2009-11-04 12:54:27 +00:00
gfx Changed some of the menu code to use new graphics functions 2009-10-28 23:04:56 +00:00
gui Removed the reference to EngineState from the SciGuiGfx class 2009-11-04 13:26:43 +00:00
gui32 Removed the reference to EngineState from the SciGuiGfx class 2009-11-04 13:26:43 +00:00
sfx Fixed compilation when INCLUDE_OLDGFX is not defined 2009-11-04 11:48:17 +00:00
console.cpp priority_first and priority_last are not used by the new drawing code, thus the new code didn't handle priority changes by kGraph() 2009-11-04 11:52:11 +00:00
console.h - Removed status_bar_foreground and status_bar_background variables from the engine state 2009-10-30 14:39:26 +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 Moved most of the code for playing sound effects and speech into a separate class 2009-11-04 09:36:18 +00:00
resource.cpp Added proper detection and handling of transitive SCI1-SCI1.1 games, like PQ1 VGA. These used SCI1 resources and compression with a SCI1.1 kernel (thanks to waltervn's observations) 2009-10-26 21:41:41 +00:00
resource.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
sci.cpp Removed the reference to SciGuiCursor from EngineState 2009-11-04 12:19:05 +00:00
sci.h Moved most of the code for playing sound effects and speech into a separate class 2009-11-04 09:36:18 +00:00
seq_decoder.cpp Fixed some cppcheck warnings. 2009-10-26 06:20:13 +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