aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel.h
AgeCommit message (Expand)Author
2013-11-21SCI: fix script patcher for games w/o vocabMartin Kiewitz
2013-04-28SCI: Fix Phantasmagoria Mac's kDoSoundMatthew Hoops
2013-01-11SCI: Add subop 9 of kPalVary (used in SCI32, e.g. QFG4 when exiting the caves)Filippos Karapetis
2012-07-24SCI: Separate the early SCI11 version of kRemapColors from the SCI32 oneFilippos Karapetis
2012-07-05SCI: Some updates to SCI32 kernel graphics functionsFilippos Karapetis
2012-07-04SCI: Merge and simplify the code that sets the kernel functionsFilippos Karapetis
2012-06-13SCI: Use the later SCI file functions for the SCI0 onesFilippos Karapetis
2012-06-13SCI: Change kSave() to be a kernel function with subopsFilippos Karapetis
2012-06-13SCI: Move all file-related functions in file.*Filippos Karapetis
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