aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.h
AgeCommit message (Expand)Author
2004-01-10Start of debug channel support. TODO: Move this to the common Debugger system?James Brown
2004-01-06updated copyright noticeMax Horn
2003-10-26factor out common debugger codeMax Horn
2003-10-26cleanupMax Horn
2003-10-26Use #if USE_CONSOLE instead of #ifdef USE_CONSOLE since that's how we doTorbjörn Andersson
2003-10-12cleanupMax Horn
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-08-11Expanded iMuse debugger commands. All iMuseJamieson Christian
2003-08-10Added imuse_panic to turn off all music playersJamieson Christian
2003-05-31added box matrix debug commandMax Horn
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
2003-05-17Added imuse_multimidi to debuggerJamieson Christian
2003-05-14added box drawing code from the old debugger to the new debugger (and cleaned...Max Horn
2003-05-13make it possible to use stdio for the debugger, instead of the console dialog...Max Horn
2003-05-03Patch #731613: debugger tab-completion (thanks, Willem!)Max Horn
2003-04-30Patch #730309: DEBUGGER: Command to list Loom draftsMax Horn
2003-04-25add importres and script starting functionality to the debuggerJonathan Gray
2003-04-23add script command to debugger and convert old printscripts function to new d...Jonathan Gray
2003-04-22Add somewhat hacky 'restart' command to debugger. Still needs work :)James Brown
2003-04-20Dump Scumm error() to debuggerJames Brown
2003-04-20add script hex dumping option to debuggerJonathan Gray
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-02add commands to debugger, objects prints a table of local objects, object num...Jonathan Gray
2003-01-18add help command to debugger to list commands and vars, we should probably ha...Jonathan Gray
2003-01-18add the view/set debug level command 'level' from the old debuggerJonathan Gray
2003-01-07Skeleton for actor debugger commands - current command is useful for states w...James Brown
2002-12-30added two debugger commandsMax Horn
2002-12-28Add Save/Load game commands to DebuggerJames Brown
2002-12-25more -pedantic warnings fixedMax Horn
2002-12-20Add room command to debuggerJames Brown
2002-12-16indentation fixes; added a constructor (after all the debugger is a global va...Max Horn
2002-12-16Oops. Fix compile.James Brown
2002-12-16New debugger core. Doesn't really have anything implemented yet, but is far m...James Brown