Age | Commit message (Expand) | Author |
2011-02-24 | SCI: Added an initial implementation of RemapByPercent, which fixes the palet... | md5 |
2011-02-22 | SCI: Some work on kRemapColors, and added a note that it operates on an RGBA | md5 |
2011-02-07 | SCI: Converted the robot decoder into a regular video decoder, and decoupled ... | Filippos Karapetis |
2011-02-04 | SCI: Rewrote the robot playing code in a way similar to other video decoders | Filippos Karapetis |
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-02-03 | SCI21: Some robot related changes | Filippos Karapetis |
2011-01-22 | SCI21: Allow the game scripts to sync robot videos, like in SSCI. Also, refer... | Filippos Karapetis |
2011-01-21 | SCI: Partial robot support, currently disabled since it does not run | Lars Skovlund |
2011-01-12 | SCI: Simplified the kMoveCursor code | Filippos Karapetis |
2011-01-09 | SCI2: Some documentation/stubs | Filippos Karapetis |
2011-01-08 | SCI2.1: Some stubs used by SQ6 | Filippos Karapetis |
2011-01-08 | SCI: Fixed a typo | Filippos Karapetis |
2011-01-08 | SCI2.1: Added/documented some functionality used by Shivers 1 | Filippos Karapetis |
2011-01-01 | SCI: debugC calls no longer require a debug level of 2 to show output | Filippos Karapetis |
2010-11-20 | SCI: Fix ScummVM freezing during the credits scene in EcoQuest 1 (bug #3101846) | Filippos Karapetis |
2010-11-12 | Fixed signed/unsigned warning | Filippos Karapetis |
2010-11-11 | SCI2: Make robots return immediately for now, till they're implemented | Filippos Karapetis |
2010-11-08 | SCI/SCI2: Some slight changes to the graphics code | Filippos Karapetis |
2010-10-15 | SCI: Fixed access to dest in kTextSize() (thanks LordHoto) | Filippos Karapetis |
2010-10-15 | SCI: Fixed code bugs from bug #3087872 - "SCI: Code analysis warnings" | Filippos Karapetis |
2010-10-03 | SCI: Added support for SCI1.1+ magnifier cursors (bug #3034973). | Filippos Karapetis |
2010-09-19 | SCI2/2.1: Changes to the plane code | 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: kIsOnMe is kOnMe, merge both into kIsOnMe | Martin Kiewitz |
2010-09-09 | SCI: Cleanup kWinHelp's dialog handling | Matthew Hoops |
2010-09-09 | SCI: Kernel table changes | Filippos Karapetis |
2010-09-09 | SCI: SCI2/2.1 kernel table changes | Filippos Karapetis |
2010-09-09 | SCI: adding text code reference support | Martin Kiewitz |
2010-09-08 | SCI: ability to change r_acc within DrawControl | Martin Kiewitz |
2010-09-04 | SCI: removing non-sierra sci code in kDirLoop | Martin Kiewitz |
2010-09-03 | SCI: kDirLoop freshly reversed | Martin Kiewitz |
2010-08-29 | SCI: adding virtual lists for qfg-import rooms | Martin Kiewitz |
2010-08-22 | SCI: Fixed bug #3048908 - "PQ3EGA: Wrong speech bubble background colors" and... | Filippos Karapetis |
2010-08-22 | SCI: Reimplemented the kShow kernel command, used by the inbuilt SCI debugger... | Filippos Karapetis |
2010-08-17 | SCI: added a wrapper for GUI::MessageDialog | Filippos Karapetis |
2010-08-11 | SCI: fixing kGraphFillBoxAny implementation | Martin Kiewitz |
2010-08-02 | SCI: only display qfg-import information dialog once | Martin Kiewitz |
2010-08-02 | SCI: Rewrap overlong lines; improve dialog text slightly | Max Horn |
2010-08-02 | SCI: fixing typo | Martin Kiewitz |
2010-08-02 | SCI: qfg2/3 import | Martin Kiewitz |
2010-08-01 | SCI: Move kernelShakeScreen to GfxScreen so it can be used in SCI32 (it's use... | Matthew Hoops |
2010-07-30 | SCI: adding workaround for kSetCursor kq5cd | Martin Kiewitz |
2010-07-30 | SCI: arguments of mag-kSetCursor documented | Martin Kiewitz |
2010-07-30 | SCI: cleaning up kSetCursor | Martin Kiewitz |
2010-07-30 | SCI: Updated some comments related to Freddy Pharkas and silenced warning for... | Filippos Karapetis |
2010-07-30 | SCI: Added a case for 10 params inside kSetCursorSci11(), thus fixing the cra... | Filippos Karapetis |
2010-07-27 | SCI: implemented kPalette(save/restore) | Martin Kiewitz |
2010-07-26 | SCI: implement scaling for kDrawCel | Martin Kiewitz |