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