aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel.h
AgeCommit message (Expand)Author
2011-01-08SCI2.1: Some functionality for Phantasmagoria 1 and MUMG DeluxeFilippos Karapetis
2011-01-08SCI: Fixed typoFilippos Karapetis
2011-01-08SCI2.1: Added/documented some functionality used by Shivers 1Filippos Karapetis
2011-01-07SCI2.1: Kernel function changes (after looking through all of the SCI2.1 games)Filippos Karapetis
2010-11-24SCI: some changes to the way reverb is handledFilippos Karapetis
2010-11-19SCI: Implement the GetConfig call for LSL7Lars Skovlund
2010-10-20SCI: Added a new debug command, "find_callk"Filippos Karapetis
2010-09-17SCI2: some very early work on kSetShowStyleFilippos Karapetis
2010-09-15SCI: Some very early work on kRemapColors (just comments/observations for now)Filippos Karapetis
2010-09-09SCI: Implemented the kPrintDebug SCI2.1 kernel function, used in Shivers (demo)Filippos Karapetis
2010-09-09SCI: kIsOnMe is kOnMe, merge both into kIsOnMeMartin Kiewitz
2010-09-09SCI: Kernel table changesFilippos Karapetis
2010-09-09SCI: SCI2/2.1 kernel table changesFilippos Karapetis
2010-08-22SCI: Reimplemented the kShow kernel command, used by the inbuilt SCI debugger...Filippos Karapetis
2010-08-03SCI: adding bpk debug commandMartin Kiewitz
2010-08-02SCI: Silenced some sound related warnings. Added an empty function for kDoSou...Filippos Karapetis
2010-07-29SCI: some subfunction support for logkernelMartin Kiewitz
2010-07-27SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitlesMatthew Hoops
2010-07-25SCI: adding kAddPicAt dummyMartin Kiewitz
2010-07-25SCI: adding separate kCantBeHere32 (stub)Martin Kiewitz
2010-07-23SCI: adding new debug command logkernelMartin Kiewitz
2010-07-21SCI: More rest of the workaround defs to workarounds.hMax Horn
2010-07-21SCI: Moved all the static kernel-related tables in a separate file. Also, mov...Filippos Karapetis
2010-07-20SCI: clean up workaround tables/codeMartin Kiewitz
2010-07-20SCI: adding uninit workarounds for cnick gamesMartin Kiewitz
2010-07-20SCI: renaming kDoSound(resume) to resumeAfterRestoreMartin Kiewitz
2010-07-18SCI: adding room numbers to all workaroundsMartin Kiewitz
2010-07-14SCI: added signatures for kFileIO, some changes to actual kFileIO code, remov...Martin Kiewitz
2010-07-14TyposFilippos Karapetis
2010-07-14SCI:Filippos Karapetis
2010-07-12SCI: Remove dead codeMax Horn
2010-07-10SCI: added signatures for kGraph, removed isDummy boolean from KernelFunctionMartin 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: implemented subsignatures for kDoSoundMartin 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: fix compilation issues from r50678Martin 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-01Support the CD kernel call (stub) and add the TRUE_REG constant.Lars Skovlund
2010-06-30SCI: Removed the FreeSCI music codeFilippos Karapetis
2010-06-30SCI: implementing workarounds for kernel calls, removing original code workar...Martin Kiewitz
2010-06-29SCI: print out actual and supposed parameter types when having a kernel call ...Martin Kiewitz
2010-06-25Removed all of the non-validating code - there's no real point in removing sc...Filippos Karapetis
2010-06-25Added the SCI2.1 kText kernel function (subop 0, kTextSize for now)Filippos Karapetis
2010-06-23Moved the SelectorCache struct inside selector.h, where it belongs, and fixed...Filippos Karapetis