aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/scriptdebug.cpp
AgeCommit message (Expand)Author
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
2009-08-11SCI: Turn off logging in debugger.Walter van Niftrik
2009-07-18SCI: Fix stepping in debuggerWillem Jan Palenstijn
2009-07-11Moved the kernel and the vocabulary outside of the engine state (they're stat...Filippos Karapetis
2009-07-11Fixed regression in the script parser from commit 42260Filippos Karapetis
2009-07-08Some cleanup for the script debugger code:Filippos Karapetis
2009-07-07Added auto-detection for games with older headers for script blocks, and remo...Filippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-03SCI: Fixed warningMax Horn
2009-07-02Moved some more debug state related variables in the DebugState structFilippos Karapetis
2009-07-02Moved all the debug state variables in a separate struct and re-enabled sever...Filippos Karapetis
2009-06-21CleanupFilippos Karapetis
2009-06-08Moved some more debug commands to ScummVM's consoleFilippos Karapetis
2009-06-06Moved some more debug commands to ScummVM's coneoleFilippos Karapetis
2009-06-06Moved some more debug commands to ScummVM's coneoleFilippos Karapetis
2009-06-06Store long-term pointers to object variables in a new ObjVarRef struct.Willem Jan Palenstijn
2009-06-05Moved some more debug commands to ScummVM's coneole and removed some unused codeFilippos Karapetis
2009-06-04SCI: Renamed EngineState::flags and version to _flags and _version (following...Max Horn
2009-06-04SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the kern...Max Horn
2009-06-04SCI: Renamed various debug related global variables to have a g_ prefix; and ...Max Horn
2009-06-03Moved some more console commands to ScummVM's consoleFilippos Karapetis
2009-06-03Moved some more console commands to ScummVM's consoleFilippos Karapetis
2009-06-02Moved some more console commands to ScummVM's debug consoleFilippos Karapetis
2009-06-02Moved some more console commands to ScummVM's debug consoleFilippos Karapetis
2009-06-02Moved some more console commands to ScummVM's debug consoleFilippos Karapetis
2009-06-02Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins...Filippos Karapetis
2009-06-01Split the kernel functions away from the vocabulary functions (WIP, saving/lo...Filippos Karapetis
2009-05-31Removed script_error_flag and script_debug_flag, which were used to error out...Filippos Karapetis
2009-05-31- Further objectification of the SCI vocabulary functionsFilippos Karapetis
2009-05-31Further objectification of the SCI vocabulary functions. Removed the "kernel_...Filippos Karapetis
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-31More objectification of the Vocabulary functionsFilippos Karapetis
2009-05-30Started objectifying the vocabulary functions (WIP)Filippos Karapetis
2009-05-30Moved the "songlib" command to console.cpp and removed the non-working "set_v...Filippos Karapetis
2009-05-30Moved 4 mode commands to console.cpp: "sentence_fragments", "parser_nodes", "...Filippos Karapetis
2009-05-30- Moved 3 more commands to console.cpp: "draw_pic", "draw_rect" and "fill_scr...Filippos Karapetis
2009-05-30Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDe...Filippos Karapetis