aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/gfx_resource.h
AgeCommit message (Expand)Author
2009-10-28Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...Filippos Karapetis
2009-10-13Removed some leftover cursor codeFilippos Karapetis
2009-10-07SCI: Reduce header interdepencies once again. Rule of thumb: Never include a ...Max Horn
2009-10-07Replaced the view loading code with the new view loading functions. EGA view ...Filippos Karapetis
2009-10-06- Unified the screen buffers that are used by the current and the new GUIFilippos Karapetis
2009-09-09Removed/replaced the gfx_pixmap_color structFilippos Karapetis
2009-09-03- Re-added the SCI0 dithering code. Dithering is disabled by default. Added t...Filippos Karapetis
2009-09-01Disabled the FreeSCI PIC0 palette dithering code, for now. It doesn't really ...Filippos Karapetis
2009-08-19SCI: Add partial support for Amiga SCI1 games.Walter van Niftrik
2009-08-19SCI: Add autodetection of Amiga views.Walter van Niftrik
2009-07-07- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...Filippos Karapetis
2009-06-22Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @...Max Horn
2009-06-06Moved the fake 1x1 mode structure to gfx_resmgr.cpp (where it's actually used)Filippos Karapetis
2009-05-28Merged some of the SCI1 and SCI1.1 view and loop drawing functionsFilippos Karapetis
2009-05-23Added a stub for SetVideoMode(), and fixed some of the palette glitches in th...Filippos Karapetis
2009-05-23Fixed the incorrectly placed views in the KQ6 intro, by reintroducing port bo...Filippos Karapetis
2009-05-17SCI: LSL6 invalid selector workaround is now always active, not just atWalter van Niftrik
2009-05-08SCI: Got rid of code for endian adjusting pixmapsMax Horn
2009-04-21Restored the ability to change the active port bound, by moving it inside gfx...Filippos Karapetis
2009-04-21Removed per-picture port bounds, which were set to the global port boundsFilippos Karapetis
2009-04-18Fix outdated commentsWillem Jan Palenstijn
2009-04-03Merged the SCI1 and SCI11 cel drawing functionsFilippos Karapetis
2009-03-17Started objectifying the graphics resource manager (refer to patch #2689887)Filippos Karapetis
2009-03-14Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha...Filippos Karapetis
2009-03-10Reverted some of the changes of commit #39192. The cursor reading code has be...Filippos Karapetis
2009-03-08Use new Palette class to manager pixmap palettes.Willem Jan Palenstijn
2009-03-08SCI: replaced get_int_16 by READ_LE_UINT16, and got rid of inverse_16Max Horn
2009-03-08SCI: Added new header gfx/font.h and removed some dead codeMax Horn
2009-03-07Merged all the different cursor drawing functions inside gfxr_interpreter_get...Filippos Karapetis
2009-02-26SCI: Changed 'typedef enum { } NAME' into C++-style 'enum NAME { }'Max Horn
2009-02-24Normalized guard #definesEugene Sandulenko
2009-02-23Replaced get_uint_16() with READ_LE_UINT16()Filippos Karapetis
2009-02-22SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to ...Max Horn
2009-02-22Whitespace cleanupJordi Vilalta Prat
2009-02-21SCI: Changed typedef struct -> structMax Horn
2009-02-21SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header filesMax Horn