aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/vm.cpp
AgeCommit message (Expand)Author
2010-06-28SCI: cleanup of execstack, output of backtrace slightly modified, is now also...Martin Kiewitz
2010-06-28SCI: Make Script member vars private; add const qualifiersMax Horn
2010-06-28SCI: cleanupMax Horn
2010-06-28SCI: added uninit workaround for lsl3 - when accessing set volume menu the fi...Martin Kiewitz
2010-06-28SCI: show arguments on selector invoke breakpoint even when VM_DEBUG_SEND is ...Martin Kiewitz
2010-06-27SCI: Removed the hack for loading games from the launcher from run_vm(). This...Filippos Karapetis
2010-06-27CleanupFilippos Karapetis
2010-06-27Made the script initialization/uninitialization methods part of the segment m...Filippos Karapetis
2010-06-27SCI: Moved all the script-related code inside script.cpp/.h, and all script o...Filippos Karapetis
2010-06-27SCI: now showing kernel call name when argument signature check failsMartin Kiewitz
2010-06-27SCI: better solution for the lsl6 uninit issue, we now go through all the par...Martin Kiewitz
2010-06-27SCI: adding uninit workaround for lsl6 (Narrator::startText)Martin Kiewitz
2010-06-26SCI: added comment to vm-workaround tableMartin Kiewitz
2010-06-26SCI: add another unint temp workaround for kq5 - when playing harp for the ha...Martin Kiewitz
2010-06-26SCI: pseudo-adding workaround for kq5 room 25 witch forestMartin Kiewitz
2010-06-26SCI: fixing stupid torturegit conflict mergeMartin Kiewitz
2010-06-26Fix format string warningWillem Jan Palenstijn
2010-06-26SCI: adding more comment for export workaround (sq1)Martin Kiewitz
2010-06-26SCI: added workaround for island of dr. brain elements puzzleMartin Kiewitz
2010-06-26SCI: adding capability to resolve local calls as well for valgrind-sci, addin...Martin Kiewitz
2010-06-25SCI: implementing workaround for issue in room 58 sq1 (operation lt, doing co...Martin Kiewitz
2010-06-25SCI: adding capability for detecting export-calls into valgrind-sci, adding w...Martin Kiewitz
2010-06-25SCI: fix typoFlorian Kagerer
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-25SCI: adding workaround for uninitialized read in sq1Martin Kiewitz
2010-06-25SCI: changing workaround results for opcodes from signal_reg to make_reg(0, 1)Martin Kiewitz
2010-06-25When loading a game, stop all running VMs recursively, and also stop kAnimate...Filippos Karapetis
2010-06-25Do not allow the VM to run on non-existent scripts (which shouldn't be happen...Filippos Karapetis
2010-06-25Removed all of the non-validating code - there's no real point in removing sc...Filippos Karapetis
2010-06-25SCI: Introduce SciGameId enumMax Horn
2010-06-25SCI: when writing to a temp, check for segment 0xFFFF and remove it. This fix...Martin Kiewitz
2010-06-25Removed the checking of parameters again (it's wrong, as it happens after, in...Filippos Karapetis
2010-06-25SCI: changes to the op GT workaroundMartin Kiewitz
2010-06-25Extended validate_read_var to check for parameters too, and fixed the uniniti...Filippos Karapetis
2010-06-25Added workarounds for two issues which appear when throwing the water at Orat...Filippos Karapetis
2010-06-24SCI: better initialize temp variables with FFFF:0 instead. foreign lsl3 uses ...Martin Kiewitz
2010-06-24SCI: fixing the tortoisegit commit disaster :PMartin Kiewitz
2010-06-24SCI: removing debug warning to show processes opcodes, accidentaly commitedMartin Kiewitz
2010-06-24SCI: partly reverting r50208, iceman has script code (fred::canBeHere) that a...Martin Kiewitz
2010-06-24Fixed the LSL3 binoculars scene again, by fixing the invalid varselector refe...Filippos Karapetis
2010-06-24SCI: added uninitialized workaround for sq4cdMartin Kiewitz
2010-06-24Cleanup uninitialized read workaround(s).Matthew Hoops
2010-06-24SCI: added uninitialized read for room 720 in lsl1Martin Kiewitz
2010-06-24Added more information concerning the Dr. Brain uninitialized readFilippos Karapetis
2010-06-24SCI: removing warning for known uninitialized readsMartin Kiewitz
2010-06-24SCI: change fix for island to make it workMartin Kiewitz
2010-06-24SCI: fixed workaround table from r50214 to have a valid terminator, also adde...Martin Kiewitz
2010-06-24SCI: created a workaround table for uninitialized reads, removing old comment...Martin Kiewitz
2010-06-24SCI: added currently known object/methodnames in comments for uninitialized r...Martin Kiewitz
2010-06-24SCI: added objectname and method name printed out when uninitialized temps ar...Martin Kiewitz