aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/vm.cpp
AgeCommit message (Expand)Author
2011-03-28SCI: Renamed restAdjust to r_rest (like r_acc and r_prev)md5
2011-03-27SCI: Moved some debug functions from vm.cpp to scriptdebug.cppmd5
2011-03-26SCI: Removed the READ_VAR and WRITE_VAR wrappersmd5
2011-03-26SCI: Refactored and cleaned up the VM call stack handling codemd5
2011-03-25SCI: Reordered some functionsmd5
2011-03-25SCI: Cleaned up the BreakpointType enum and documented the bpe commandmd5
2011-03-25SCI: Cleaned up send_selector()md5
2011-03-04SCI: Improved debug output of validate_property()md5
2011-02-28SCI: Fix crash with hunk refs in logkernel outputWillem Jan Palenstijn
2011-02-22SCI: Added code to aid in detecting infinite loops in scriptsmd5
2011-02-21SCI: Fixed script bug #3040722 in QFG3md5
2011-02-21SCI: Added a custom modulo reg_t operatormd5
2011-02-20SCI: Moved the gcCountdown() code inside the op_callk case, since that's the ...md5
2011-02-19SCI: Refactored the reg_t related operations and comparisonsmd5
2011-02-15SCI: Removed several redundant helper functionsmd5
2011-01-15SCI: cleaned up checkSelectorBreakpoint()Filippos Karapetis
2011-01-07SCI: Moved the handling of the op_line debug opcode inside readPMachineInstru...Filippos Karapetis
2011-01-01SCI: debugC calls no longer require a debug level of 2 to show outputFilippos Karapetis
2010-12-22SCI: Sync in-game speech/subtitle options with the ones from the ScummVM GUI.Filippos Karapetis
2010-11-21SCI: Removed incorrect pointer arithmetic support for SCI2 stringsFilippos Karapetis
2010-11-19SCI: Only handle seg_type_string if ENABLE_SCI32 is definedLars Persson
2010-11-19SCI3: Implement new opcode 0x4c.Lars Skovlund
2010-11-19SCI: Added pointer arithmetic support for SCI2 stringsFilippos Karapetis
2010-11-19SCI: Moved the Object class in a separate fileFilippos Karapetis
2010-11-18SCI3: Fix new opcode 0x4eLars Skovlund
2010-11-18SCI3: Added another previously unused opcode (0x27 / 0x4e)Filippos Karapetis
2010-11-18SCI3: Add proper support for the calle instructionLars Skovlund
2010-11-17SCI: Code formattingFilippos Karapetis
2010-11-17SCI3: Implement opcode to retrieve the info selector.Lars Skovlund
2010-11-17SCI3: relocate operand of the lofsa opcodeLars Skovlund
2010-11-17Adapt SCI property instructions (pToa etc.) to SCI3Lars Skovlund
2010-11-17SCI: lofsa/lofss functionality for SCI3Filippos Karapetis
2010-11-17SCI: Added some SCI3 selector related informationFilippos Karapetis
2010-11-09SCI: Added comments for rev. 54150 and fixed a typoFilippos Karapetis
2010-11-09treat pushSelf opcode with low bit set as pushSelf (in fangames only, current...Lars Skovlund
2010-11-02SCI: Remove any use of printfMax Horn
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-07SCI: Still show warning for uninit. reads in release modeWillem Jan Palenstijn
2010-10-07SCI: unknown valgrind cases->fake 0 when officialMartin Kiewitz
2010-09-09SCI: Changed the error message when execute_method() references an invalid ex...Filippos Karapetis
2010-09-02SCI: Fixed compilation when VM_DEBUG_SEND is enabledFilippos Karapetis
2010-09-02SCI: fixing debug output for bpxMartin Kiewitz
2010-09-02SCI: adding "bpr" and "bpw" debug commandsMartin Kiewitz
2010-09-02JANITORIAL: Remove extra semi-colons.Torbjörn Andersson
2010-08-29SCI: Throttle the invocations of Engine::shouldQuit()Filippos Karapetis
2010-08-25SCI: Make assert stricter.Willem Jan Palenstijn
2010-08-19SCI: Fixed one of the bugs in hoyle3, from bug report #3038837 - "HOYLE3: EGA...Filippos Karapetis
2010-08-14SCI: Silence shadowed variable warning of g++.Johannes Schickel
2010-08-14SCI: adding workaround for camelot during endingMartin Kiewitz
2010-08-07SCI: Improve output when VM_DEBUG_SEND is setFilippos Karapetis