aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/console.cpp
AgeCommit message (Expand)Author
2019-12-01SCI: Fix Missing Default Switch CasesD G Turner
2019-05-27SCI: Fix MSVC warningsFilippos Karapetis
2019-02-03SCI: Fix inconsistent debugger breakpoint messagesVhati
2019-01-17SCI: Fix debugger bp_action help messageVhati
2018-12-28SCI32: Display plane id base in version console commandLars Skovlund
2018-10-18SCI: Fix Segfault When Using Console "show_map" Command on SCI32 games.D G Turner
2018-08-25SCI32: Remove reg32_t and use reg_t in all casesFilippos Karapetis
2018-02-01SCI: Avoid (false positive) uninitialized use warningWillem Jan Palenstijn
2017-12-01SCI: Partially clean up SCI16 video playback codeColin Snover
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2017-10-04SCI: Fix disassembly of 32-bit addressesColin Snover
2017-10-03SCI32: Fix audio dumper decompressed size calculation for 16-bit audioColin Snover
2017-09-19SCI: Allow multi-step tracing with step-over in debuggerColin Snover
2017-09-19SCI32: Add audio dump debugger commandColin Snover
2017-09-08SCI: Add resource integrity dump command to debuggerColin Snover
2017-09-04SCI: Remove already-finished TODOColin Snover
2017-09-04SCI: Allow deep inspection of objects in debuggerColin Snover
2017-07-23SCI: Resolve offset names when disassembling object methodsColin Snover
2017-07-07SCI: Fix audio_list debug command engine version infoColin Snover
2017-06-10SCI: Expand kernel breakpoint pattern matching for negative matchesWillem Jan Palenstijn
2017-06-10SCI: Change 'none' breakpoint action to 'ignore' for consistencyWillem Jan Palenstijn
2017-06-10SCI: Move bpk/logkernel to main breakpoint infrastructureWillem Jan Palenstijn
2017-06-10SCI: Print breakpoint info on creationWillem Jan Palenstijn
2017-06-10SCI: Allow setting bp action directly on creationWillem Jan Palenstijn
2017-06-10SCI: Add inspect, none breakpoint actionsWillem 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-06-10SCI: Add underscores to Breakpoint member variablesWillem Jan Palenstijn
2017-06-10SCI: Move backtrace output to scriptdebug.cppWillem Jan Palenstijn
2017-05-20SCI: Add resource hash to resource_info debugger commandColin Snover
2017-05-20SCI: Always use SegManager::getObjectName to get object namesColin Snover
2017-05-20SCI: Stop making copies of ObjMap and remove related dead codeColin Snover
2017-05-20SCI: Add more support for >16-bit SCI3 offsetsColin Snover
2017-04-23SCI32: Add debugger command to list digital audio samplesColin Snover
2017-04-23SCI32: Improve debugging output of object metadata in SCI3Colin Snover
2017-04-22SCI: Add alloc_list command to debuggerColin Snover
2017-04-16SCI: Improve MidiParser_SCI robustness against bad sound resourcesColin Snover
2017-03-30SCI: Fix typo in commentColin Snover
2017-03-30SCI: Handle >64KiB offsets in parse_reg_tColin Snover
2017-03-30SCI: Update formatting strings to match updated Span APIColin Snover
2017-03-27SCI: Implement bounds-checked reads of game resourcesColin Snover
2017-02-05SCI: Fix more unsafe C-string usageColin Snover
2016-12-19SCI32: Fix nitpicky output errors in SCI32 bitmap debuggingColin Snover
2016-12-19SCI32: Add segment table debugging info for SCI32 arraysColin Snover
2016-12-17SCI32: Improve SciBitmap segment table debugging outputColin Snover
2016-11-20SCI: Improve disassembly outputColin Snover
2016-11-20SCI: Add code-address breakpoints to debuggerColin Snover
2016-11-10SCI: Add missing newline in debugger outputColin 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