aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/gfx_tools.cpp
AgeCommit message (Expand)Author
2009-06-08Replaced GFXWARN with warning and GFXDEBUG with debugCFilippos Karapetis
2009-05-24SCI: re-xlate pixmap when palette revision changedWillem Jan Palenstijn
2009-05-20removed trailing whitespacesMax Horn
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-03-17Started objectifying the graphics resource manager (refer to patch #2689887)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-02-28Increase colour refcount when allocating colourWillem Jan Palenstijn
2009-02-26fix graphics regression in Iceman caused by r38909Willem Jan Palenstijn
2009-02-26SCI: Modified gfx_new_mode to take a Graphics::PixelFormatMax Horn
2009-02-24SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...Max Horn
2009-02-22Whitespace cleanupJordi Vilalta Prat
2009-02-21SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header filesMax Horn
2009-02-21GFX_ERROR messages need \nJoost Peters
2009-02-21revert large parts of r38621. error() is for fatal errors and does not return...Willem Jan Palenstijn
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-21formatingPaweł Kołodziejski
2009-02-20Changed more messages to warnings/errorsFilippos Karapetis
2009-02-18Removed some unused GFX driver capability code and flagsFilippos Karapetis
2009-02-17Update headers. gfx/Eugene Sandulenko
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuffMax Horn
2009-02-15- Remove some unneeded filesEugene Sandulenko