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