scummvm/engines/sci
2009-12-25 15:58:18 +00:00
..
engine Fixed variable capitalization 2009-12-25 13:37:55 +00:00
gfx Removed dead code 2009-12-20 12:43:36 +00:00
gui SCI32: 2009-12-21 14:32:54 +00:00
gui32 Wrapped some more sound code around appropriate defines 2009-12-20 13:15:44 +00:00
sfx Ignore internal SysEx events in the Adlib player 2009-12-25 15:58:18 +00:00
console.cpp SCI: Fix some warnings 2009-12-22 00:16:09 +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 Got rid of ReadStream::ioFailed() 2009-12-15 08:18:57 +00:00
decompressor.h Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +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
detection_tables.h Applied patch from tracker item #2900436 - "SCI: SCI32 Checksums" with some formatting changes 2009-12-07 12:34:38 +00:00
event.cpp SCI: Removed Ctrl-X to Ctrl-Alt-X mapping cause Ctrl-Alt-X works now directly 2009-12-04 20:03:53 +00:00
event.h SCI: Renamed "buckybits" to "modifiers" in SciEvent 2009-12-04 18:02:48 +00:00
module.mk Moved all of the sound iterator code in its own directory, and added a slight hack to the SoundCommandParser constructor 2009-12-20 13:38:13 +00:00
resource.cpp SCI: new music code / dont filter channel 15 (control) at any time 2009-12-24 13:20:23 +00:00
resource.h SCI: channels are now filtered for sci0 (fixes garbled music) 2009-12-24 11:42:37 +00:00
sci.cpp Added a hack in kAddScreenItem to display the view in question on screen. Some parts of the main menu can be seen now in GK1 2009-12-24 14:18:16 +00:00
sci.h Brought back the INCLUDE_OLDGFX define 2009-12-21 12:19:57 +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
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