aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/debugger.cpp
AgeCommit message (Expand)Author
2019-10-04SCUMM: Fix GCC Duplicated Condition WarningD G Turner
2018-06-03SCUMM: Improve 'imuse play' debugger command error handlingAdrian Frühwirth
2016-07-02SCUMM: Add actor/object names to debug outputOri Avtalion
2015-03-22SCUMM: Fix argc check in Cmd_Script()Torbjörn Andersson
2014-05-27ALL: Introduce typesafe Debugger::registerVar functions.Johannes Schickel
2014-05-27ALL: Make Debugger command function names conform to our guidelines.Johannes Schickel
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DVar_Register to Debugger::registerVar.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-05-13SCUMM: Remove "level" command from debugger. Replaced by "debuglevel".D G Turner
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-04SCUMM: Fix Loom (and some other graphics regressions).Johannes Schickel
2013-08-03SCUMM: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2012-11-16SCUMM: Fix the "drafts" debugger command for Mac LoomTorbjörn Andersson
2012-11-16SCUMM: Remove obsolete part of the "drafts" debugger commandTorbjörn Andersson
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-02-11SCUMM: Fix actor ID handling in v0Tobias Gunkel
2012-02-11SCUMM: merge object v0 id and type into one object varTobias Gunkel
2012-02-11SCUMM: merge _activeObjectNr/_activeObjectType and _cmdObjectNr/_cmdObjectTypeTobias Gunkel
2012-02-11SCUMM: fix debugger for v0Tobias Gunkel
2011-11-03SCUMM: Fix copy/paste errorsEugene Sandulenko
2011-05-14SCUMM: Show actor visible height in debuggerMax Horn
2011-05-13SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its _reso...Max Horn
2011-05-13SCUMM: Remove ResTypeData::_numMax Horn
2011-05-13SCUMM: Rename ResTypeData::num to _numMax Horn
2011-05-13SCUMM: Refactor how resource (types) are srepresentedMax Horn
2011-05-13SCUMM: Move class ResourceManager to its own headerMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-04SCUMM: Extend debug command 'object' to allow querying stateMax Horn
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
2010-10-25SCUMM: Move class Player_V2CMS to its own header fileMax Horn
2010-10-24ALL: Fix various typos (patch #3093266)Max Horn
2010-10-18SCUMM: Fix parts of bug #3087898 (SCUMM: Code analysis warnings)Max Horn
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-05-25Patch #2959341: Minor update to SCUMM debugger command 'passcode'Eugene Sandulenko
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-23Patch #2895458: "SCUMM: Add support for SEGA-CD MI Passcodes"Eugene Sandulenko
2009-10-24Made the "drafts" debugger command work with the PC-Engine version. The draftsTorbjörn Andersson
2009-09-29Add newline after "Available debug channels" in Cmd_Debug, now all debug chan...Johannes Schickel
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-09Rewrote Common::List iterator code to ensure const correctness is preserved.Max Horn
2009-02-17clarify scumm debugger error messageWillem Jan Palenstijn
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2009-01-30Some more 'special debug levels' tweaksMax Horn
2009-01-30Some work on the 'special debug levels' aka 'engine debug levels' codeMax Horn
2008-11-16Fixed various g++ warnings ("format not a string literal and no format argume...Johannes Schickel