aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel.cpp
AgeCommit message (Expand)Author
2017-09-24SCI32: Disable all SCI32 Mac codeColin Snover
2017-06-17SCI: State SCI version in error if kernel subop detection failsColin Snover
2017-06-10SCI: Move bpk/logkernel to main breakpoint infrastructureWillem Jan Palenstijn
2017-05-27SCI32: Remove dead codeColin Snover
2017-04-23SCI32: Undummy AvoidPath for SCI3Colin Snover
2017-04-22SCI: Move ScummVM kernel calls to 0xe0Colin Snover
2017-03-30SCI: Replace magic numbers in reg_t handling with symbolsColin Snover
2017-03-30SCI32: Add kWebConnect and kWinExecColin Snover
2017-03-27SCI: Implement bounds-checked reads of game resourcesColin Snover
2017-01-16SCI32: Fix spinloop in Hoyle5Colin Snover
2017-01-09SCI32: Clean up SCI3-only opcodesColin Snover
2016-09-29SCI32: Rewrite kArray & kStringColin Snover
2016-09-21SCI: Fix kernel signature commentMartin Kiewitz
2016-08-01SCI32: Add bitmap segment and remove GC option from hunk segmentColin Snover
2016-07-12SCI32: Disable kernel call 0x23 on LSL6hiresColin Snover
2016-07-02SCI: Remove presumably long-outdated FIXMEWillem Jan Palenstijn
2016-07-02SCI: Improve kernel subfunction loggingWillem Jan Palenstijn
2016-03-08SCI: Separate the demos of QFG4, PQ4 and GK1 from their full versionsFilippos Karapetis
2016-01-22SCI: add user option for high resolution graphicsMartin Kiewitz
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-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-21SCI: fix script patcher for games w/o vocabMartin Kiewitz
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-04-28SCI: Fix Phantasmagoria Mac's kDoSoundMatthew Hoops
2013-04-26SCI: Fix SCI32 BE selector name countMatthew Hoops
2012-07-04SCI: Update some kernel table related commentsFilippos Karapetis
2012-07-04SCI: Merge and simplify the code that sets the kernel functionsFilippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-06-15SCI: Replace RAW_IS_OBJECT with a methodFilippos Karapetis
2012-06-15Revert "SCI: Change Script::getObject() to accept a reg_t"Filippos Karapetis
2012-06-15SCI: Change Script::getObject() to accept a reg_tFilippos Karapetis
2011-11-29SCI: Fix restarting SCI engine with different SCI versionWillem Jan Palenstijn
2011-11-29SCI: Add RtL FIXMEWillem Jan Palenstijn
2011-10-18SCI: Set the correct number of kernel functions for SCI3Filippos Karapetis
2011-09-22SCI: Ignore invalid pointers if the kernel function signature specifies itFilippos Karapetis
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-16SCI: Add support for the KQ5 FM Towns resource formatMatthew Hoops
2011-02-05SCI: Add support for BE selector name tablesMatthew Hoops
2011-01-08SCI2.1: Added a comment with the SCI2.1 games using a SCI2 kernelFilippos Karapetis
2011-01-01SCI: debugC calls no longer require a debug level of 2 to show outputFilippos Karapetis
2010-12-07SCI: Removed the system strings code and replaced it with a much more simplif...Filippos Karapetis
2010-11-18SCI3: Added another previously unused opcode (0x27 / 0x4e)Filippos Karapetis
2010-11-17SCI3: Implement opcode to retrieve the info selector.Lars Skovlund
2010-11-12SCI: Don't check for SCI2/SCI2.1 kernel types in SCI3 games. Filippos Karapetis
2010-11-02SCI: Remove any use of printfMax Horn
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-20SCI: Added a new debug command, "find_callk"Filippos Karapetis
2010-09-04SCI: Updated comment concerning kCantBeHere and removed a wrong check for Hoy...Filippos Karapetis