Age | Commit message (Expand) | Author |
2016-03-03 | SCI32: Add all kBitmap signatures | Colin Snover |
2016-02-28 | SCI32: Non-titled text bitmap implementation | Colin Snover |
2016-02-22 | SCI32: Document purpose of 993.voc | Lars Skovlund |
2016-02-18 | SCI: Build kernel table for ScrollWindow and stub seen functions | Colin Snover |
2016-02-18 | SCI: Remove wrong comments in kernel.h and break apart logical sections | Colin Snover |
2016-01-14 | SCI: Implement SCI32 kPalVary and kPalette setFade | Colin Snover |
2016-01-14 | SCI: Add kPalMorph stub | Colin Snover |
2016-01-08 | Merge pull request #644 from csnover/sci32-kPalCycle | Filippos Karapetis |
2016-01-07 | SCI32: Add kSetPalStyleRange stub code | Colin Snover |
2016-01-04 | SCI32: fix kString calling from within kArray | Martin Kiewitz |
2015-12-29 | SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE | Martin Kiewitz |
2015-03-20 | SCI: improve debug output for signature mismatch | Martin Kiewitz |
2014-10-28 | SCI: Remove trailing whitespace | Filippos Karapetis |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-11-21 | SCI: fix script patcher for games w/o vocab | Martin Kiewitz |
2013-04-28 | SCI: Fix Phantasmagoria Mac's kDoSound | Matthew Hoops |
2013-01-11 | SCI: Add subop 9 of kPalVary (used in SCI32, e.g. QFG4 when exiting the caves) | Filippos Karapetis |
2012-07-24 | SCI: Separate the early SCI11 version of kRemapColors from the SCI32 one | Filippos Karapetis |
2012-07-05 | SCI: Some updates to SCI32 kernel graphics functions | Filippos Karapetis |
2012-07-04 | SCI: Merge and simplify the code that sets the kernel functions | Filippos Karapetis |
2012-06-13 | SCI: Use the later SCI file functions for the SCI0 ones | Filippos Karapetis |
2012-06-13 | SCI: Change kSave() to be a kernel function with subops | Filippos Karapetis |
2012-06-13 | SCI: Move all file-related functions in file.* | Filippos Karapetis |
2012-06-09 | SCI: Initial implementation of AddLine, UpdateLine, DeleteLine | Filippos Karapetis |
2012-05-26 | SCI: Implement kGetConfig and kGetSierraProfileInt | Filippos Karapetis |
2012-05-14 | SCI: Implement savegame deletion functionality in SCI32 | Filippos Karapetis |
2011-10-28 | SCI: Added skeleton code for kEditText (still not working) | Filippos Karapetis |
2011-10-19 | SCI: Implemented kObjectIntersect() | Filippos Karapetis |
2011-10-18 | SCI: Initial implementation of kPlayDuck for Phantasmagoria 2 | Filippos Karapetis |
2011-10-11 | SCI: Proper implementation of text drawing for SCI2+ | Filippos Karapetis |
2011-10-10 | SCI: SCI32 kernel functions kRepaintPlane and kInputText are unused | Filippos Karapetis |
2011-10-07 | SCI21: Some initial work on kBitmap | Filippos Karapetis |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-12 | SCI: Added automatic detection for several selectors | md5 |
2011-02-03 | SCI: Add a stub for kFont which calls kSetFontRes as a subop | Matthew Hoops |
2011-02-03 | SCI: Add support for GK1 Mac high-res fonts | Matthew Hoops |
2011-01-08 | SCI2.1: Some stubs used by SQ6 | Filippos Karapetis |
2011-01-08 | SCI2.1: Some functionality for Phantasmagoria 1 and MUMG Deluxe | Filippos Karapetis |
2011-01-08 | SCI: Fixed typo | Filippos Karapetis |
2011-01-08 | SCI2.1: Added/documented some functionality used by Shivers 1 | Filippos Karapetis |
2011-01-07 | SCI2.1: Kernel function changes (after looking through all of the SCI2.1 games) | Filippos Karapetis |
2010-11-24 | SCI: some changes to the way reverb is handled | Filippos Karapetis |
2010-11-19 | SCI: Implement the GetConfig call for LSL7 | Lars Skovlund |
2010-10-20 | SCI: Added a new debug command, "find_callk" | Filippos Karapetis |
2010-09-17 | SCI2: some very early work on kSetShowStyle | Filippos Karapetis |
2010-09-15 | SCI: Some very early work on kRemapColors (just comments/observations for now) | Filippos Karapetis |
2010-09-09 | SCI: Implemented the kPrintDebug SCI2.1 kernel function, used in Shivers (demo) | Filippos Karapetis |
2010-09-09 | SCI: kIsOnMe is kOnMe, merge both into kIsOnMe | Martin Kiewitz |
2010-09-09 | SCI: Kernel table changes | Filippos Karapetis |