aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel.cpp
AgeCommit message (Expand)Author
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
2010-07-09SCI: actually all sound-sci0 games used a completely different kDoSoundPause ...Martin Kiewitz
2010-07-09SCI: added currently commented-out pauseSound implementation for some sci0 ga...Martin Kiewitz
2010-07-09SCI: fixing signature for kDoSound(suspend)Martin Kiewitz
2010-07-09SCI: implemented subsignatures for kDoSoundMartin Kiewitz
2010-07-09SCI: getting signatures for subfunctions from previous entries, if neededMartin Kiewitz
2010-07-08SCI: part of subfunction signature&mapping implemented, little cleanupMartin Kiewitz
2010-07-08SCI: sorted kernel map alphabeticallyMartin Kiewitz
2010-07-07SCI: adding support to kernel signatures that invalid references may also get...Martin Kiewitz
2010-07-06SCI: removing invalid reference error from signature checking, instead adding...Martin Kiewitz
2010-07-05SCI: fixing signature of kDoSound (fading related) thx to CeriandMartin Kiewitz
2010-07-05SCI: fixing kDrawCel signature for kq6Martin Kiewitz
2010-07-05SCI: implemented new kernel call signature formatMartin Kiewitz
2010-07-03SCI: adding support to identify uninitialized values, when doing debug output...Martin Kiewitz
2010-07-03SCI: fixing #define SIGFOR_ALL, so that amiga games work again :PMartin Kiewitz
2010-07-01Support the CD kernel call (stub) and add the TRUE_REG constant.Lars Skovlund
2010-07-01SCI: Mark the ShiftScreen, ListOps and ATan SCI1 kernel functions as unused (...Filippos Karapetis
2010-06-30SCI: removing sq1 workaround for kUnLoad for now, maybe it was originally mea...Martin Kiewitz
2010-06-30Fixed the signature for kUnload (thanks m_kiewitz)Filippos Karapetis
2010-06-30SCI: changing signature of kUnLoad, adding workaround for sq1 ulence flats bugMartin Kiewitz
2010-06-30SCI: removing all the remaining debug output from signature matchingMartin Kiewitz
2010-06-30SCI: removing full debug output when signature fails to the point where we di...Martin Kiewitz
2010-06-30SCI: implementing workarounds for kernel calls, removing original code workar...Martin Kiewitz
2010-06-29SCI: added sci32-specific signature for kGetSaveDirMartin Kiewitz
2010-06-29SCI: added mac-specific signature for kGetEventMartin Kiewitz
2010-06-29SCI: implemented version specific signatures, added special kDrawCel signatur...Martin Kiewitz
2010-06-29SCI: adding space in kernelmap for workaround tableMartin Kiewitz
2010-06-29SCI: kernelMap cleanup and making it possible to have version (not implemente...Martin Kiewitz
2010-06-29SCI: print out actual and supposed parameter types when having a kernel call ...Martin Kiewitz
2010-06-28SCI: Make Script member vars private; add const qualifiersMax Horn
2010-06-25SCI: Introduce SciGameId enumMax Horn
2010-06-25Added the SCI2.1 kText kernel function (subop 0, kTextSize for now)Filippos Karapetis
2010-06-18SCI: Rewrap some overlong commentsMax Horn
2010-06-17Strict mode: Changed several warnings due to logic bugs into errors. If an er...Filippos Karapetis
2010-06-17SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()'Max Horn
2010-06-17SCI: Remove hack related to compiled kernel signatures.Max Horn
2010-06-17SCI: Remove selector_name function, some cleanupMax Horn
2010-06-17Fix the QFG4 Demo: kStrSplit has been replaced with kRemapColors.Matthew Hoops
2010-06-16Hooked the VMD player in kPlayVMD. The VMD videos in the demo of Phantasmagor...Filippos Karapetis
2010-06-16Implemented the SCI2.1 kMulDiv kernel function. Walking in Torin's Passage is...Filippos Karapetis
2010-06-14Hopefully fixed kOnMe (SCI2) and implemented kIsOnMe (SCI2.1). GK1 and the de...Filippos Karapetis
2010-06-11Added a new kernel function, kEmpty, for really empty (not dummy, i.e. unimpl...Filippos Karapetis
2010-06-10In SCI1.1, kSetSynonyms is a dummy (empty) functionFilippos Karapetis
2010-06-10SCI: Get rid of DEFUN, cleanupMax Horn
2010-06-10SCI: Cleanup kernel signature code a bit.Max Horn
2010-06-09Fixed crash in SCI2.1 gamesFilippos Karapetis
2010-06-09Limit kPortrait to be used in the Windows version of KQ6 onlyFilippos Karapetis