aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/console.cpp
AgeCommit message (Collapse)Author
2014-10-28SWORD1: Remove trailing whitespaceFilippos Karapetis
2014-09-07SWORD1: Add debugger command to set mac speech endiannessThierry Crozat
2014-02-18SWORD1: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-18ENGINES: Silence clang warning about unused private member _vmMax Horn
This affects the Console / debugger classes of multiple engines. An alternative solution would have been to remove the unused _vm member vars. However, it seems likely that in the future, the _vm member could be useful for methods added to the console. So instead, we add a simple assert(_vm) to silence the clang warning.
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-08SWORD1: Added basic debugging console to engineDavid Turner
SWORD1 does not currently use Debug Channels, but this does provide a base for adding them along with any other debugging commands. svn-id: r54140