aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/gfx_system.h
AgeCommit message (Expand)Author
2009-07-16Added a detection entry for Pepper's Adventures in Time, and fixed an issue w...Filippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-06-22Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @...Max Horn
2009-06-08Replaced GFXWARN with warning and GFXDEBUG with debugCFilippos Karapetis
2009-06-06Objectified the graphics driverFilippos Karapetis
2009-05-24SCI: re-xlate pixmap when palette revision changedWillem Jan Palenstijn
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-05-08SCI: Got rid of code for endian adjusting pixmapsMax Horn
2009-04-24SCI: Fix transparency in view-based mouse cursors.Walter van Niftrik
2009-04-24SCI: Changed GFXERROR to be fatalMax Horn
2009-03-17SCI: fix warningMax Horn
2009-03-16Changed the temporary helper functions to definesFilippos Karapetis
2009-03-16Replaced some rect_t operations with our common ones. For now, two helper fun...Filippos Karapetis
2009-03-16Replaced "xl" with "width" and "y1" with "height" in places where rectangles ...Filippos Karapetis
2009-03-14Removed the unused struct "internal" inside gfx_pixmap_tFilippos Karapetis
2009-03-08Use new Palette class to manager pixmap palettes.Willem Jan Palenstijn
2009-03-08SCI: Added new header gfx/font.h and removed some dead codeMax Horn
2009-03-07Replaced gfxprintfFilippos Karapetis
2009-03-04SCI: Added TODO (rect_t should be replaced by Common::Rect), minor tweaksMax Horn
2009-02-26SCI: Changed 'typedef enum { } NAME' into C++-style 'enum NAME { }'Max Horn
2009-02-24Normalized guard #definesEugene Sandulenko
2009-02-24SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...Max Horn
2009-02-22The two hardcoded fonts, 5x8 and 6x10 were used for FreeSCI's debugger and ga...Filippos Karapetis
2009-02-22Whitespace cleanupJordi Vilalta Prat
2009-02-21SCI: Changed typedef struct -> structMax Horn
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
2009-02-21SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header filesMax Horn