scummvm/engines/sci
Johannes Schickel 0867129399 Formatting.
svn-id: r45553
2009-10-30 23:44:12 +00:00
..
engine Formatting. 2009-10-30 23:44:12 +00:00
gfx Changed some of the menu code to use new graphics functions 2009-10-28 23:04:56 +00:00
gui Plugged some memory leaks in the new graphics code 2009-10-30 22:50:21 +00:00
gui32 Fixed a crash in the old graphics code from commit #45542 2009-10-30 18:32:55 +00:00
sfx Fixed some cppcheck warnings. 2009-10-26 06:20:13 +00:00
console.cpp - Removed status_bar_foreground and status_bar_background variables from the engine state 2009-10-30 14:39:26 +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 SCI/newgui: SciGuiControls created, SciGuiText now active 2009-10-28 12:58:13 +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 Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (defined in sci.h) 2009-10-28 13:20:30 +00:00
sci.cpp Remove unused includes when INCLUDE_OLDGFX is not set. Implemented the full screen updates that the current menu code is doing using new graphics functions (still unfinished). Some cleanup. 2009-10-30 12:33:05 +00:00
sci.h Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (defined in sci.h) 2009-10-28 13:20:30 +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