Age | Commit message (Expand) | Author |
2011-10-19 | SCI: Updated comments in kShowStyle() and kCelInfo() | Filippos Karapetis |
2011-10-19 | SCI: Implemented kObjectIntersect() | Filippos Karapetis |
2011-10-14 | SCI: Silenced warnings | Filippos Karapetis |
2011-10-14 | SCI: More work on kBitmap (still WIP) | Filippos Karapetis |
2011-10-13 | SCI: Implemented kBitmap(3) and kBitmap(5). Some cleanup | Filippos Karapetis |
2011-10-12 | SCI: Implementation of kCelInfo subop 4 | Heather Douglass |
2011-10-12 | SCI: Added proper handling of duplicate items in kAddScreenItem | Filippos Karapetis |
2011-10-11 | SCI: Some work on the SCI32 bitmap / font code | Filippos Karapetis |
2011-10-11 | SCI: kBitmap(1) is kDisposeTextBitmap | 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-09 | SCI: CreateTextBitmap should return a pointer. Also, silenced a warning | Filippos Karapetis |
2011-10-09 | SCI32: Documented the extra 2 params in kCreateTextBitmap(0) | Filippos Karapetis |
2011-10-09 | SCI21: Moved kRobot() together with the other video functions | Filippos Karapetis |
2011-10-08 | SCI2+: Fixed the implementation of kTextSize(), removing some hacks | Filippos Karapetis |
2011-10-08 | SCI2+: Some groundwork for kTextSize() | Filippos Karapetis |
2011-10-07 | SCI: Fix comment in kCelInfo | Lars Skovlund |
2011-10-07 | SCI21: Some initial work on kBitmap | Filippos Karapetis |
2011-09-23 | SCI21: Added some skeleton code for offsetting pictures vertically (not worki... | Filippos Karapetis |
2011-09-03 | SCI32: Added an initial skeleton structure for the SCI2 text drawing code | Filippos Karapetis |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-29 | SCI: Added a more generalized fix for bug #3306417 | md5 |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-13 | SCI: Cleanup | md5 |
2011-03-05 | SCI: Added some support code for Longbow Amiga | md5 |
2011-03-04 | SCI: Some palette related changes | md5 |
2011-03-02 | SCI: Cleanup | md5 |
2011-02-26 | SCI2+: Mention that the actual problem with text wrapping happens because of ... | md5 |
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 |