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
/
gui
/
debugger.h
Age
Commit message (
Expand
)
Author
2018-08-18
GUI: Replace use of strdup with Common::String
Colin Snover
2017-09-04
GUI: Add support for double quoted parameters in debugger
Paul Gilbert
2015-08-29
DEBUGGER: Add function for printing a StringArray in columns
Torbjörn Andersson
2014-12-05
Merge pull request #497 from eriktorbjorn/md5-debug
David Turner
2014-09-01
DEBUGGER: Add "md5mac" command to get MD5 sum of Mac resource fork.
Torbjörn Andersson
2014-09-01
DEBUGGER: Add "md5" command, to get the MD5 sum of entire files
Torbjörn Andersson
2014-08-29
GUI: Fix some Doxygen comments that seem wrong.
Einar Johan Trøan Sømåen
2014-05-27
ALL: Introduce typesafe Debugger::registerVar functions.
Johannes Schickel
2014-05-27
GUI: Don't endorse function naming against our guidelines in docu.
Johannes Schickel
2014-05-27
ALL: Make Debugger command function names conform to our guidelines.
Johannes Schickel
2014-05-27
GUI: Slight naming cleanup in Debugger.
Johannes Schickel
2014-05-27
ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.
Johannes Schickel
2014-05-27
ALL: Rename Debugger::DVar_Register to Debugger::registerVar.
Johannes Schickel
2014-05-27
ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.
Johannes Schickel
2014-05-10
GUI: Add "debuglevel" command to Debugger base class.
D G Turner
2014-02-18
GUI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-01-26
JANITORIAL: Enforce "} // End of namespace" with a single space after }.
Johannes Schickel
2011-07-03
COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined.
Johannes Schickel
2011-06-03
GUI: Fix some comments
Max Horn
2011-06-03
GUI: Add 'openlog' command to debugger
Max Horn
2011-05-25
BUILD: Rename USE_TEXT_CONSOLE -> USE_TEXT_CONSOLE_FOR_DEBUGGER
Max Horn
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
2010-11-01
GUI: Add GCC_PRINTF to GUI::Debugger::DebugPrintf & fix resulting warnings
Max Horn
2010-07-17
DEBUGGER: Simplify how our console debugger works / is used
Max Horn
2009-07-26
Formatting.
Johannes Schickel
2009-07-25
Add optional readline support to the text debugger console.
Willem Jan Palenstijn
2009-07-19
Fix compilation with USE_CONSOLE = 0
Willem Jan Palenstijn
2009-05-11
Turned fixed-size lists of debugger/console commands and variables into more ...
Max Horn
2008-04-20
- moved kyra functor code to common/func.h
Johannes Schickel
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-13
Remove debugger hack for Symbian OS!
Lars Persson
2006-09-16
Added GUI::ConsoleDialoggetCharsPerLine() method, and added a big FIXME comme...
Max Horn
2006-09-16
Overhaul of the debugger code
Max Horn