aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.cpp
AgeCommit message (Collapse)Author
2003-10-26factor out common debugger codeMax Horn
svn-id: r10984
2003-10-26cleanupMax Horn
svn-id: r10982
2003-10-12some more target<->game cleanupMax Horn
svn-id: r10769
2003-10-12cleanupMax Horn
svn-id: r10764
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix ↵Max Horn
explicitly svn-id: r10571
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also ↵Max Horn
makes room for a potential 'Scumm' namespace) svn-id: r10549
2003-09-24More Amiga V2/V3 sound updates from _Q_:Travis Howell
1. A Player_MOD class, basically acts as a simplified mixer that mixes at 60Hz intervals (or whatever interval you specify), this gives smooth music playback in player_v3a 2. Some changes to player_v3a as a result of #1, including reduced music volume 3. player_v2a, and the necessary additions to scummvm.cpp/scumm.h svn-id: r10392
2003-09-24Whitespace changesTorbjörn Andersson
svn-id: r10390
2003-09-23fixed conversion warning under vc7Paweł Kołodziejski
svn-id: r10370
2003-09-20make console height/width based on a float percentage of the overlay size -> ↵Max Horn
the overlay isn't so tiny anymore in COMI svn-id: r10329
2003-09-14moved Actor x/y to _pos.x/_pos.y -> this makes it much easier to grep for ↵Max Horn
access of the actor position svn-id: r10253
2003-09-11nicer box matrix output in V3-V8 gamesMax Horn
svn-id: r10178
2003-09-11fix V1/V2 walkmatrix debug commandMax Horn
svn-id: r10177
2003-09-11V2 walk matrix supportMax Horn
svn-id: r10176
2003-09-11cleanupMax Horn
svn-id: r10169
2003-09-08make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolumeMax Horn
svn-id: r10097
2003-09-07added common base class MusicEngine for iMuse/iMuseDigital/Player_V123 ↵Max Horn
(initial stab, more work to follow) svn-id: r10066
2003-08-15The imuse debugger commands now work with playerV2 too.Jochen Hoenicke
svn-id: r9704
2003-08-13Add 'name' lookup ability to debuggers "actor" and "object" commandsJames Brown
svn-id: r9663
2003-08-11Expanded iMuse debugger commands. All iMuseJamieson Christian
commands are now under "imuse", and underscores have been removed. imuse panic - Stop all music tracks imuse multimidi on/off - Set multimidi imuse play # - Play a sound resource imuse play random - Play a random sound resource imuse stop # - Stop a music resource imuse stop all - Stop all music resources Note that "play #" and "play random" only attempt to play a sound resource. If the resource is not a music resource or is in a format not supported by the current music driver, it won't play. You can use this as a mini jukebox, but be sure you're in a room with minimal activity. The goal is to minimize interference from the scripts while playing sounds that are not expected in that room. svn-id: r9641
2003-08-10Added imuse_panic to turn off all music playersJamieson Christian
svn-id: r9621
2003-08-08remove GF_LOOMJonathan Gray
svn-id: r9603
2003-08-06Tweaked debugger output to avoid wrapping, esp.Jamieson Christian
in the case of tabular output. svn-id: r9577
2003-08-06Remove unneeded double bracketsTravis Howell
svn-id: r9548
2003-08-06Add GF_LOOM feature flag for loom games to reduce checks.Travis Howell
Will make it easier to add loom fm towns target in future. svn-id: r9547
2003-08-05another tab completion fix by wjpMax Horn
svn-id: r9517
2003-08-05fix for debugger tab completion (thanks wjp)Max Horn
svn-id: r9515
2003-07-24cleanup: encapsulate some more members of class Actor, and rename ↵Max Horn
newDirection -> targetFacing (since it corresponds to the future value of 'facing'; the distinction between 'facing' and 'direction' is extremly fuzzy) svn-id: r9175
2003-07-21Fix for #775275 : debugger support on WinCENicolas Bacca
svn-id: r9114
2003-07-14fix argument checkJonathan Gray
svn-id: r9016
2003-07-09Fix compilation, V1 verb positionsJames Brown
svn-id: r8880
2003-07-09Patch #768217: Apply Mankeli's 'object state' debugger commandJames Brown
svn-id: r8879
2003-07-03const correctnessMax Horn
svn-id: r8727
2003-07-02removed #include "boxes.h" from scumm.h; cleaned up AdjustBoxResult ↵Max Horn
definition & usage; properly deal with larger box distances, thus partially fixing Zak on the airport (but original seems to have used a very different algorithm, so this really is only a partial fix) svn-id: r8710
2003-07-01Add a few more actor debugger subcommands, and correct V2 coordinate ↵James Brown
translation for o2_(get/set)ActorElevation svn-id: r8683
2003-06-14runHook -> runInventoryScript, VAR_HOOK_SCRIPT -> VAR_INVENTORY_SCRIPTMax Horn
svn-id: r8468
2003-06-07follow our coding conventionsMax Horn
svn-id: r8377
2003-06-02Clean up debugger Restart function and move to SCUMM restart functionJames Brown
svn-id: r8263
2003-06-01added a getMaskBuffer method (makes it easier to read some of the code); ↵Max Horn
merged setVirtscreenDirty() into updateDirtyRect(); made setDirtyRange a method of struct VirtScreen svn-id: r8241
2003-05-31added box matrix debug commandMax Horn
svn-id: r8179
2003-05-31perform y ciping for box polygons, too (avoids crashes)Max Horn
svn-id: r8177
2003-05-31fixed debugger command params bugMax Horn
svn-id: r8176
2003-05-28Patch #745022: More help in DebuggerMax Horn
svn-id: r8068
2003-05-27fixed o8_getStringWidth (should fix bug #741625)Max Horn
svn-id: r8035
2003-05-26script index starts at 0Max Horn
svn-id: r8021
2003-05-26scumm vars are 32 bit, not 16Max Horn
svn-id: r8020
2003-05-26offset can be 5 digitsMax Horn
svn-id: r7984
2003-05-26script numbers can have up to 5 digitsMax Horn
svn-id: r7982
2003-05-26output script offsets, too (very handy to debug script lockups)Max Horn
svn-id: r7981
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
svn-id: r7795