aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/vm.cpp
AgeCommit message (Expand)Author
2009-07-19SCI: check shouldQuit() in main loopWillem Jan Palenstijn
2009-07-18SCI: Fix breakpointsWillem Jan Palenstijn
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-08- Moved printObject inside the Console classFilippos 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-07Added a SCI1.1 case in the lofss opcode, like in the lofsa opcode (essentiall...Filippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-05SCI1 games with absolute parameters to lofs instructions are automatically de...Filippos Karapetis
2009-07-03Replaced script_error and CORE_ERROR with error()Filippos Karapetis
2009-07-03- Pushed debugstate into debug.hFilippos Karapetis
2009-07-02Moved some more debug state related variables in the DebugState structFilippos Karapetis
2009-06-18PatchMax Horn
2009-06-07SCI: Got rid of g_EngineStateMax Horn
2009-06-07SCI: Moved resource36 handling into resource manager.Walter van Niftrik
2009-06-07SCI: Fixed the broken SciEngine::pauseEngineIntern code by ensuring that SciE...Max Horn
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-04Turned debug_weak_validations on by default again, as apparently some games l...Filippos Karapetis
2009-06-03- Sorted the console commands a bit more Filippos 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-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-30- Removed debug_mode from the engine stateFilippos Karapetis
2009-05-29SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ...Max Horn
2009-05-28SCI: Fix potential dangling pointer more robustly,Willem Jan Palenstijn
2009-05-28SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cppMax Horn
2009-05-28SCI: Fix potential dangling pointer after reallocationWillem Jan Palenstijn
2009-05-21Removed the PREG, PSTK, IS_NULL_REG and REG_EQ definesFilippos Karapetis
2009-05-19SCI: Some debugger fixes and cleanup.Walter van Niftrik
2009-05-19SCI: Cleanup/paranoia checksMax Horn
2009-05-18SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod...Max Horn
2009-05-18SCI: Replaced SegManager::getHeap() by Script::getHeap()Max Horn
2009-05-17SCI: LSL6 invalid selector workaround is now always active, not just atWalter van Niftrik
2009-05-16SCI: Allow the VM to continue when the invalid selector access occurs at the ...Walter van Niftrik
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis
2009-05-15SCI: Got rid of SEG_ID/SCRIPT_IDMax Horn
2009-05-15SCI: Added SegManager::getScriptIfLoaded() methodMax Horn
2009-05-15SCI: Turned several script related SegManager methods into Script methodsMax Horn