aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/vm.cpp
AgeCommit message (Expand)Author
2010-07-18SCI: fix warningMartin Kiewitz
2010-07-18SCI: make the left-over opcodes more verboseMartin Kiewitz
2010-07-18SCI: make bnot/mod/mul more verboseMartin Kiewitz
2010-07-18SCI: ipToa/ipTos/dpTos more verboseMartin Kiewitz
2010-07-18SCI: making int/uint comparsions more verboseMartin Kiewitz
2010-07-18SCI: adding room numbers to all workaroundsMartin Kiewitz
2010-07-18SCI: adding workaround for script bug in lsl6 when looking through tileMartin Kiewitz
2010-07-18SCI: added uninitialized workarounds for hoyle 3Martin Kiewitz
2010-07-17SCI: adding uninitialized workaround for gk1Martin Kiewitz
2010-07-17SCI: added uninitialized workaround for lsl3Martin Kiewitz
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-07-17SCI: added gameid for send() sq4 workaroundMartin Kiewitz
2010-07-16SCI: adding uninitialized workaround for lsl1 when playing at the casinoMartin Kiewitz
2010-07-14SCI: adding workaround for qfg1vga script bug (div on object) which occurs wh...Martin Kiewitz
2010-07-14SCI: separating qfg1ega and qfg1vga gameidsMartin Kiewitz
2010-07-14TyposFilippos Karapetis
2010-07-13SCI: uninitialized workaround for qfg2 when accessing inventoryMartin Kiewitz
2010-07-12SCI: Move breakpoint checks into SciEngine methodsMax Horn
2010-07-12SCI: Turn global object g_debugState into SciEngine member varMax Horn
2010-07-12SCI: changing how savegame ids are handled internally. Using range 0-999 so t...Martin Kiewitz
2010-07-12SCI: adding uninitialized workaround for lsl6Martin Kiewitz
2010-07-12SCI: add workaround for lsl6 restore issue (needs to get further investigated...Martin Kiewitz
2010-07-12SCI: adding 3 uninitialized temp workarounds for kq6 - found and created by C...Martin Kiewitz
2010-07-12SCI: returning 0 when parameter reads go out-of-bounds, onto the stack and hi...Martin Kiewitz
2010-07-11SCI: changing uninitialized workaround for lsl6 narratorMartin Kiewitz
2010-07-10SCI: calling speed throttler as well from kPalette(setIntensity) if needed - ...Martin Kiewitz
2010-07-10SCI: adding to execstack only right before executing kernel call, otherwise i...Martin Kiewitz
2010-07-10SCI: removing hoyle workaround from kAbs & signature and adding it into worka...Martin Kiewitz
2010-07-10SCI: added signatures for kGraph, removed isDummy boolean from KernelFunctionMartin Kiewitz
2010-07-09SCI: improve error message on subcall signature mismatchMartin Kiewitz
2010-07-09SCI: adding workaround support for kernel subcalls, cleanupMartin Kiewitz
2010-07-09SCI: removing origName from KernelFunction struct, adding debugCalls boolean ...Martin Kiewitz
2010-07-09SCI: implemented subsignatures for kDoSoundMartin Kiewitz
2010-07-08SCI: part of subfunction signature&mapping implemented, little cleanupMartin Kiewitz
2010-07-06SCI: Simplified op_div and op_mod, removed some variables and removed the poi...Filippos Karapetis
2010-07-04SCI: Removed the unused line number parameter from validate_variable() and re...Filippos Karapetis
2010-07-04SCI: Added a short description for all opcodes, so that it's easier to unders...Filippos Karapetis
2010-07-01Added a workaround for an unitialized variable in GK2Filippos Karapetis
2010-07-01Accidentally missed this file in commit 50577Lars Skovlund
2010-07-01SCI: added another workaround for uninit temps, this time for jones/cdMartin Kiewitz
2010-07-01SCI: Mark the ShiftScreen, ListOps and ATan SCI1 kernel functions as unused (...Filippos Karapetis
2010-07-01SCI: Added workarounds for 2 uninitialized reads in Jones floppy (EGA and VGA...Filippos Karapetis
2010-07-01Added a workaround for an uninitialized temp read in KQ6 floppy, when opening...Filippos Karapetis
2010-06-30SCI: Silenced a warning about a non game breaking script bug in Castle of Dr....Filippos Karapetis
2010-06-30SCI: fixed a typo, so that workarounds really trigger an ignore kernel call f...Martin Kiewitz
2010-06-30SCI: removing full debug output when signature fails to the point where we di...Martin Kiewitz
2010-06-30SCI: Reverting r50516, SSCI didn't reset the node value when deleting the nod...Filippos Karapetis
2010-06-30SCI: implementing workarounds for kernel calls, removing original code workar...Martin Kiewitz
2010-06-30SCI: adding inheritancelevel to uninit workarounds to make them saferMartin Kiewitz
2010-06-29Fixed 2 uninitialized reads in SQ6Filippos Karapetis