aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx
AgeCommit message (Expand)Author
2009-03-25Remove a workaround in the line drawing function - it shouldn't be necessary ...Filippos Karapetis
2009-03-25Changed the primitive equality check to not use Common::Rect, as the two prim...Filippos Karapetis
2009-03-25Changed the font flag defines to an enumerationFilippos Karapetis
2009-03-25Merged sciw_select_item() and sciw_unselect_item()Filippos Karapetis
2009-03-25- Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem...Filippos Karapetis
2009-03-25Remove superfluous commaFilippos Karapetis
2009-03-25Changed some flags to enumsFilippos Karapetis
2009-03-24SCI: Changed some char* into Common::StringMax Horn
2009-03-24SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_tMax Horn
2009-03-24SCI: moved sci_strndup to menubar.cppMax Horn
2009-03-24SCI: Fixed some leaks introduced by my previous changesMax Horn
2009-03-24SCI: C++ify menu codeMax Horn
2009-03-23CleanupFilippos Karapetis
2009-03-23- Moved palette initialization inside the graphics resource managerFilippos Karapetis
2009-03-22Further objectification of the graphics resource managerFilippos Karapetis
2009-03-22SCI: Fixed nasty bug in simulate_stippled_line_draw, caught only thanks to wa...Max Horn
2009-03-21CleanupFilippos Karapetis
2009-03-19Cleaned up gfxop_draw_rectangle(). Also, removed a check insode BASIC_CHECKS(...Filippos Karapetis
2009-03-19Fixed issues with commit #39449, fixing some graphical glitches with the GUI ...Filippos Karapetis
2009-03-18Renamed resmgr.cpp -> gfx_resmgr.cppFilippos Karapetis
2009-03-18Slight cleanupFilippos Karapetis
2009-03-18Cleaned up graphics initialization a bitFilippos Karapetis
2009-03-18CleanupFilippos Karapetis
2009-03-17CleanupFilippos Karapetis
2009-03-17Further objectification of the graphics resource managerFilippos Karapetis
2009-03-17Fix warning.Johannes Schickel
2009-03-17Started objectifying the graphics resource manager (refer to patch #2689887)Filippos Karapetis
2009-03-17SCI: fix warningMax Horn
2009-03-17Removed the "About FreeSCI" menu as discussed in -devel, now that the FreeSCI...Filippos Karapetis
2009-03-16It seems that the SCI GUI code tries to show rectangles with negative height....Filippos Karapetis
2009-03-16Changed the temporary helper functions to definesFilippos Karapetis
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