aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel.cpp
AgeCommit message (Expand)Author
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
2010-08-04SCI: Add kDisplay workarounds for the Hero's Quest demoMatthew Hoops
2010-08-03SCI: adding bpk debug commandMartin Kiewitz
2010-08-02SCI: fixing leak kernel subfunctionsMartin Kiewitz
2010-08-01SCI: Cleanup.Johannes Schickel
2010-08-01SCI: changing noname selector namesMartin Kiewitz
2010-07-29SCI: fixing hoyle 3Martin Kiewitz
2010-07-29SCI: finished logkernel commandMartin Kiewitz
2010-07-29SCI: midi hold behaviour fixedMartin Kiewitz
2010-07-29SCI: some subfunction support for logkernelMartin Kiewitz
2010-07-27SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitlesMatthew Hoops
2010-07-23SCI: logkernel changesMartin Kiewitz
2010-07-23SCI: adding new debug command logkernelMartin Kiewitz
2010-07-21SCI: Moved all the static kernel-related tables in a separate file. Also, mov...Filippos Karapetis
2010-07-21SCI: Moved all the workaround tables in a separate file, to keep them apart f...Filippos Karapetis
2010-07-20SCI: some sci32 fixesMartin Kiewitz
2010-07-20SCI: clean up workaround tables/codeMartin Kiewitz
2010-07-20SCI: adding workaround for sq1 in barMartin Kiewitz
2010-07-20SCI: adding uninit workarounds for cnick gamesMartin Kiewitz
2010-07-20SCI: change the workaround-typesMartin Kiewitz
2010-07-20SCI: added workaround for kq1 kDoSound(fade)Martin Kiewitz
2010-07-20SCI: renaming kDoSound(resume) to resumeAfterRestoreMartin Kiewitz