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