Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | HUGO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-06-13 | HUGO: Apply coding convention (in progress) | Strangerke | |
2011-06-20 | ALL: Remove trailing whitespaces | Max 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-25 | HUGO: Add 3 object related functions to the console | strangerke | |
2011-05-25 | HUGO: Add boundaries() to the console. God mode no longer shows boundaries, ↵ | strangerke | |
as in the original | |||
2011-05-25 | HUGO: Cosmetic modification, for consistency | strangerke | |
2011-05-25 | HUGO: Add listscreens() and gotoscreen() to console | strangerke | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-12-07 | DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine | Max Horn | |
svn-id: r54815 | |||
2010-11-07 | HUGO: Added basic debugging console to engine | David 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 |