aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/scriptdebug.cpp
AgeCommit message (Expand)Author
2011-03-27SCI: Moved some debug functions from vm.cpp to scriptdebug.cppmd5
2011-03-12SCI: Continue disasm until no jumps go past the current opcodeWillem Jan Palenstijn
2011-01-23SCI: Fixed possible use of uninitialized variable in SCI Script Debugger.David Turner
2010-11-24SCI: Fixed a bug in the script disassemblerFilippos Karapetis
2010-11-18SCI: Slight formatting fix and use \t instead of a tab character in debugN.Johannes Schickel
2010-11-18SCI: Fix debugger disassembly of property accesses in SCI3Lars Skovlund
2010-11-17SCI: Updated dissectScript() to handle synonym blocksFilippos Karapetis
2010-11-17SCI: Unified the functionality and parameters of the disasm and disasm_addr c...Filippos Karapetis
2010-11-17SCI: Added the ability to display original script bytecode in the "disasm" co...Filippos Karapetis
2010-11-02SCI: Remove any use of printfMax Horn
2010-07-24SCI: fix warning and remove duplicate codeMartin Kiewitz
2010-07-17SCI: fix debugging code of parser, add 0xffe special group into debug supportMartin Kiewitz
2010-07-12SCI: Turn global object g_debugState into SciEngine member varMax Horn
2010-06-28SCI: Make Script member vars private; add const qualifiersMax Horn
2010-06-27Cleanup, remove unused/obsolete codeFilippos Karapetis
2010-06-27SCI: added new command "p" / "stepover" to execute one command, but skip send...Martin Kiewitz
2010-06-17SCI: Remove selector_name function, some cleanupMax Horn
2010-06-10Resolved a FIXME with getSciLanguage(), by creating a separate setter. Also, ...Filippos Karapetis
2010-06-09Merged restAdjust and restAdjustCur, as we don't save the restAdjust modifier...Filippos Karapetis
2010-06-07Fixed regression from commit #49465 - there are in fact two restAdjust variab...Filippos Karapetis
2010-06-06Now that EngineState is not deleted when loading games, we can move some more...Filippos Karapetis
2010-05-30Limit access to the _bufSize, _scriptSize and _heapSize members of the Script...Filippos Karapetis
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
2010-05-26SCI: Making various object and script related things constMax Horn
2010-05-26More work on controlling access to members of the Object class:Filippos Karapetis
2010-05-19Fixed signed/unsigned warning, changed to CamelCaseFilippos Karapetis
2010-05-18- Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S...Filippos Karapetis
2010-05-18Moved breakpointWasHit inside the DebugState struct, thus resolving a FIXMEFilippos Karapetis
2010-05-18Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe...Matthew Hoops
2010-02-13SCI: Remove EngineState::_kernel, use SciEngine::_kernel insteadMax Horn
2010-02-07SCI: Convert disassemble to use readPMachineInstruction.Max Horn
2010-02-02SCI: Move some code around (no code changes)Max Horn
2010-01-29SCI: Reduce header interdependencies a bitMax Horn
2009-10-16SCI: Fixed debugger opcode names.Walter van Niftrik
2009-10-11More work on the Object classFilippos Karapetis
2009-10-10Started rewriting the Object struct into a classFilippos Karapetis
2009-10-04SCI: Rename EngineState::segMan to _segManMax Horn
2009-09-17SCI: Add EngineState::_kernel member for convenienceMax Horn
2009-09-17SCI: Add a global getSciVersion() function and make use of itMax Horn
2009-09-17SCI: Move parts of struct ScriptState into a new struct DebugStateMax Horn
2009-09-17Changed the way object selectors are accessed, by removing the relevant defin...Filippos Karapetis
2009-09-17SCI: Rename MemObject -> SegmentObjMax Horn
2009-09-16SCI: Rename Script class members, change Script from struct to classMax Horn
2009-09-12- Made obj_get and obj_get_name methods of SegManager (getObject and getObjec...Filippos Karapetis
2009-09-06SCI: Rename resManager -> resMan; segManager -> segManMax Horn
2009-09-02Some renaming:Filippos Karapetis
2009-08-29Removed the "op_" prefix from opcode names in the script debuggerFilippos Karapetis
2009-08-27Stop loading opcodes from vocab.998. They are the same in all SCI games and a...Filippos Karapetis
2009-08-25- Simplified the parameters of some functionsFilippos Karapetis
2009-08-17- Simplified some functions to accept only the parts of the EngineState they ...Filippos Karapetis