aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/console.cpp
AgeCommit message (Collapse)Author
2012-01-29GOB: Add a cheat debug commandSven Hesse
- Cheat the Diving minigame to a win - Get the mastermind solution
2011-08-26GOB: Add a console command to dump the whole variable spaceSven Hesse
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-10-31GOB: Add listArchives debug console commandSven Hesse
svn-id: r53985
2010-10-16GOB: Extend debug console variable command a bitSven Hesse
...So that it's actually useful svn-id: r53544
2010-10-13GOB: Add Debug Console.David Turner
This allows interactive control of debug flags and variables and provides a base to allow for commands to aid in tracking down script bugs which are tricky to replicate. svn-id: r53398