Age | Commit message (Expand) | Author |
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 |
2010-06-29 | Fixed 2 uninitialized reads in SQ6 | Filippos Karapetis |
2010-06-28 | SCI: cleanup of execstack, output of backtrace slightly modified, is now also... | Martin Kiewitz |
2010-06-28 | SCI: Make Script member vars private; add const qualifiers | Max Horn |
2010-06-28 | SCI: cleanup | Max Horn |
2010-06-28 | SCI: added uninit workaround for lsl3 - when accessing set volume menu the fi... | Martin Kiewitz |
2010-06-28 | SCI: show arguments on selector invoke breakpoint even when VM_DEBUG_SEND is ... | Martin Kiewitz |
2010-06-27 | SCI: Removed the hack for loading games from the launcher from run_vm(). This... | Filippos Karapetis |
2010-06-27 | Cleanup | Filippos Karapetis |
2010-06-27 | Made the script initialization/uninitialization methods part of the segment m... | Filippos Karapetis |
2010-06-27 | SCI: Moved all the script-related code inside script.cpp/.h, and all script o... | Filippos Karapetis |
2010-06-27 | SCI: now showing kernel call name when argument signature check fails | Martin Kiewitz |
2010-06-27 | SCI: better solution for the lsl6 uninit issue, we now go through all the par... | Martin Kiewitz |
2010-06-27 | SCI: adding uninit workaround for lsl6 (Narrator::startText) | Martin Kiewitz |
2010-06-26 | SCI: added comment to vm-workaround table | Martin Kiewitz |
2010-06-26 | SCI: add another unint temp workaround for kq5 - when playing harp for the ha... | Martin Kiewitz |
2010-06-26 | SCI: pseudo-adding workaround for kq5 room 25 witch forest | Martin Kiewitz |
2010-06-26 | SCI: fixing stupid torturegit conflict merge | Martin Kiewitz |
2010-06-26 | Fix format string warning | Willem Jan Palenstijn |
2010-06-26 | SCI: adding more comment for export workaround (sq1) | Martin Kiewitz |
2010-06-26 | SCI: added workaround for island of dr. brain elements puzzle | Martin Kiewitz |
2010-06-26 | SCI: adding capability to resolve local calls as well for valgrind-sci, addin... | Martin Kiewitz |
2010-06-25 | SCI: implementing workaround for issue in room 58 sq1 (operation lt, doing co... | Martin Kiewitz |
2010-06-25 | SCI: adding capability for detecting export-calls into valgrind-sci, adding w... | Martin Kiewitz |
2010-06-25 | SCI: fix typo | Florian Kagerer |
2010-06-25 | AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel... | Florian Kagerer |
2010-06-25 | SCI: adding workaround for uninitialized read in sq1 | Martin Kiewitz |
2010-06-25 | SCI: changing workaround results for opcodes from signal_reg to make_reg(0, 1) | Martin Kiewitz |