aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel_tables.h
AgeCommit message (Expand)Author
2011-02-27SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLYmd5
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-02-02SCI: Add comment about GK1 Mac using kSetFontResMatthew Hoops
2011-01-12SCI: Added a workaround for script bug #3156472 - "King's Quest 5 cdrom versi...Filippos Karapetis
2011-01-08SCI2: Updated commentsFilippos Karapetis
2011-01-08SCI2.1: Added some information about kSetPalStyleRange, kNewRoom and kMorphOnFilippos Karapetis
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-07SCI: Removed leftover end markers from the opcode formats arrayFilippos Karapetis
2011-01-07SCI2/2.1: Improvements to the find_callk debug function, and some kernel func...Filippos 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-11-10SCI: Some SCI3 changesFilippos Karapetis
2010-11-10SCI: Updated the SCI2.1 kernel function table with the SCI3 changes/additionsFilippos Karapetis
2010-11-09SCI: Temporarily disable the PrintDebug call, which is only partiallyLars Skovlund
2010-10-31SCI: Fix for bug #3100292 - "QFG2: signature mismatch at the WIT"Filippos Karapetis
2010-10-29SCI: Updated kSetShowStyle signature for SCI2.1. SQ6 starts againFilippos Karapetis
2010-10-23SCI: Silence runtime warnings when editing kernel_tables.h with VS2010Filippos Karapetis
2010-10-23ALL: Fix indention (whitespaces -> tabs)Max Horn
2010-10-20SCI: Changed some tabs to spacesFilippos Karapetis
2010-10-20SCI: Marked several unused SCI2/SCI2.1 kernel functions and updated comments ...Filippos Karapetis
2010-10-17SCI: Added comments for the unmapped SCI2/SCI2.1 kernel functionsFilippos Karapetis
2010-09-17SCI: Use spaces for indentation for consistency.Johannes Schickel
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-15SCI2: adding a stub for the kPurge memory functionFilippos 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-09-09SCI: Support a few optional parameters in SCI32 List callsLars Skovlund
2010-09-04SCI: properly reversed kDoAvoiderMartin Kiewitz
2010-08-24SCI: more work on replacing save dialogMartin Kiewitz
2010-08-24SCI: changing signature of kRestoreGameMartin Kiewitz
2010-08-23SCI: some more work on replacing restore dialogMartin Kiewitz
2010-08-22SCI: Reimplemented the kShow kernel command, used by the inbuilt SCI debugger...Filippos Karapetis
2010-08-18SCI: Fixed script bug #3048054 - "LONGBOW: crash when opening hand code" (Ger...Filippos Karapetis
2010-08-18SCI: Fixed bug #3042964 - "KQ4: Signature Mismatch"Filippos Karapetis
2010-08-11SCI: adding workaround for sq1Martin Kiewitz
2010-08-03SCI: adding kDoSound(fade) workaround table to sci1earlyMartin Kiewitz
2010-08-02SCI: Silenced some sound related warnings. Added an empty function for kDoSou...Filippos Karapetis
2010-08-02SCI: Fixed script bug #3037835 - "ISLANDBRAIN: Crash when breeding second-gen...Filippos Karapetis
2010-08-02SCI: Fixed script bug #3038077 - "PQ3 : Engine Abort While Plotting Crimes", ...Filippos Karapetis
2010-07-30SCI: Fix saving/restoring games in fan gamesMatthew Hoops
2010-07-30SCI: adding workaround for kSetCursor kq5cdMartin Kiewitz
2010-07-30SCI: cleaning up kSetCursorMartin Kiewitz