scummvm/engines/sci
Filippos Karapetis 4ab05f0b38 - Moved 3 more commands to console.cpp: "draw_pic", "draw_rect" and "fill_screen"
- Removed some FreeSCI-specific variables for checking of the on-screen console
- Removed the Control-1 key combo - the console command "visual_state" can be used for the same reason

svn-id: r41040
2009-05-30 18:22:55 +00:00
..
engine - Moved 3 more commands to console.cpp: "draw_pic", "draw_rect" and "fill_screen" 2009-05-30 18:22:55 +00:00
gfx Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDebugLevelSound is specified 2009-05-30 17:53:12 +00:00
sfx Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDebugLevelSound is specified 2009-05-30 17:53:12 +00:00
console.cpp - Moved 3 more commands to console.cpp: "draw_pic", "draw_rect" and "fill_screen" 2009-05-30 18:22:55 +00:00
console.h - Moved 3 more commands to console.cpp: "draw_pic", "draw_rect" and "fill_screen" 2009-05-30 18:22:55 +00:00
decompressor.cpp Turned some static tables into static const tables; added some FIXME comments to global static vars that should be removed (many more exist in SCI, Tinsel, and some other engines) 2009-05-26 11:30:21 +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 Some WIP code on the speech used in KQ6CD 2009-05-29 13:52:10 +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 debug_mode from the engine state 2009-05-30 15:40:49 +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 Swapped the checks for suffixes and branches to first check for SCI1 resources, and then for SCI0 resources (as in SCI1 games, tree branches are in resource 901, which coincides with the SCI0 suffix vocabulary resource 901) 2009-05-30 10:54:25 +00:00
vocabulary.h Moved some script debug commands to console.cpp: "clear_screen", "redraw_screen", "save_game", "restore_game", "restart_game", "class_table", "parser_words", "current_port" and "parse_grammar" 2009-05-30 13:04:09 +00:00