Age | Commit message (Expand) | Author |
2010-07-22 | When modifying variable selectors with argc > 1, don't throw a warning, but u... | Filippos Karapetis |
2010-07-22 | SCI: Fixed a bug when loading some saved games (sometimes, the execution stac... | Filippos Karapetis |
2010-07-21 | SCI: Moved all the static kernel-related tables in a separate file. Also, mov... | Filippos Karapetis |
2010-07-21 | SCI: Moved all the workaround tables in a separate file, to keep them apart f... | Filippos Karapetis |
2010-07-21 | SCI: adding lsl6hires uninit workaround | Martin Kiewitz |
2010-07-20 | SCI: Removed the restoring parameter of the run_vm() function | Filippos Karapetis |
2010-07-20 | SCI: some sci32 fixes | Martin Kiewitz |
2010-07-20 | SCI: adding lsl6hires uninit workaround | Martin Kiewitz |
2010-07-20 | SCI: tiny comment change | Martin Kiewitz |
2010-07-20 | SCI: clean up workaround tables/code | Martin Kiewitz |
2010-07-20 | SCI: adding uninit workarounds for cnick games | Martin Kiewitz |
2010-07-20 | SCI: fix regression of r51060 | Martin Kiewitz |
2010-07-20 | SCI: change the workaround-types | Martin Kiewitz |
2010-07-19 | SCI: adding 2 uninit workarounds for hoyle1 | Martin Kiewitz |
2010-07-19 | SCI: fix ult to work for pq2 japanese | Martin Kiewitz |
2010-07-18 | SCI: fix warning | Martin Kiewitz |
2010-07-18 | SCI: make the left-over opcodes more verbose | Martin Kiewitz |
2010-07-18 | SCI: make bnot/mod/mul more verbose | Martin Kiewitz |
2010-07-18 | SCI: ipToa/ipTos/dpTos more verbose | Martin Kiewitz |
2010-07-18 | SCI: making int/uint comparsions more verbose | Martin Kiewitz |
2010-07-18 | SCI: adding room numbers to all workarounds | Martin Kiewitz |
2010-07-18 | SCI: adding workaround for script bug in lsl6 when looking through tile | Martin Kiewitz |
2010-07-18 | SCI: added uninitialized workarounds for hoyle 3 | Martin Kiewitz |
2010-07-17 | SCI: adding uninitialized workaround for gk1 | Martin Kiewitz |
2010-07-17 | SCI: added uninitialized workaround for lsl3 | Martin Kiewitz |
2010-07-17 | DEBUGGER: Simplify how our console debugger works / is used | Max Horn |
2010-07-17 | SCI: added gameid for send() sq4 workaround | Martin Kiewitz |
2010-07-16 | SCI: adding uninitialized workaround for lsl1 when playing at the casino | Martin Kiewitz |
2010-07-14 | SCI: adding workaround for qfg1vga script bug (div on object) which occurs wh... | Martin Kiewitz |
2010-07-14 | SCI: separating qfg1ega and qfg1vga gameids | Martin Kiewitz |
2010-07-14 | Typos | Filippos Karapetis |
2010-07-13 | SCI: uninitialized workaround for qfg2 when accessing inventory | Martin Kiewitz |
2010-07-12 | SCI: Move breakpoint checks into SciEngine methods | Max Horn |
2010-07-12 | SCI: Turn global object g_debugState into SciEngine member var | Max Horn |
2010-07-12 | SCI: changing how savegame ids are handled internally. Using range 0-999 so t... | Martin Kiewitz |
2010-07-12 | SCI: adding uninitialized workaround for lsl6 | Martin Kiewitz |
2010-07-12 | SCI: add workaround for lsl6 restore issue (needs to get further investigated... | Martin Kiewitz |
2010-07-12 | SCI: adding 3 uninitialized temp workarounds for kq6 - found and created by C... | Martin Kiewitz |
2010-07-12 | SCI: returning 0 when parameter reads go out-of-bounds, onto the stack and hi... | Martin Kiewitz |
2010-07-11 | SCI: changing uninitialized workaround for lsl6 narrator | Martin Kiewitz |
2010-07-10 | SCI: calling speed throttler as well from kPalette(setIntensity) if needed - ... | Martin Kiewitz |
2010-07-10 | SCI: adding to execstack only right before executing kernel call, otherwise i... | Martin Kiewitz |
2010-07-10 | SCI: removing hoyle workaround from kAbs & signature and adding it into worka... | Martin Kiewitz |
2010-07-10 | SCI: added signatures for kGraph, removed isDummy boolean from KernelFunction | Martin Kiewitz |
2010-07-09 | SCI: improve error message on subcall signature mismatch | Martin Kiewitz |
2010-07-09 | SCI: adding workaround support for kernel subcalls, cleanup | Martin Kiewitz |
2010-07-09 | SCI: removing origName from KernelFunction struct, adding debugCalls boolean ... | Martin Kiewitz |
2010-07-09 | SCI: implemented subsignatures for kDoSound | Martin Kiewitz |
2010-07-08 | SCI: part of subfunction signature&mapping implemented, little cleanup | Martin Kiewitz |
2010-07-06 | SCI: Simplified op_div and op_mod, removed some variables and removed the poi... | Filippos Karapetis |