aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/console.h
AgeCommit message (Expand)Author
2017-09-19SCI32: Add audio dump debugger commandColin Snover
2017-09-08SCI: Add resource integrity dump command to debuggerColin Snover
2017-09-04SCI: Allow deep inspection of objects in debuggerColin Snover
2017-07-23SCI: Resolve offset names when disassembling object methodsColin Snover
2017-06-10SCI: Print breakpoint info on creationWillem Jan Palenstijn
2017-06-10SCI: Move printObject from console to scriptdebugWillem Jan Palenstijn
2017-06-10SCI: Add break/log/backtrace actions for triggered breakpointsWillem Jan Palenstijn
2017-04-23SCI32: Add debugger command to list digital audio samplesColin Snover
2017-04-22SCI: Add alloc_list command to debuggerColin Snover
2016-11-20SCI: Improve disassembly outputColin Snover
2016-11-20SCI: Add code-address breakpoints to debuggerColin Snover
2016-11-02SCI: Add reference dump to disk in debuggerColin Snover
2016-10-09SCI: Fix crash when attempting to view invalid list, array, bitmap referencesColin Snover
2016-03-07SCI32: Add debugger command to view screen items in the visible plane listColin Snover
2016-02-29SCI: Add vocab994 console commandLars Skovlund
2016-02-18SCI: Implement accurate renderer architecture for SCI32Colin Snover
2015-05-14SCI: debug commands scro, scrs and script_saidMartin Kiewitz
2015-05-04SCI: Scripts: identify strings + debug commandMartin Kiewitz
2015-03-18SCI: debugger / fix diskdump + list commandsMartin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-15SCI: Remove unused variableWillem Jan Palenstijn
2012-06-23SCI: Change the program counter (PC) to be a 32-bit variableFilippos Karapetis
2012-05-21SCI: Added two new debug commands, plane_list and plane_itemsFilippos Karapetis
2011-06-12SCI: Add saved_bits/show_saved_bits console commandsWillem Jan Palenstijn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-20SCI: Added a new console command "window_list" or "wl"md5
2011-03-20SCI: Added a new console command, "animate_list" or "al"md5
2011-03-12SCI: Continue disasm until no jumps go past the current opcodeWillem Jan Palenstijn
2011-02-07SCI: Converted the robot decoder into a regular video decoder, and decoupled ...Filippos Karapetis
2011-02-04SCI: Rewrote the robot playing code in a way similar to other video decodersFilippos Karapetis
2011-01-22SCI: Added stub for playing robot audio from the consoleLars Skovlund
2011-01-07SCI2/2.1: Improvements to the find_callk debug function, and some kernel func...Filippos Karapetis
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
2010-11-17SCI: Unified the functionality and parameters of the disasm and disasm_addr c...Filippos Karapetis
2010-11-17SCI: Added the ability to display original script bytecode in the "disasm" co...Filippos Karapetis
2010-10-31SCI: Play time related changesFilippos Karapetis
2010-10-28SCI: Several changes related to MT-32 -> GM mappingFilippos Karapetis
2010-10-20SCI: Added a new debug command, "find_callk"Filippos Karapetis
2010-09-10SCI: Some changes regarding resourcesFilippos Karapetis
2010-09-02SCI: adding "bpr" and "bpw" debug commandsMartin Kiewitz
2010-08-03SCI: adding bpk debug commandMartin Kiewitz
2010-07-31SCI: Don't include the time running the debugger in the game running timeMatthew Hoops
2010-07-23SCI: adding new debug command logkernelMartin Kiewitz
2010-07-18SCI: Add basic debugging command for 'said'Willem Jan Palenstijn
2010-07-12SCI: Turn global object g_debugState into SciEngine member varMax Horn
2010-07-07SCI: accepting decimal/hexadecimal input on segment_info & kill_segment debug...Martin Kiewitz
2010-07-04Add a hexDumpReg function to view references that are not raw and fix SCI32 s...Matthew Hoops
2010-06-27SCI: added additional output to vmvars commandMartin Kiewitz
2010-06-27SCI: removing debug command "set_acc", use "vmvars a" insteadMartin Kiewitz
2010-06-27SCI: added new command "p" / "stepover" to execute one command, but skip send...Martin Kiewitz