aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.cpp
AgeCommit message (Collapse)Author
2003-01-26LCA03 sync: Modified version of the untrap patch, debuggerJames Brown
savegame/loadgame changes, attempts at making the ComI save/load screen (F1) work. The savegame part of the screen does not work due to a crash, the load part SHOULD... but something resets the saveload flags before they are processed (help! :) svn-id: r6545
2003-01-18fixed compilation under VC6Paweł Kołodziejski
svn-id: r6502
2003-01-18add help command to debugger to list commands and vars, we should probably ↵Jonathan Gray
have a help string for each but this is much better than reading the code for now :) svn-id: r6501
2003-01-18Fix shadowed variable in debugger, change bundle compression tables to be ↵James Brown
dynamic svn-id: r6499
2003-01-18add the view/set debug level command 'level' from the old debuggerJonathan Gray
svn-id: r6496
2003-01-18add bounds check for debugger costume switcherJonathan Gray
svn-id: r6492
2003-01-18add ability to change actor costume via the debuggerJonathan Gray
svn-id: r6491
2003-01-07Skeleton for actor debugger commands - current command is useful for states ↵James Brown
where actors in CMI get stuck with "I can't reach it" type stuff. :) svn-id: r6351
2002-12-30added two debugger commandsMax Horn
svn-id: r6268
2002-12-28Add Save/Load game commands to DebuggerJames Brown
svn-id: r6219
2002-12-28Fix NewGui for higher resolutions (eg, CMI)James Brown
svn-id: r6216
2002-12-20Add room command to debuggerJames Brown
svn-id: r6029
2002-12-16indentation fixes; added a constructor (after all the debugger is a global ↵Max Horn
var which is not allocated by new, hence we can't relay on memory being zeroed). And no I am not actually gonna use force against Endy, I just was frustrated :-) svn-id: r6005
2002-12-16use the indention/formatting we agreed one. BTW function names should start ↵Max Horn
lower case... oh well svn-id: r6000
2002-12-16New debugger core. Doesn't really have anything implemented yet, but is far ↵James Brown
more expandable and userfriendly than our previous. Enable experimental console debugger by default, as I havn't written the text console code yet :) svn-id: r5990