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
/
engines
/
tony
/
debugger.cpp
Age
Commit message (
Expand
)
Author
2014-05-27
ALL: Make Debugger command function names conform to our guidelines.
Johannes Schickel
2014-05-27
ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.
Johannes Schickel
2014-05-27
ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.
Johannes Schickel
2014-02-18
TONY: Make GPL headers consistent in themselves.
Johannes Schickel
2012-11-12
TONY: Cleanup whitespace formatting.
D G Turner
2012-08-28
TONY: Remove most of the remaining global functions.
Alyssa Milburn
2012-08-22
TONY: Replace _vm with g_vm.
Alyssa Milburn
2012-06-22
TONY: Created a debugger command 'dirty_rects' to show dirty rect areas on-sc...
Paul Gilbert
2012-06-11
TONY: Rename variables in utils.h
Strangerke
2012-06-10
TONY: Rename variables in loc.h and mpal.h
Strangerke
2012-06-07
TONY: Rename variables and functions in utils.h
Strangerke
2012-06-07
TONY: Rename variables and functions in loc.h and tonychar.h
Strangerke
2012-06-05
TONY: Rename variables and functions in adv.h
Strangerke
2012-05-22
TONY: Implemented ScummVM debugger, with an initial 'scene' command
Paul Gilbert