aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/gfx_tools.h
AgeCommit message (Expand)Author
2009-10-28Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...Filippos Karapetis
2009-10-25- Removed graphics options code from the old GUI. Almost all of them are not ...Filippos Karapetis
2009-10-25CleanupFilippos Karapetis
2009-10-07SCI: Reduce header interdepencies once again. Rule of thumb: Never include a ...Max Horn
2009-10-06Reverted the priority line drawing code in the current GUI (with some cleanup...Filippos Karapetis
2009-10-06- Unified the screen buffers that are used by the current and the new GUIFilippos Karapetis
2009-09-30- Removed some leftover 16/32bpp color code, as we're always using palette mo...Filippos Karapetis
2009-09-04- Removed the gfx error defines. When resources are not found, or are corrupt...Filippos Karapetis
2009-09-04Removed the bilinear and trilinear FreeSCI scalers, and only left the unfilte...Filippos Karapetis
2009-06-22Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @...Max Horn
2009-05-29- Moved some debug code into console.cpp, adding 3 console commands: resource...Filippos Karapetis
2009-05-08SCI: Folded line.h and crossblit.h into gfx_support.cppMax Horn
2009-04-18Fix outdated commentsWillem Jan Palenstijn
2009-04-03Some more FreeSCI <-> SCI changesFilippos Karapetis
2009-04-03Changed some references from "FreeSCI" to "SCI" or "ScummVM"Filippos Karapetis
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-08Use new Palette class to manager pixmap palettes.Willem Jan Palenstijn
2009-03-07SCI: Moved scummvm_get_event to operations.cpp (the only place where it is us...Max Horn
2009-02-26SCI: Modified gfx_new_mode to take a Graphics::PixelFormatMax Horn
2009-02-26SCI: Changed 'typedef enum { } NAME' into C++-style 'enum NAME { }'Max Horn
2009-02-24Normalized guard #definesEugene Sandulenko
2009-02-23Removed unused antialiasing code (plus, we do antialiasing at the OSystem gra...Filippos Karapetis
2009-02-22Whitespace cleanupJordi Vilalta Prat
2009-02-21SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header filesMax Horn