scummvm/engines/sci
2009-06-01 07:06:04 +00:00
..
engine Removed the sci_max_allowed_unknown_kernel_functions array 2009-06-01 07:06:04 +00:00
gfx The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +00:00
sfx Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error() 2009-05-31 15:34:23 +00:00
console.cpp SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBlock -> decipherSaidBlock; some cleanup in Console::cmdSentenceFragments 2009-05-31 15:08:47 +00:00
console.h Further objectification of the SCI vocabulary functions. Removed the "kernel_words" console command, as it's exactly the same as "parser_words" 2009-05-31 12:05:49 +00:00
decompressor.cpp The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +00:00
decompressor.h SCI: cleanup 2009-05-28 11:15:09 +00:00
detection.cpp - Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI1_NEWSETCURSOR 2009-05-29 08:25:42 +00:00
exereader.cpp Simplified SCI versions to be SCI version generations, and fixed some game entries in the process. Also, added a sanity check for invalid game entries 2009-05-15 09:04:21 +00:00
exereader.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
module.mk - Removed debug_mode from the engine state 2009-05-30 15:40:49 +00:00
resource.cpp The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +00:00
resource.h - Added brief Doxygen comments to the ResourceSync and AudioResource classes to explain what they do 2009-05-29 17:39:55 +00:00
sci.cpp Removed script_error_flag and script_debug_flag, which were used to error out if something went wrong and open the debugger console. Changed all the places where they were used to error() out instead, as ScummVM's debugger console can open on error() 2009-05-31 15:34:23 +00:00
sci.h - Removed debug_mode from the engine state 2009-05-30 15:40:49 +00:00
tools.cpp SCI: Moved the rest of the console code out of sciconsole.cpp and into console.cpp. "list" and "hexgrep" have been added to the console commands. parse_reg_t() has been moved to kmovement.cpp (as it's the only code using it). Note that the debug commands in scriptdebug.cpp have not been converted yet, so they don't work at the moment 2009-05-30 10:22:53 +00:00
tools.h Removed/replaced BREAKPOINT 2009-05-30 10:42:08 +00:00
uinput.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
vocabulary.cpp SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBlock -> decipherSaidBlock; some cleanup in Console::cmdSentenceFragments 2009-05-31 15:08:47 +00:00
vocabulary.h SCI: Renamed some Vocabulary methods for clarity; also renamed decypherSaidBlock -> decipherSaidBlock; some cleanup in Console::cmdSentenceFragments 2009-05-31 15:08:47 +00:00