Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2008-04-19 | Added a debugger command 'script' to allow execution of script engine methods | Paul Gilbert | |
svn-id: r31568 | |||
2008-01-09 | Bugfix for #1866782 - fixes the issue with the Blacksmith being reactivated ↵ | Paul Gilbert | |
after earlier being deactivated in the middle of hammering the anvil svn-id: r30353 | |||
2008-01-07 | Made debugging keys disabled by default, with a debugger command to allow ↵ | Paul Gilbert | |
them to be turned on svn-id: r30317 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-12-16 | Added a debugger method to show a specified entry in the string table | Paul Gilbert | |
svn-id: r29872 | |||
2007-11-07 | Removed reference to KyraEngine that shouldn't be there | Paul Gilbert | |
svn-id: r29444 | |||
2007-06-22 | Added extra information to some methods, and a new method to show an ↵ | Paul Gilbert | |
animation sequence svn-id: r27603 | |||
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-02-09 | Added 'room' command to show room information | Paul Gilbert | |
svn-id: r25442 | |||
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 | |||
2006-09-16 | Reduce code duplication | Max Horn | |
svn-id: r23888 | |||
2006-07-08 | Initial commit of ScummVM-based debugging functionality | Paul Gilbert | |
svn-id: r23403 |