aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/vm.cpp
AgeCommit message (Expand)Author
2010-07-22When modifying variable selectors with argc > 1, don't throw a warning, but u...Filippos Karapetis
2010-07-22SCI: Fixed a bug when loading some saved games (sometimes, the execution stac...Filippos Karapetis
2010-07-21SCI: Moved all the static kernel-related tables in a separate file. Also, mov...Filippos Karapetis
2010-07-21SCI: Moved all the workaround tables in a separate file, to keep them apart f...Filippos Karapetis
2010-07-21SCI: adding lsl6hires uninit workaroundMartin Kiewitz
2010-07-20SCI: Removed the restoring parameter of the run_vm() functionFilippos Karapetis
2010-07-20SCI: some sci32 fixesMartin Kiewitz
2010-07-20SCI: adding lsl6hires uninit workaroundMartin Kiewitz
2010-07-20SCI: tiny comment changeMartin Kiewitz
2010-07-20SCI: clean up workaround tables/codeMartin Kiewitz
2010-07-20SCI: adding uninit workarounds for cnick gamesMartin Kiewitz
2010-07-20SCI: fix regression of r51060Martin Kiewitz
2010-07-20SCI: change the workaround-typesMartin Kiewitz
2010-07-19SCI: adding 2 uninit workarounds for hoyle1Martin Kiewitz
2010-07-19SCI: fix ult to work for pq2 japaneseMartin Kiewitz
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