aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel.h
AgeCommit message (Expand)Author
2016-08-19SCI32: Partially implement kCDColin Snover
2016-08-19SCI32: Add kPlayVMDGetStatus kernel callColin Snover
2016-08-19SCI32: Fix kGlobalToLocal and kLocalToGlobalColin Snover
2016-08-19SCI32: Implement kRobotColin Snover
2016-08-19SCI32: Split kPlatform for SCI32Colin Snover
2016-08-19SCI32: Implement kShakeScreen for SCI32Colin Snover
2016-08-19SCI32: Remove GfxScreen from SCI32Colin Snover
2016-08-19SCI32: Implement SCI32 cursor supportColin Snover
2016-08-12SCI32: Implement kShowMovieColin Snover
2016-08-11SCI32: Temporarily revert kShowMovie due to buildbot failuresColin Snover
2016-08-11SCI32: Implement kShowMovieColin Snover
2016-07-11SCI32: Split GfxPalette and GfxPalette32 + HunkPaletteColin Snover
2016-07-11SCI32: Split kPalCycle into subop functionsColin Snover
2016-07-10SCI32: Clean up Video32/VMDPlayerColin Snover
2016-07-10SCI32: Implement kPlayVMDColin Snover
2016-07-02SCI: Improve kernel subfunction loggingWillem Jan Palenstijn
2016-06-26SCI32: Fix broken Remap implementationColin Snover
2016-06-21SCI32: Implement basic kMessageBoxColin Snover
2016-06-21SCI32: Implement kScrollWindowWillem Jan Palenstijn
2016-06-20SCI: Minor cleanup of kDoSoundColin Snover
2016-06-20SCI32: Rewrite digital audio engineColin Snover
2016-03-13SCI32: Implement kCelHigh and kCelWide SCI32 versionsColin Snover
2016-03-11SCI32: Initial implementation of kRemapColorsFilippos Karapetis
2016-03-10SCI32: Implement kMovePlaneItemsColin Snover
2016-03-10SCI32: Implement kSetNowSeenColin Snover
2016-03-10SCI32: Implement kCantBeHereColin Snover
2016-03-03SCI32: Add all kBitmap signaturesColin Snover
2016-02-28SCI32: Non-titled text bitmap implementationColin Snover
2016-02-22SCI32: Document purpose of 993.vocLars Skovlund
2016-02-18SCI: Build kernel table for ScrollWindow and stub seen functionsColin Snover
2016-02-18SCI: Remove wrong comments in kernel.h and break apart logical sectionsColin Snover
2016-01-14SCI: Implement SCI32 kPalVary and kPalette setFadeColin Snover
2016-01-14SCI: Add kPalMorph stubColin Snover
2016-01-08Merge pull request #644 from csnover/sci32-kPalCycleFilippos Karapetis
2016-01-07SCI32: Add kSetPalStyleRange stub codeColin Snover
2016-01-04SCI32: fix kString calling from within kArrayMartin Kiewitz
2015-12-29SCI32: split up SCI2.1 into EARLY/MIDDLE/LATEMartin Kiewitz
2015-03-20SCI: improve debug output for signature mismatchMartin Kiewitz
2014-10-28SCI: Remove trailing whitespaceFilippos Karapetis
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
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