aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.cpp
AgeCommit message (Expand)Author
2004-01-16Fix for bug #862263 - Maniac actors never stop talking. I know this could pro...James Brown
2004-01-14Move SCUMM debugger init later on. With this _numVariables is set, so theoret...James Brown
2004-01-12- indentPaweł Kołodziejski
2004-01-11changed the name of the former removeObjectFromRoom yet again, to markObjectR...Max Horn
2004-01-11renamed removeObjectFromRoom to forceObjectRedrawMax Horn
2004-01-10More conversion to debug channelsJames Brown
2004-01-10Start of debug channel support. TODO: Move this to the common Debugger system?James Brown
2004-01-08more cleanupMax Horn
2004-01-06updated copyright noticeMax Horn
2004-01-06renamed VirtScreen::alloctwobuffers to hasTwoBuffers; added lots of doxygen c...Max Horn
2004-01-05replace more usages of _screenWidth by more appropriate variables/valuesMax Horn
2004-01-05added Actor::getElevation and Actor::setElevation; cleaned up costume API a b...Max Horn
2004-01-04renamed global var _debugLevel to g_debugLevel; let Engine constructor init i...Max Horn
2004-01-03renamed updateDirtyRect to markRectAsDirty (because that's what it really doe...Max Horn
2003-12-30be a bit more gentle to people typing in invalid box IDs :-)Max Horn
2003-12-30improved box drawing in debugger (now also draws boxes of height 0Max Horn
2003-12-26got rid of those _maxFOO macros, replaced them by access to the equivalent _n...Max Horn
2003-12-25fix debuggerMax Horn
2003-12-25_inventory was sometimes accessed one-based and sometimes zero-based -> alway...Max Horn
2003-12-25cleanupMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-10-26factor out common debugger codeMax Horn
2003-10-26cleanupMax Horn
2003-10-12some more target<->game cleanupMax Horn
2003-10-12cleanupMax Horn
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-09-24More Amiga V2/V3 sound updates from _Q_:Travis Howell
2003-09-24Whitespace changesTorbjörn Andersson
2003-09-23fixed conversion warning under vc7Paweł Kołodziejski
2003-09-20make console height/width based on a float percentage of the overlay size -> ...Max Horn
2003-09-14moved Actor x/y to _pos.x/_pos.y -> this makes it much easier to grep for acc...Max Horn
2003-09-11nicer box matrix output in V3-V8 gamesMax Horn
2003-09-11fix V1/V2 walkmatrix debug commandMax Horn
2003-09-11V2 walk matrix supportMax Horn
2003-09-11cleanupMax Horn
2003-09-08make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolumeMax Horn
2003-09-07added common base class MusicEngine for iMuse/iMuseDigital/Player_V123 (initi...Max Horn
2003-08-15The imuse debugger commands now work with playerV2 too.Jochen Hoenicke
2003-08-13Add 'name' lookup ability to debuggers "actor" and "object" commandsJames Brown
2003-08-11Expanded iMuse debugger commands. All iMuseJamieson Christian
2003-08-10Added imuse_panic to turn off all music playersJamieson Christian
2003-08-08remove GF_LOOMJonathan Gray
2003-08-06Tweaked debugger output to avoid wrapping, esp.Jamieson Christian
2003-08-06Remove unneeded double bracketsTravis Howell
2003-08-06Add GF_LOOM feature flag for loom games to reduce checks.Travis Howell
2003-08-05another tab completion fix by wjpMax Horn
2003-08-05fix for debugger tab completion (thanks wjp)Max Horn
2003-07-24cleanup: encapsulate some more members of class Actor, and rename newDirectio...Max Horn