aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/gfx_resource.h
AgeCommit message (Expand)Author
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