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
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
2013-04-17
SCI: Fix memory leak
Willem Jan Palenstijn
2013-04-15
SCI: Add missing break
Willem Jan Palenstijn
2013-04-15
SCI: Remove useless checks
Willem Jan Palenstijn
2013-04-15
SCI: Fix uninitialized variables
Willem Jan Palenstijn
2013-01-22
SCI: Add documentation for underscores in object names and fix a warning
Filippos Karapetis
2013-01-22
SCI: Use underscores as substitute characters for spaces in object names
Filippos Karapetis
2012-10-06
SCI: Fix some console output formatting
Willem Jan Palenstijn
2012-08-16
VIDEO: Merge AdvancedVideoDecoder into VideoDecoder
Matthew Hoops
2012-08-16
VIDEO: Remove the Coktel video code from using the VideoDecoder API
Matthew Hoops
2012-07-22
SCI: Rewrite RobotDecoder to use the AdvancedVideoDecoder API
Matthew Hoops
2012-07-22
VIDEO: Rewrite the AVI code to use AdvancedVideoDecoder
Matthew Hoops
2012-07-20
SCI: Move the SEQ code to the new VideoDecoder API
Matthew Hoops
2012-07-08
SCI: Ignore another leftover script from KQ7 in the debugger
Filippos Karapetis
2012-06-23
SCI: Change the program counter (PC) to be a 32-bit variable
Filippos Karapetis
2012-06-21
SCI: Fix warnings
Filippos Karapetis
[next]