aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/debug.cpp
AgeCommit message (Expand)Author
2019-10-20PARALLACTION: Fix Missing Default Switch CasesD G Turner
2016-05-28PARALLACTION: Cleanup object initializationEugene Sandulenko
2014-05-27ALL: Make Debugger command function names conform to our guidelines.Johannes Schickel
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-08PARALLACTION: Comment out unused assignment. CID 1002508Eugene Sandulenko
2012-09-27PARALLACTION: Clean up global variables a bit.Alyssa Milburn
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-01-14PARALLACTION: Add debug console command "showmouse".David Turner
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
2010-05-22Apply patch 3005433 by fuzzie: new 'toggleglobalflags' command for the debugger.Nicola Mettifogo
2010-01-21Silenced some cppcheck warnings.Torbjörn Andersson
2009-10-15Fixed bug 2879795. Ensure cursor is visible after save/load dialog and debugg...Nicola Mettifogo
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-02-28Improved debug output when listing animations.Nicola Mettifogo
2009-02-27Improved debugger output.Nicola Mettifogo
2008-12-17Reduced code duplication when manipulating Animations, and cleanup.Nicola Mettifogo
2008-12-15Weeded out some more unused code, and some restructuring.Nicola Mettifogo
2008-12-13Some more restructuring of rendering code.Nicola Mettifogo
2008-08-15Updated layer calculation: animations are now hidden properly by background e...Nicola Mettifogo
2008-08-15Made coordinates and frame number protected into Zone and Animation, and chan...Nicola Mettifogo
2008-08-14Some variable renamed to make more sense.Nicola Mettifogo
2008-06-30Small cleanup/shuffling of Gfx code.Nicola Mettifogo
2008-06-29Merged the three render lists (for animations, doors and objects) into a sing...Nicola Mettifogo
2008-05-10Extracted script parsing code to its own class.Nicola Mettifogo
2008-05-05- Moved some members from the engine class to Location, since they belong there.Nicola Mettifogo
2008-04-06Replaced custom ManagedList with Common::SharedPtr.Nicola Mettifogo
2008-02-09Added new debug command to dump scripts execution status.Nicola Mettifogo
2008-02-06Added experimental debug feature: variables influencing the rendering that ca...Nicola Mettifogo
2008-02-05Added new debug command to show global game flags.Nicola Mettifogo
2008-01-28Removed all job routines. Stubs have been left for future reference in the co...Nicola Mettifogo
2008-01-28All interactive objects are now drawn in the framebuffer instead of using the...Nicola Mettifogo
2008-01-08Added a proper _name member to Zone, instead of using the label text.Nicola Mettifogo
2008-01-06Indent with tabs instead of spaces.Torbjörn Andersson
2007-11-14* centralized kEngineChangeLocation flag handlingNicola Mettifogo
2007-11-01Added new debug command.Nicola Mettifogo
2007-10-19Fixed formatting of debug command output.Nicola Mettifogo
2007-10-19Added new debugger command 'localflags' and changed Table object to provide d...Nicola Mettifogo
2007-09-22Refactored a lot of Character-related code and put it into the Character class.Nicola Mettifogo
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-02Jobs are now members of the engine and are handled with a table, instead of b...Nicola Mettifogo
2007-08-13Changed Table to return 0 instead of -1 when lookup fails. Lookup already yie...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-13cleanupNicola Mettifogo
2007-05-13Added new debugger commands.Nicola Mettifogo
2007-05-12New debug strings and levels.Nicola Mettifogo
2007-05-06Added embryonic debugger, and some adjustments to make basic commands work.Nicola Mettifogo
2007-04-03- fixed RLEStreamNicola Mettifogo