aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel.h
AgeCommit message (Expand)Author
2012-06-09SCI: Initial implementation of AddLine, UpdateLine, DeleteLineFilippos Karapetis
2012-05-26SCI: Implement kGetConfig and kGetSierraProfileIntFilippos Karapetis
2012-05-14SCI: Implement savegame deletion functionality in SCI32Filippos Karapetis
2011-10-28SCI: Added skeleton code for kEditText (still not working)Filippos Karapetis
2011-10-19SCI: Implemented kObjectIntersect()Filippos Karapetis
2011-10-18SCI: Initial implementation of kPlayDuck for Phantasmagoria 2Filippos Karapetis
2011-10-11SCI: Proper implementation of text drawing for SCI2+Filippos Karapetis
2011-10-10SCI: SCI32 kernel functions kRepaintPlane and kInputText are unusedFilippos Karapetis
2011-10-07SCI21: Some initial work on kBitmapFilippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-12SCI: Added automatic detection for several selectorsmd5
2011-02-03SCI: Add a stub for kFont which calls kSetFontRes as a subopMatthew Hoops
2011-02-03SCI: Add support for GK1 Mac high-res fontsMatthew Hoops
2011-01-08SCI2.1: Some stubs used by SQ6Filippos Karapetis
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