Age | Commit message (Expand) | Author |
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-20 | SCI: some sci32 fixes | Martin Kiewitz |
2010-07-20 | SCI: clean up workaround tables/code | Martin Kiewitz |
2010-07-20 | SCI: adding workaround for sq1 in bar | Martin Kiewitz |
2010-07-20 | SCI: adding uninit workarounds for cnick games | Martin Kiewitz |
2010-07-20 | SCI: change the workaround-types | Martin Kiewitz |
2010-07-20 | SCI: added workaround for kq1 kDoSound(fade) | Martin Kiewitz |
2010-07-20 | SCI: renaming kDoSound(resume) to resumeAfterRestore | Martin Kiewitz |
2010-07-19 | SCI: lsl6 workaround switched on for all rooms | Martin Kiewitz |
2010-07-19 | SCI: fixing signature for kDoSound(setReverb) | Martin Kiewitz |
2010-07-18 | SCI : Corrected valgrind error on engine exit | David Turner |
2010-07-18 | SCI: Add Mac signature for kTextSize which can have an extra integer parameter. | Matthew Hoops |
2010-07-18 | SCI: adding room numbers to all workarounds | Martin Kiewitz |
2010-07-17 | SCI: removing kSetPort 4 argument support from r44938, which was wrong - addi... | Martin Kiewitz |
2010-07-16 | SCI: adding signatures for 4-parameter variant of kDoSound(sendMidi), needs t... | Martin Kiewitz |
2010-07-14 | SCI: removing #ifdef ENABLE_SCI32 from one single line (just a waste) and add... | Martin Kiewitz |
2010-07-14 | SCI: added signatures for kFileIO, some changes to actual kFileIO code, remov... | Martin Kiewitz |
2010-07-14 | SCI: changing kList(18) into StubNull, so that torin demo works a little more... | Martin Kiewitz |
2010-07-14 | SCI: changing signature of kDoSound(play) in SCI2.1 to "o(i)" now, because qf... | Martin Kiewitz |
2010-07-14 | SCI: adding sound version 2.1, to properly add sci2.1 signature for kDoSound(... | Martin Kiewitz |
2010-07-14 | SCI: replacing some tabs with spaces | Martin Kiewitz |
2010-07-14 | SCI: changing SIG_SCI2 back to SIG_SCI32, because all those signatures are me... | Martin Kiewitz |
2010-07-14 | SCI: replacing fixme with todo | Martin Kiewitz |
2010-07-14 | SCI: moving hack signature for kDoSound(play) to SCI1LATE only, adding commen... | Martin Kiewitz |
2010-07-14 | Oops... whitespace/layout again (I'm tired...) | Filippos Karapetis |
2010-07-14 | Whitespace/layout | Filippos Karapetis |
2010-07-14 | SCI: Fixed script bug (invalid call to kStrCpy) in Island of Dr. Brain, room ... | Filippos Karapetis |
2010-07-14 | SCI: | Filippos Karapetis |
2010-07-13 | Fixed the signature check for DoSound (play) for SCI2.1 games, so that they s... | Filippos Karapetis |
2010-07-13 | SCI: removing old kernel signature stuff | Martin Kiewitz |
2010-07-12 | SCI: fixing typo | Martin Kiewitz |
2010-07-12 | SCI: adding kUnLoad workaround for lsl6 (during end kUnLoad is called with ad... | Martin Kiewitz |
2010-07-12 | SCI: adding workaround for signature mismatch when giving merrily the key to ... | Martin Kiewitz |
2010-07-12 | SCI: adding another restore workaround for lsl6 | Martin Kiewitz |
2010-07-12 | SCI: added another workaround for lsl6 kGraph(restoreBox) | Martin Kiewitz |
2010-07-12 | SCI: add workaround for lsl6 restore issue (needs to get further investigated... | Martin Kiewitz |
2010-07-11 | SCI: fix signature loading for subops, fixes kq6 signature mismatch | Martin Kiewitz |
2010-07-11 | SCI: adding signature workaround for script error in lsl6 during intro, also ... | Martin Kiewitz |
2010-07-11 | SCI: changing signature for kDoSound(resume) it seems its called right after ... | Martin Kiewitz |
2010-07-11 | SCI: adding workaround for signature mismatch for kDoSound(fade) in kq6 flopp... | Martin Kiewitz |
2010-07-10 | SCI: fixing kGraph(updateBox) signature for kq6 hires/lowres (allowing null r... | Martin Kiewitz |
2010-07-10 | SCI: adding workaround for kGraph(fillBoxAny) in sq4cd when accessing the gam... | Martin Kiewitz |
2010-07-10 | SCI: removing hoyle workaround from kAbs & signature and adding it into worka... | Martin Kiewitz |
2010-07-10 | SCI: adding descriptive comments for subop-tables | Martin Kiewitz |
2010-07-10 | SCI: adding workaround for script error when leaving ulence flats bar in sq1 | Martin Kiewitz |
2010-07-10 | SCI: added signatures for kGraph, removed isDummy boolean from KernelFunction | Martin Kiewitz |
2010-07-10 | SCI: allow invalid handles in kDisplay calls, fixes pq3 intro signature mismatch | Martin Kiewitz |
2010-07-10 | SCI: adding kPalette signatures, fixing 3 kPalVary calls, fixing kAssertPalet... | Martin Kiewitz |
2010-07-10 | SCI: added kPalVary signatures & mapping, removed debug-warnings | Martin Kiewitz |