Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-18 | SCI: Add Mac signature for kTextSize which can have an extra integer parameter. | Matthew Hoops | |
svn-id: r51004 | |||
2010-07-18 | SCI: adding room numbers to all workarounds | Martin Kiewitz | |
svn-id: r50990 | |||
2010-07-17 | SCI: removing kSetPort 4 argument support from r44938, which was wrong - ↵ | Martin Kiewitz | |
adding workaround for lsl6 ending - fixes lsl6 ending svn-id: r50967 | |||
2010-07-16 | SCI: adding signatures for 4-parameter variant of kDoSound(sendMidi), needs ↵ | Martin Kiewitz | |
to get figured out how this works - fixes signature mismatch in lsl1 svn-id: r50937 | |||
2010-07-14 | SCI: removing #ifdef ENABLE_SCI32 from one single line (just a waste) and ↵ | Martin Kiewitz | |
adding it to kDoSound (SCI2.1) svn-id: r50897 | |||
2010-07-14 | SCI: added signatures for kFileIO, some changes to actual kFileIO code, ↵ | Martin Kiewitz | |
removed some CHECKMEs/TODOs svn-id: r50896 | |||
2010-07-14 | SCI: changing kList(18) into StubNull, so that torin demo works a little ↵ | Martin Kiewitz | |
more till we figure out what's supposed to be in there svn-id: r50880 | |||
2010-07-14 | SCI: changing signature of kDoSound(play) in SCI2.1 to "o(i)" now, because ↵ | Martin Kiewitz | |
qfg4 still uses "oi" calling svn-id: r50879 | |||
2010-07-14 | SCI: adding sound version 2.1, to properly add sci2.1 signature for ↵ | Martin Kiewitz | |
kDoSound(play) svn-id: r50878 | |||
2010-07-14 | SCI: replacing some tabs with spaces | Martin Kiewitz | |
svn-id: r50877 | |||
2010-07-14 | SCI: changing SIG_SCI2 back to SIG_SCI32, because all those signatures are ↵ | Martin Kiewitz | |
meant for SCI2+, not SCI2 only. Changing SIG_SCI21 to only mean SCI2.1 instead of SCI2.1+, making main signature and mapping of kList exclusive to SCI2.1 svn-id: r50876 | |||
2010-07-14 | SCI: replacing fixme with todo | Martin Kiewitz | |
svn-id: r50875 | |||
2010-07-14 | SCI: moving hack signature for kDoSound(play) to SCI1LATE only, adding ↵ | Martin Kiewitz | |
comment about this and changing signature for SCI1EARLY back to what it was. svn-id: r50874 | |||
2010-07-14 | Oops... whitespace/layout again (I'm tired...) | Filippos Karapetis | |
svn-id: r50867 | |||
2010-07-14 | Whitespace/layout | Filippos Karapetis | |
svn-id: r50866 | |||
2010-07-14 | SCI: Fixed script bug (invalid call to kStrCpy) in Island of Dr. Brain, room ↵ | Filippos Karapetis | |
260 (Hominy Homonym puzzle) svn-id: r50865 | |||
2010-07-14 | SCI: | Filippos Karapetis | |
- Split SCI2 from SCI2.1 signature checks - Added signature checking for the subops of the SCI2.1 kernel call kList - Added support for calls to kAddToFront and kAddToEnd with 3 parameters (unimplemented code uncovered by the signature checks) - Added a FIXME for a potential incorrect subop (uncovered by the signature checks), which might be related to the crashes in the demo of Torin's Passage svn-id: r50861 | |||
2010-07-13 | Fixed the signature check for DoSound (play) for SCI2.1 games, so that they ↵ | Filippos Karapetis | |
start again svn-id: r50857 | |||
2010-07-13 | SCI: removing old kernel signature stuff | Martin Kiewitz | |
svn-id: r50848 | |||
2010-07-12 | SCI: fixing typo | Martin Kiewitz | |
svn-id: r50827 | |||
2010-07-12 | SCI: adding kUnLoad workaround for lsl6 (during end kUnLoad is called with ↵ | Martin Kiewitz | |
additional 4 parameters, someone thought the API would work differently) svn-id: r50826 | |||
2010-07-12 | SCI: adding workaround for signature mismatch when giving merrily the key to ↵ | Martin Kiewitz | |
the bungee tower svn-id: r50820 | |||
2010-07-12 | SCI: adding another restore workaround for lsl6 | Martin Kiewitz | |
svn-id: r50816 | |||
2010-07-12 | SCI: added another workaround for lsl6 kGraph(restoreBox) | Martin Kiewitz | |
svn-id: r50815 | |||
2010-07-12 | SCI: add workaround for lsl6 restore issue (needs to get further ↵ | Martin Kiewitz | |
investigated), hunk segment is used but hunk segment isn't existant at that point when restoring the game svn-id: r50814 | |||
2010-07-11 | SCI: fix signature loading for subops, fixes kq6 signature mismatch | Martin Kiewitz | |
svn-id: r50807 | |||
2010-07-11 | SCI: adding signature workaround for script error in lsl6 during intro, also ↵ | Martin Kiewitz | |
changing comments of other workarounds svn-id: r50805 | |||
2010-07-11 | SCI: changing signature for kDoSound(resume) it seems its called right after ↵ | Martin Kiewitz | |
restoring to resume music - which we do already automatically svn-id: r50800 | |||
2010-07-11 | SCI: adding workaround for signature mismatch for kDoSound(fade) in kq6 ↵ | Martin Kiewitz | |
floppy/demo svn-id: r50799 | |||
2010-07-10 | SCI: fixing kGraph(updateBox) signature for kq6 hires/lowres (allowing null ↵ | Martin Kiewitz | |
reference) svn-id: r50793 | |||
2010-07-10 | SCI: adding workaround for kGraph(fillBoxAny) in sq4cd when accessing the ↵ | Martin Kiewitz | |
game menu svn-id: r50791 | |||
2010-07-10 | SCI: removing hoyle workaround from kAbs & signature and adding it into ↵ | Martin Kiewitz | |
workaround table svn-id: r50790 | |||
2010-07-10 | SCI: adding descriptive comments for subop-tables | Martin Kiewitz | |
svn-id: r50788 | |||
2010-07-10 | SCI: adding workaround for script error when leaving ulence flats bar in sq1 | Martin Kiewitz | |
svn-id: r50787 | |||
2010-07-10 | SCI: added signatures for kGraph, removed isDummy boolean from KernelFunction | Martin Kiewitz | |
svn-id: r50786 | |||
2010-07-10 | SCI: allow invalid handles in kDisplay calls, fixes pq3 intro signature mismatch | Martin Kiewitz | |
svn-id: r50785 | |||
2010-07-10 | SCI: adding kPalette signatures, fixing 3 kPalVary calls, fixing ↵ | Martin Kiewitz | |
kAssertPalette (we used the wrong parameter number before, maybe the issues were caused by this) svn-id: r50780 | |||
2010-07-10 | SCI: added kPalVary signatures & mapping, removed debug-warnings | Martin Kiewitz | |
svn-id: r50777 | |||
2010-07-09 | SCI: removing origName from KernelFunction struct, adding debugCalls boolean ↵ | Martin Kiewitz | |
for later use svn-id: r50769 | |||
2010-07-09 | SCI: actually all sound-sci0 games used a completely different kDoSoundPause ↵ | Martin Kiewitz | |
logic, implement it - fixes all sorts of games not pausing when going to restore menu and more svn-id: r50760 | |||
2010-07-09 | SCI: added currently commented-out pauseSound implementation for some sci0 ↵ | Martin Kiewitz | |
games, allowing integer for that subfunction svn-id: r50759 | |||
2010-07-09 | SCI: fixing signature for kDoSound(suspend) | Martin Kiewitz | |
svn-id: r50756 | |||
2010-07-09 | SCI: implemented subsignatures for kDoSound | Martin Kiewitz | |
svn-id: r50755 | |||
2010-07-09 | SCI: getting signatures for subfunctions from previous entries, if needed | Martin Kiewitz | |
svn-id: r50754 | |||
2010-07-08 | SCI: part of subfunction signature&mapping implemented, little cleanup | Martin Kiewitz | |
svn-id: r50750 | |||
2010-07-08 | SCI: sorted kernel map alphabetically | Martin Kiewitz | |
svn-id: r50746 | |||
2010-07-07 | SCI: adding support to kernel signatures that invalid references may also ↵ | Martin Kiewitz | |
get allowed - doing exactly this for kGraph(restoreBox) - fixes castle of dr. brain when quitting the game - maybe a game specific workaround would be better?!?! svn-id: r50737 | |||
2010-07-06 | SCI: removing invalid reference error from signature checking, instead ↵ | Martin Kiewitz | |
adding new type "invalid", so that full call parameter debug information is available svn-id: r50725 | |||
2010-07-05 | SCI: fixing signature of kDoSound (fading related) thx to Ceriand | Martin Kiewitz | |
svn-id: r50707 | |||
2010-07-05 | SCI: fixing kDrawCel signature for kq6 | Martin Kiewitz | |
svn-id: r50703 |