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
/
debug.cpp
Age
Commit message (
Expand
)
Author
2003-05-14
added box drawing code from the old debugger to the new debugger (and cleaned...
Max Horn
2003-05-13
NUM_ACTORS -> _numActors (for consistency)
Max Horn
2003-05-10
renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...
Max Horn
2003-05-08
init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[...
Max Horn
2002-12-16
Tip: If your going to call a member function of a pointer to an object... do ...
James Brown
2002-12-15
more space for debug output
Max Horn
2002-12-15
debugger can now use the console (experimental, and thus disabled by default)
Max Horn
2002-12-09
cleanup
Max Horn
2002-11-05
note to self: always test with precompiled headers off before checkin
Max Horn
2002-11-05
don't use non-portable hack to swap ints, it's so much easier using SWAP
Max Horn
2002-11-02
add the ability to view/set debugging level to the debugger
Jonathan Gray
2002-10-22
fixing various warnings that occur with -Wshadow;some other minor cleanup
Max Horn
2002-09-17
Replace some exit()'s with a call to the OSystem quit method, as per 610251.
James Brown
2002-09-01
fixes to resolutions
Paweł Kołodziejski
2002-08-24
fixed warnings
Max Horn
2002-08-21
Initial revision
Max Horn