aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx
AgeCommit message (Expand)Author
2009-03-16Replaced some rect_t operations with our common ones. For now, two helper fun...Filippos Karapetis
2009-03-16SCI: Removed sbtree code by Common::HashmapMax Horn
2009-03-16Replaced "xl" with "width" and "y1" with "height" in places where rectangles ...Filippos Karapetis
2009-03-15SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &'Max Horn
2009-03-14SCI: Fixed warningMax Horn
2009-03-14Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha...Filippos Karapetis
2009-03-14Removed the unused struct "internal" inside gfx_pixmap_tFilippos Karapetis
2009-03-12Commited syke's patch as-isFilippos Karapetis
2009-03-12SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...Max Horn
2009-03-11Untangled the parameters in gfxr_interpreter_get_view() as well. Updated comm...Filippos Karapetis
2009-03-11Got rid of misc_payload and stopped passing the whole graphics state structur...Filippos Karapetis
2009-03-11...Max Horn
2009-03-11SCI: Restored code to triger debugger console by Ctrl-d (accidentally removed...Max Horn
2009-03-10Reverted some of the changes of commit #39192. The cursor reading code has be...Filippos Karapetis
2009-03-10- Renamed files inside gfx/resourceFilippos Karapetis
2009-03-08Formatting.Johannes Schickel
2009-03-08Fix warning.Johannes Schickel
2009-03-08Fix missing return.Willem Jan Palenstijn
2009-03-08Use new Palette class to manager pixmap palettes.Willem Jan Palenstijn
2009-03-08Fix boxes not blocking control/priority map.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-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-07SCI: Reduced header interdependencies some moreMax Horn
2009-03-07SCI: Moved scummvm_get_event to operations.cpp (the only place where it is us...Max Horn
2009-03-07The ScummVM debug console is now working (though only the "version" command i...Filippos Karapetis
2009-03-07Merged all the different cursor drawing functions inside gfxr_interpreter_get...Filippos Karapetis
2009-03-07Replaced gfxprintfFilippos Karapetis
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-03-04SCI: Added TODO (rect_t should be replaced by Common::Rect), minor tweaksMax Horn
2009-03-03SCI1: Improved color mapping when drawing line/box/text. Text with transparen...Greg Frieger
2009-03-02CleanupFilippos Karapetis
2009-03-01Text/window color matching improved by using an existing gfxop_set_color() in...Greg Frieger
2009-03-01SCI: pass gfx_pixmap_color_t instead of r,g,b triple, makes calling code a bi...Max Horn
2009-03-01Fixed windows and text drawing problem in SCI1Greg Frieger
2009-02-28SCI: Use the ResourceType enum instead of integers where it makes senseJordi Vilalta Prat
2009-02-28resource_t struct replaced with stub Resource class for future objectifying. ...Greg Frieger
2009-02-28Turned ResourceManager into a class, along with all related functionsGreg Frieger
2009-02-28Fix warnings.Johannes Schickel
2009-02-28Increase colour refcount when allocating colourWillem Jan Palenstijn
2009-02-28Disable xfact/yfact scaling in embedded views.Willem Jan Palenstijn
2009-02-28Fix warnings.Johannes Schickel
2009-02-27Fix code formattingEugene Sandulenko
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...Max Horn
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn
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-26SCI: Changed 'typedef enum { } NAME' into C++-style 'enum NAME { }'Max Horn
2009-02-26SCI: Turned the crossblit code into a templateMax Horn
2009-02-26SCI: Moved gfx_line.cpp to line.h and turned _gfx_draw_line_buffer into a tem...Max Horn