Age | Commit message (Expand) | Author |
2016-08-24 | SCI32: Remove extra ! in error message | Colin Snover |
2016-08-24 | SCI32: Fix incorrect boolean operator | Colin Snover |
2016-08-24 | SCI32: Remove error check for negative celNo | Colin Snover |
2016-08-19 | SCI32: Increase maximum line width for graphics | Colin Snover |
2016-08-19 | SCI32: Add some bounds checking, const-correctness, and errors to CelObj | Colin Snover |
2016-08-19 | SCI32: Remove GfxScreen from SCI32 | Colin Snover |
2016-08-01 | SCI32: Add bitmap segment and remove GC option from hunk segment | Colin Snover |
2016-07-27 | SCI32: Remove dead placeholder rendering code | Colin Snover |
2016-07-11 | SCI32: Split GfxPalette and GfxPalette32 + HunkPalette | Colin Snover |
2016-07-10 | SCI32: Add support for blacklined video | Colin Snover |
2016-07-01 | SCI32: Fix bad rendering of subtitle backgrounds in Torin | Colin Snover |
2016-06-30 | SCI32: Add low resolution constants | Colin Snover |
2016-06-26 | SCI32: Fix broken Remap implementation | Colin Snover |
2016-05-27 | SCI32: Add explicit checks for null pointers | Colin Snover |
2016-05-27 | SCI32: Initialise pointers in CelObj scaler | Colin Snover |
2016-05-27 | SCI32: Fix CelObj cache | Colin Snover |
2016-03-16 | SCI32: Implement analyzeForRemap() | Filippos Karapetis |
2016-03-16 | SCI32: Implement the remapping drawing functions | Filippos Karapetis |
2016-03-16 | SCI32: Implement analyzeUncompressedForRemap() | Filippos Karapetis |
2016-03-16 | SCI32: Spacing | Filippos Karapetis |
2016-03-16 | SCI32: Remove dead code related to priority map handling | Filippos Karapetis |
2016-03-15 | SCI32: More work on remapping | Filippos Karapetis |
2016-03-13 | SCI32: Fix scaler drawing pixels at the wrong positions | Colin Snover |
2016-03-13 | Revert "SCI32: Fix small inaccuracy in the scaling drawing code" | Colin Snover |
2016-03-13 | SCI32: Fix small inaccuracy in the scaling drawing code | Martin Kiewitz |
2016-03-08 | SCI: Slight template formatting fixes. | Johannes Schickel |
2016-03-08 | SCI: Add missing namespace comments in graphics/. | Johannes Schickel |
2016-03-07 | SCI32: Move in-memory bitmap read/write into its own class | Colin Snover |
2016-03-06 | SCI32: Fix memory leaks | Colin Snover |
2016-03-03 | SCI32: Add all kBitmap signatures | Colin Snover |
2016-03-01 | SCI32: Fix bad reads of mirrored cels | Colin Snover |
2016-02-18 | SCI: Minor cleanup | Colin Snover |
2016-02-19 | SCI: Use American English, like we do in other parts of ScummVM | Filippos Karapetis |
2016-02-18 | SCI: When rewriting lookup tables, also actually record what scale they are for | Colin Snover |
2016-02-18 | SCI: Implement templated drawing subroutines | Colin Snover |
2016-02-18 | SCI: Implement accurate renderer architecture for SCI32 | Colin Snover |