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-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
2016-08-01
SCI32: Add bitmap segment and remove GC option from hunk segment
Colin Snover
2016-08-01
SCI32: Enable optional explicit memory management of hunk entries
Colin Snover
2016-07-11
SCI32: Split GfxPalette and GfxPalette32 + HunkPalette
Colin Snover
2016-07-02
SCI: Improve kernel subfunction logging
Willem Jan Palenstijn
2016-06-21
SCI32: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine)
Colin Snover
2016-05-25
SCI: Allow debugging output of all VM variables in one shot
Colin Snover
2016-03-25
SCI: Introduce accessors for SegmentObjTable entries.
Johannes Schickel
2016-03-07
SCI32: Add debugger command to view screen items in the visible plane list
Colin Snover
2016-03-01
SCI: Use uint32 instead of unsigned int
Filippos Karapetis
2016-02-29
SCI: Fix compilation on amigaos4
Lars Skovlund
2016-02-29
SCI: Add vocab994 console command
Lars Skovlund
2016-02-23
SCI: Improve kAnimate fastcast detection, Remove EQ1 hack
Martin Kiewitz
2016-02-21
SCI: Add help for debuglevel command
Willem Jan Palenstijn
2016-02-18
SCI: Implement accurate renderer architecture for SCI32
Colin Snover
2016-01-07
SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade)
Colin Snover
2015-12-29
SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE
Martin Kiewitz
2015-05-14
SCI: add said-details to script_said debug cmd
Martin Kiewitz
2015-05-14
SCI: debug commands scro, scrs and script_said
Martin Kiewitz
2015-05-14
SCI: Restore xs after calling run_vm from debugger
Willem Jan Palenstijn
2015-05-04
SCI: Scripts: identify strings + debug command
Martin Kiewitz
2015-03-18
SCI: debugger / fix diskdump + list commands
Martin Kiewitz
2015-02-14
SCI: Register and save playBed option to PlaySound
Willem Jan Palenstijn
2014-10-28
SCI: Remove trailing whitespace
Filippos Karapetis
2014-10-28
SCI: implement 8-bit color matching SCI1.1 bug
Martin Kiewitz
2014-06-01
SCI: debugger diskdump is now able to dump '*'
Martin Kiewitz
2014-05-27
ALL: Introduce typesafe Debugger::registerVar functions.
Johannes Schickel
2014-05-27
ALL: Make Debugger command function names conform to our guidelines.
Johannes Schickel
2014-05-27
ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.
Johannes Schickel
2014-05-27
ALL: Rename Debugger::DVar_Register to Debugger::registerVar.
Johannes Schickel
2014-05-27
ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.
Johannes Schickel
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-12-04
SCI: script patcher is now a separate class
Martin Kiewitz
2013-10-30
SCI: Handle objects with a dot in their name
Filippos Karapetis
[next]