aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel.cpp
AgeCommit message (Expand)Author
2010-09-04SCI: Updated comment concerning kCantBeHere and removed a wrong check for Hoy...Filippos Karapetis
2010-08-04SCI: Add kDisplay workarounds for the Hero's Quest demoMatthew Hoops
2010-08-03SCI: adding bpk debug commandMartin Kiewitz
2010-08-02SCI: fixing leak kernel subfunctionsMartin Kiewitz
2010-08-01SCI: Cleanup.Johannes Schickel
2010-08-01SCI: changing noname selector namesMartin Kiewitz
2010-07-29SCI: fixing hoyle 3Martin Kiewitz
2010-07-29SCI: finished logkernel commandMartin Kiewitz
2010-07-29SCI: midi hold behaviour fixedMartin Kiewitz
2010-07-29SCI: some subfunction support for logkernelMartin Kiewitz
2010-07-27SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitlesMatthew Hoops
2010-07-23SCI: logkernel changesMartin Kiewitz
2010-07-23SCI: adding new debug command logkernelMartin Kiewitz
2010-07-21SCI: Moved all the static kernel-related tables in a separate file. Also, mov...Filippos Karapetis
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