Age | Commit message (Expand) | Author |
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 |
2010-07-09 | SCI: removing origName from KernelFunction struct, adding debugCalls boolean ... | Martin Kiewitz |
2010-07-09 | SCI: actually all sound-sci0 games used a completely different kDoSoundPause ... | Martin Kiewitz |
2010-07-09 | SCI: added currently commented-out pauseSound implementation for some sci0 ga... | Martin Kiewitz |
2010-07-09 | SCI: fixing signature for kDoSound(suspend) | Martin Kiewitz |
2010-07-09 | SCI: implemented subsignatures for kDoSound | Martin Kiewitz |
2010-07-09 | SCI: getting signatures for subfunctions from previous entries, if needed | Martin Kiewitz |
2010-07-08 | SCI: part of subfunction signature&mapping implemented, little cleanup | Martin Kiewitz |
2010-07-08 | SCI: sorted kernel map alphabetically | Martin Kiewitz |
2010-07-07 | SCI: adding support to kernel signatures that invalid references may also get... | Martin Kiewitz |
2010-07-06 | SCI: removing invalid reference error from signature checking, instead adding... | Martin Kiewitz |
2010-07-05 | SCI: fixing signature of kDoSound (fading related) thx to Ceriand | Martin Kiewitz |
2010-07-05 | SCI: fixing kDrawCel signature for kq6 | Martin Kiewitz |
2010-07-05 | SCI: implemented new kernel call signature format | Martin Kiewitz |
2010-07-03 | SCI: adding support to identify uninitialized values, when doing debug output... | Martin Kiewitz |
2010-07-03 | SCI: fixing #define SIGFOR_ALL, so that amiga games work again :P | Martin Kiewitz |
2010-07-01 | Support the CD kernel call (stub) and add the TRUE_REG constant. | Lars Skovlund |
2010-07-01 | SCI: Mark the ShiftScreen, ListOps and ATan SCI1 kernel functions as unused (... | Filippos Karapetis |
2010-06-30 | SCI: removing sq1 workaround for kUnLoad for now, maybe it was originally mea... | Martin Kiewitz |
2010-06-30 | Fixed the signature for kUnload (thanks m_kiewitz) | Filippos Karapetis |
2010-06-30 | SCI: changing signature of kUnLoad, adding workaround for sq1 ulence flats bug | Martin Kiewitz |
2010-06-30 | SCI: removing all the remaining debug output from signature matching | 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: implementing workarounds for kernel calls, removing original code workar... | Martin Kiewitz |
2010-06-29 | SCI: added sci32-specific signature for kGetSaveDir | Martin Kiewitz |
2010-06-29 | SCI: added mac-specific signature for kGetEvent | Martin Kiewitz |