aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/console.cpp
AgeCommit message (Collapse)Author
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-02-18HUGO: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-13HUGO: Apply coding convention (in progress)Strangerke
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-05-25HUGO: Add 3 object related functions to the consolestrangerke
2011-05-25HUGO: Add boundaries() to the console. God mode no longer shows boundaries, ↵strangerke
as in the original
2011-05-25HUGO: Cosmetic modification, for consistencystrangerke
2011-05-25HUGO: Add listscreens() and gotoscreen() to consolestrangerke
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
svn-id: r54815
2010-11-07HUGO: Added basic debugging console to engineDavid Turner
Since HUGO uses Debug Channels, this allows for the interactive setting of debugflags as well as providing a base for adding further debugging commands. svn-id: r54117