aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/console.h
AgeCommit message (Expand)Author
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
2010-06-25Renamed some variablesFilippos Karapetis
2010-06-11Renamed verify_midi to show_instruments (and fixed a bug with it at the same ...Filippos Karapetis
2010-06-11- Added a new debug command, verify_midi, which can be used to check all the ...Filippos Karapetis
2010-05-31Added a new console command, verify_scripts, used for sanity checking of SCI1...Filippos Karapetis
2010-02-03SCI: Renamed Console::_vm to _engineMax Horn
2010-01-28Introduced a new console command, diskdump, which is able to dump files from ...Filippos Karapetis
2010-01-27SCI: renamed exit console command to quit, so that systemwide "exit" works (e...Martin Kiewitz
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Added song manipulation debug commands: songinfo, startsound, togglesound and...Filippos Karapetis
2010-01-09SCI: added new debug command "picture_visualize", which enables visualization...Martin Kiewitz
2010-01-06SCI: added a new class for robot resourcesMartin Kiewitz
2010-01-05SCI: implemented debug command "set_palette"Martin Kiewitz
2010-01-05SCI: implemented new debug command "draw_cel"Martin Kiewitz