aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel_tables.h
AgeCommit message (Expand)Author
2013-10-30SCI: Fix script bug #3615120 - "SCI: Crazy Nick Laura Bow - kReadNumber signa...Filippos Karapetis
2013-01-11SCI: Add 2 workarounds for script bugs in QFG4Filippos Karapetis
2012-10-22SCI: Fix bug #3578335 - "SCI: Mixed-Up Mother Goose EGA - crash upon choosing...Filippos Karapetis
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
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: make g_base_opcode_formats and SciOpcodes a bit more readableFilippos Karapetis
2012-07-04SCI: Mark the SetScroll and SetHotRectangles kernel functions as unusedFilippos Karapetis
2012-07-04SCI: Update some kernel table related commentsFilippos Karapetis
2012-07-04SCI: Handle the autosave call of Torin's PassageFilippos Karapetis
2012-07-04SCI: FileIO subop 19 checks for directory validityFilippos Karapetis
2012-07-04SCI: Merge and simplify the code that sets the kernel functionsFilippos Karapetis
2012-06-13SCI: Only include kSave_subops if ENABLE_SCI32 is definedFilippos 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-09SCI: Initial implementation of AddLine, UpdateLine, DeleteLineFilippos Karapetis
2012-06-07SCI: Initial implementation of kScrollWindow, used in some SCI21 gamesFilippos Karapetis
2012-05-26SCI: Map another missing kFileIO callFilippos Karapetis
2012-05-26SCI: Implement kGetConfig and kGetSierraProfileIntFilippos Karapetis
2012-05-24SCI: Map the rarely used VibrateMouse kernel function to be an empty callFilippos Karapetis
2012-05-14SCI: Implement savegame deletion functionality in SCI32Filippos Karapetis
2012-01-13SCI: Blacklist more unused/debug SCI2.1 kernel functionsFilippos Karapetis
2011-11-29SCI: Fix restarting SCI engine with different SCI versionWillem Jan Palenstijn
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-12SCI: Marked functions that have been changed into dummy ones in SCI3Filippos 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-09SCI32: Marked/updated several unused/still not needed kernel functionsFilippos Karapetis
2011-10-07SCI21: Some initial work on kBitmapFilippos Karapetis
2011-09-23SCI21: Marked kNewRoom as a debug functionFilippos Karapetis
2011-09-08SCI: Made some static data const.Johannes Schickel
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-13SCI: Add workaround for a QFG1 VGA Mac kFormat bugMatthew Hoops
2011-03-12SCI: Added proper fix for bug #3048054 - "LONGBOW: crash when opening hand code"md5
2011-03-10SCI: kPurge is the SCI2+ version of kFlushResourcesmd5
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