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