Age | Commit message (Expand) | Author |
2009-09-09 | Removed/replaced the gfx_pixmap_color struct | Filippos Karapetis |
2009-09-07 | Merged xfact and yfact into scaleFactor - it doesn't really make sense to mul... | Filippos Karapetis |
2009-09-06 | Cleanup | Filippos Karapetis |
2009-09-06 | Removed the hi-color code (16bpp & 24bpp). All SCI games use up to 256 colors... | Filippos Karapetis |
2009-09-04 | - Removed the gfx error defines. When resources are not found, or are corrupt... | Filippos Karapetis |
2009-09-04 | Removed the "reverse alpha" flag from the graphics driver code. Alpha values ... | Filippos Karapetis |
2009-09-04 | Removed the bilinear and trilinear FreeSCI scalers, and only left the unfilte... | Filippos Karapetis |
2009-07-18 | Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-... | Travis Howell |
2009-07-16 | Added a detection entry for Pepper's Adventures in Time, and fixed an issue w... | Filippos Karapetis |
2009-07-07 | Merged revisions 42163-42164,42167-42181,42196-42200 via svnmerge from | Travis Howell |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-06-26 | SCI: starting to restore RGB color functionality | Willem Jan Palenstijn |
2009-06-22 | Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @... | Max Horn |
2009-06-08 | Replaced GFXWARN with warning and GFXDEBUG with debugC | Filippos Karapetis |
2009-06-06 | Objectified the graphics driver | Filippos Karapetis |
2009-05-24 | SCI: re-xlate pixmap when palette revision changed | Willem Jan Palenstijn |
2009-05-12 | SCI: Removed sci_memory.h/.cpp | Max Horn |
2009-05-08 | SCI: Got rid of code for endian adjusting pixmaps | Max Horn |
2009-04-24 | SCI: Fix transparency in view-based mouse cursors. | Walter van Niftrik |
2009-04-24 | SCI: Changed GFXERROR to be fatal | Max Horn |
2009-03-17 | SCI: fix warning | Max Horn |
2009-03-16 | Changed the temporary helper functions to defines | Filippos Karapetis |
2009-03-16 | Replaced some rect_t operations with our common ones. For now, two helper fun... | Filippos Karapetis |
2009-03-16 | Replaced "xl" with "width" and "y1" with "height" in places where rectangles ... | Filippos Karapetis |
2009-03-14 | Removed the unused struct "internal" inside gfx_pixmap_t | Filippos Karapetis |
2009-03-08 | Use new Palette class to manager pixmap palettes. | Willem Jan Palenstijn |
2009-03-08 | SCI: Added new header gfx/font.h and removed some dead code | Max Horn |
2009-03-07 | Replaced gfxprintf | Filippos Karapetis |
2009-03-04 | SCI: Added TODO (rect_t should be replaced by Common::Rect), minor tweaks | Max Horn |
2009-02-26 | SCI: Changed 'typedef enum { } NAME' into C++-style 'enum NAME { }' | Max Horn |
2009-02-24 | Normalized guard #defines | Eugene Sandulenko |
2009-02-24 | SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor... | Max Horn |
2009-02-22 | The two hardcoded fonts, 5x8 and 6x10 were used for FreeSCI's debugger and ga... | Filippos Karapetis |
2009-02-22 | Whitespace cleanup | Jordi Vilalta Prat |
2009-02-21 | SCI: Changed typedef struct -> struct | Max Horn |
2009-02-21 | SCI: Got rid of include/scitypes.h | Max Horn |
2009-02-21 | SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files | Max Horn |