Age | Commit message (Expand) | Author |
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 |
2010-07-04 | SCI: Removed the unused line number parameter from validate_variable() and re... | Filippos Karapetis |
2010-07-04 | SCI: Added a short description for all opcodes, so that it's easier to unders... | Filippos Karapetis |
2010-07-01 | Added a workaround for an unitialized variable in GK2 | Filippos Karapetis |
2010-07-01 | Accidentally missed this file in commit 50577 | Lars Skovlund |
2010-07-01 | SCI: added another workaround for uninit temps, this time for jones/cd | Martin Kiewitz |
2010-07-01 | SCI: Mark the ShiftScreen, ListOps and ATan SCI1 kernel functions as unused (... | Filippos Karapetis |
2010-07-01 | SCI: Added workarounds for 2 uninitialized reads in Jones floppy (EGA and VGA... | Filippos Karapetis |
2010-07-01 | Added a workaround for an uninitialized temp read in KQ6 floppy, when opening... | Filippos Karapetis |
2010-06-30 | SCI: Silenced a warning about a non game breaking script bug in Castle of Dr.... | Filippos Karapetis |
2010-06-30 | SCI: fixed a typo, so that workarounds really trigger an ignore kernel call f... | Martin Kiewitz |
2010-06-30 | SCI: removing full debug output when signature fails to the point where we di... | Martin Kiewitz |
2010-06-30 | SCI: Reverting r50516, SSCI didn't reset the node value when deleting the nod... | Filippos Karapetis |
2010-06-30 | SCI: implementing workarounds for kernel calls, removing original code workar... | Martin Kiewitz |
2010-06-30 | SCI: adding inheritancelevel to uninit workarounds to make them safer | Martin Kiewitz |