scummvm/engines/sci
Filippos Karapetis ca92253da1 Disabled some currently unused code
svn-id: r46488
2009-12-22 20:53:03 +00:00
..
engine Add a TODO for the SCI 2.1 message version (5). 2009-12-21 15:22:42 +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 Disabled some currently unused code 2009-12-22 20:53:03 +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 Implemented cmdUpdateCues() in the new sound code and fixed a crash when loading music with a resource number of zero 2009-12-20 16:35:37 +00:00
resource.h Directly modify the sound objects, instead of modifying a local copy. Remove duplicate code (which now resides in resource.*) 2009-12-20 13:13:07 +00:00
sci.cpp SCI32: 2009-12-21 14:32:54 +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