index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
console.cpp
Age
Commit message (
Expand
)
Author
2017-12-01
SCI: Partially clean up SCI16 video playback code
Colin Snover
2017-10-07
ENGINES: Remove default1x scaler flag
Colin Snover
2017-10-04
SCI: Fix disassembly of 32-bit addresses
Colin Snover
2017-10-03
SCI32: Fix audio dumper decompressed size calculation for 16-bit audio
Colin Snover
2017-09-19
SCI: Allow multi-step tracing with step-over in debugger
Colin Snover
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: Remove already-finished TODO
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-07-07
SCI: Fix audio_list debug command engine version info
Colin Snover
2017-06-10
SCI: Expand kernel breakpoint pattern matching for negative matches
Willem Jan Palenstijn
2017-06-10
SCI: Change 'none' breakpoint action to 'ignore' for consistency
Willem Jan Palenstijn
2017-06-10
SCI: Move bpk/logkernel to main breakpoint infrastructure
Willem Jan Palenstijn
2017-06-10
SCI: Print breakpoint info on creation
Willem Jan Palenstijn
2017-06-10
SCI: Allow setting bp action directly on creation
Willem Jan Palenstijn
2017-06-10
SCI: Add inspect, none breakpoint actions
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-06-10
SCI: Add underscores to Breakpoint member variables
Willem Jan Palenstijn
2017-06-10
SCI: Move backtrace output to scriptdebug.cpp
Willem Jan Palenstijn
2017-05-20
SCI: Add resource hash to resource_info debugger command
Colin Snover
2017-05-20
SCI: Always use SegManager::getObjectName to get object names
Colin Snover
2017-05-20
SCI: Stop making copies of ObjMap and remove related dead code
Colin Snover
2017-05-20
SCI: Add more support for >16-bit SCI3 offsets
Colin Snover
2017-04-23
SCI32: Add debugger command to list digital audio samples
Colin Snover
2017-04-23
SCI32: Improve debugging output of object metadata in SCI3
Colin Snover
2017-04-22
SCI: Add alloc_list command to debugger
Colin Snover
2017-04-16
SCI: Improve MidiParser_SCI robustness against bad sound resources
Colin Snover
2017-03-30
SCI: Fix typo in comment
Colin Snover
2017-03-30
SCI: Handle >64KiB offsets in parse_reg_t
Colin Snover
2017-03-30
SCI: Update formatting strings to match updated Span API
Colin Snover
2017-03-27
SCI: Implement bounds-checked reads of game resources
Colin Snover
2017-02-05
SCI: Fix more unsafe C-string usage
Colin Snover
2016-12-19
SCI32: Fix nitpicky output errors in SCI32 bitmap debugging
Colin Snover
2016-12-19
SCI32: Add segment table debugging info for SCI32 arrays
Colin Snover
2016-12-17
SCI32: Improve SciBitmap segment table debugging output
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-10
SCI: Add missing newline in debugger output
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-10-09
SCI32: Change storage type of int16 arrays to hold reg_ts instead
Colin Snover
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-09-29
SCI32: Fix compilation warnings
Colin Snover
2016-09-29
SCI32: Add more debugger support for dumping SCI32 arrays
Colin Snover
2016-09-29
SCI32: Rewrite kArray & kString
Colin Snover
2016-09-29
SCI: Fix typo in debugger help
Colin Snover
2016-08-19
SCI32: Implement kRobot
Colin Snover
2016-08-13
SCI: Fix pseudo mouse in various SCI1 games like e.g. Larry5
Martin Kiewitz
[next]