Age | Commit message (Expand) | Author |
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 |
2010-06-25 | When loading a game, stop all running VMs recursively, and also stop kAnimate... | Filippos Karapetis |
2010-06-25 | Do not allow the VM to run on non-existent scripts (which shouldn't be happen... | Filippos Karapetis |
2010-06-25 | Removed all of the non-validating code - there's no real point in removing sc... | Filippos Karapetis |
2010-06-25 | SCI: Introduce SciGameId enum | Max Horn |
2010-06-25 | SCI: when writing to a temp, check for segment 0xFFFF and remove it. This fix... | Martin Kiewitz |
2010-06-25 | Removed the checking of parameters again (it's wrong, as it happens after, in... | Filippos Karapetis |
2010-06-25 | SCI: changes to the op GT workaround | Martin Kiewitz |
2010-06-25 | Extended validate_read_var to check for parameters too, and fixed the uniniti... | Filippos Karapetis |
2010-06-25 | Added workarounds for two issues which appear when throwing the water at Orat... | Filippos Karapetis |
2010-06-24 | SCI: better initialize temp variables with FFFF:0 instead. foreign lsl3 uses ... | Martin Kiewitz |
2010-06-24 | SCI: fixing the tortoisegit commit disaster :P | Martin Kiewitz |
2010-06-24 | SCI: removing debug warning to show processes opcodes, accidentaly commited | Martin Kiewitz |
2010-06-24 | SCI: partly reverting r50208, iceman has script code (fred::canBeHere) that a... | Martin Kiewitz |
2010-06-24 | Fixed the LSL3 binoculars scene again, by fixing the invalid varselector refe... | Filippos Karapetis |
2010-06-24 | SCI: added uninitialized workaround for sq4cd | Martin Kiewitz |
2010-06-24 | Cleanup uninitialized read workaround(s). | Matthew Hoops |
2010-06-24 | SCI: added uninitialized read for room 720 in lsl1 | Martin Kiewitz |
2010-06-24 | Added more information concerning the Dr. Brain uninitialized read | Filippos Karapetis |
2010-06-24 | SCI: removing warning for known uninitialized reads | Martin Kiewitz |
2010-06-24 | SCI: change fix for island to make it work | Martin Kiewitz |
2010-06-24 | SCI: fixed workaround table from r50214 to have a valid terminator, also adde... | Martin Kiewitz |
2010-06-24 | SCI: created a workaround table for uninitialized reads, removing old comment... | Martin Kiewitz |
2010-06-24 | SCI: added currently known object/methodnames in comments for uninitialized r... | Martin Kiewitz |
2010-06-24 | SCI: added objectname and method name printed out when uninitialized temps ar... | Martin Kiewitz |
2010-06-24 | SCI: implement detection for uninitialized temp variable reads and implement ... | Martin Kiewitz |
2010-06-24 | Turned two hacks inside validate_property() into errors till we find out wher... | Filippos Karapetis |
2010-06-24 | Fixed script 140 in the Island of Dr. Brain by adding a workaround for it ins... | Filippos Karapetis |
2010-06-22 | Fixed 2 crashes in QFG1VGA, when dying: | Filippos Karapetis |
2010-06-21 | When loading or restarting, stop script processing if the game is being loade... | Filippos Karapetis |
2010-06-21 | Add a workaround for a MUMG script bug, MUMG now works again. | Matthew Hoops |
2010-06-18 | Added hints inside validate_arithmetic(), together with some code useful for ... | Filippos Karapetis |
2010-06-17 | Strict mode: Changed several warnings due to logic bugs into errors. If an er... | Filippos Karapetis |
2010-06-17 | SCI: Remove hack related to compiled kernel signatures. | Max Horn |