Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-14 | PARALLACTION: Add debug console command "showmouse". | David Turner | |
This command forces the mouse state to Enabled and Visible. This is intended to help playtesting in Big Red Adventure, which has an issue currently with the mouse pointer getting stuck in the hidden state in some cases. svn-id: r55234 | |||
2010-12-07 | DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine | Max Horn | |
svn-id: r54815 | |||
2010-05-22 | Apply patch 3005433 by fuzzie: new 'toggleglobalflags' command for the debugger. | Nicola Mettifogo | |
svn-id: r49141 | |||
2009-10-15 | Fixed bug 2879795. Ensure cursor is visible after save/load dialog and ↵ | Nicola Mettifogo | |
debugger are closed. svn-id: r45138 | |||
2009-02-28 | Improved debug output when listing animations. | Nicola Mettifogo | |
svn-id: r38948 | |||
2008-12-15 | Weeded out some more unused code, and some restructuring. | Nicola Mettifogo | |
svn-id: r35377 | |||
2008-02-09 | Added new debug command to dump scripts execution status. | Nicola Mettifogo | |
svn-id: r30840 | |||
2008-02-06 | Added experimental debug feature: variables influencing the rendering that ↵ | Nicola Mettifogo | |
can be set via console using the 'set' command. The implementation is still partial. Leveraging on this, the engine can now selectively display the current background mask instead of the background itself. svn-id: r30808 | |||
2008-02-05 | Added new debug command to show global game flags. | Nicola Mettifogo | |
svn-id: r30794 | |||
2008-01-28 | Removed all job routines. Stubs have been left for future reference in the ↵ | Nicola Mettifogo | |
code for BRA. svn-id: r30675 | |||
2008-01-28 | All interactive objects are now drawn in the framebuffer instead of using ↵ | Nicola Mettifogo | |
the old kBitBack/kBitFront buffers. Animation are not sorted yet, so they can overlap in an inconsistent fashion for the time being. svn-id: r30673 | |||
2007-11-01 | Added new debug command. | Nicola Mettifogo | |
svn-id: r29362 | |||
2007-10-19 | Added new debugger command 'localflags' and changed Table object to provide ↵ | Nicola Mettifogo | |
debug info for it. svn-id: r29230 | |||
2007-05-13 | Added new debugger commands. | Nicola Mettifogo | |
svn-id: r26829 | |||
2007-05-06 | Added embryonic debugger, and some adjustments to make basic commands work. | Nicola Mettifogo | |
svn-id: r26755 |