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
/
hopkins
/
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
HOPKINS: Make GPL headers consistent in themselves.
Johannes Schickel
2013-05-13
HOPKINS : Added a lines debugger command
sylvaintv
2013-05-10
HOPKINS: Added a zones debugger command
Paul Gilbert
2013-04-10
HOPKINS: Make engine less verbose by reducing some object names
Strangerke
2013-03-29
HOPKINS: Add a debug function to display current scene number
Strangerke
2013-03-29
HOPKINS: Add debugger command to change scene
Strangerke
2013-03-20
HOPKINS: Remove setParent() from GraphicsManager
Strangerke
2013-03-19
HOPKINS: Remove setParent() from EventsManager and Debugger
Strangerke
2013-03-02
HOPKINS: Added a debugger command to frame dirty rects
Paul Gilbert
2013-02-15
HOPKINS: Reorder includes
Strangerke
2013-02-04
HOPKINS: Fix spacing in Debugger
Strangerke
2012-10-23
HOPKINS: Minor string and comment fix
Paul Gilbert
2012-10-14
HOPKINS: Added debugger skeleton
Paul Gilbert