Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Add "md5" command to the debugger | |||
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 | |
This may make it easier to ask users for the MD5 sum of a file, in case we suspect a bug report is caused by damaged files. | |||
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 | |
This also adds a FIXME to SCI which registered an enum type as int... | |||
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 | |
This allows the debug level to be changed at runtime from the debug console. | |||
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 | |
This reduces the similarity in name to the otherwise mostly unrelated DISABLE_TEXT_CONSOLE #define. | |||
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-01 | GUI: Add GCC_PRINTF to GUI::Debugger::DebugPrintf & fix resulting warnings | Max Horn | |
svn-id: r54007 | |||
2010-07-17 | DEBUGGER: Simplify how our console debugger works / is used | Max Horn | |
* Remove _isAttached member var and isAttached method * Engines now always call the onFrame method; whether it does something is decided by the debugger class resp. its subclasses * Make detach() protected instead of private, so that subclasses can invoke it * Remove _detach_now member var (call detach() instead). * Rename _frame_countdown to _frameCountdown and properly document it. * Add more doxygen comments * Cleanup svn-id: r50963 | |||
2009-07-26 | Formatting. | Johannes Schickel | |
svn-id: r42792 | |||
2009-07-25 | Add optional readline support to the text debugger console. | Willem Jan Palenstijn | |
Make text/graphical console selectable with an option to configure. svn-id: r42787 | |||
2009-07-19 | Fix compilation with USE_CONSOLE = 0 | Willem Jan Palenstijn | |
svn-id: r42623 | |||
2009-05-11 | Turned fixed-size lists of debugger/console commands and variables into more ↵ | Max Horn | |
flexible data structures svn-id: r40458 | |||
2008-04-20 | - moved kyra functor code to common/func.h | Johannes Schickel | |
- adapted debugger code to use functor code from common/func.h - adapted kyra engine to use functor code from common/func.h svn-id: r31614 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-03-13 | Remove debugger hack for Symbian OS! | Lars Persson | |
svn-id: r26127 | |||
2006-09-16 | Added GUI::ConsoleDialoggetCharsPerLine() method, and added a big FIXME ↵ | Max Horn | |
comment to gui/console.h svn-id: r23892 | |||
2006-09-16 | Overhaul of the debugger code | Max Horn | |
* Moved Common::Debuggger to GUI::Debugger (mainly to satisfy linker restrictions) * Change the base Debugger class to *not* be a template class anymore; instead, a thin (template based) wrapper class is used to hook up debugger commands * Removed duplicate Cmd_Exit and Cmd_Help methods in favor of a single version of each in GUI::Debugger * New Cmd_Help doesn't word wrap after 39/78 chars, but rather queries the console to determine when to wrap * Debugger::preEnter and postEnter aren't pure virtual anymore svn-id: r23890 |