scummvm/engines/sci/gfx
2009-03-25 23:26:24 +00:00
..
crossblit.h SCI: Turned the crossblit code into a template 2009-02-26 16:16:38 +00:00
font.cpp Changed the font flag defines to an enumeration 2009-03-25 17:51:22 +00:00
font.h Changed the font flag defines to an enumeration 2009-03-25 17:51:22 +00:00
gfx_driver.cpp Cleaned up graphics initialization a bit 2009-03-18 11:07:29 +00:00
gfx_driver.h Cleaned up graphics initialization a bit 2009-03-18 11:07:29 +00:00
gfx_gui.cpp Changed the font flag defines to an enumeration 2009-03-25 17:51:22 +00:00
gfx_gui.h Merged sciw_select_item() and sciw_unselect_item() 2009-03-25 16:37:50 +00:00
gfx_options.h SCI: Added new header gfx/font.h and removed some dead code 2009-03-08 08:15:56 +00:00
gfx_pixmap_scale.cpp Replaced "xl" with "width" and "y1" with "height" in places where rectangles are used 2009-03-16 00:07:12 +00:00
gfx_res_options.cpp Cleanup 2009-03-21 16:42:45 +00:00
gfx_res_options.h Cleanup 2009-03-21 16:42:45 +00:00
gfx_resmgr.cpp - Moved palette initialization inside the graphics resource manager 2009-03-23 08:43:53 +00:00
gfx_resmgr.h Cleanup 2009-03-23 14:24:10 +00:00
gfx_resource.cpp Started objectifying the graphics resource manager (refer to patch #2689887) 2009-03-17 21:08:33 +00:00
gfx_resource.h Started objectifying the graphics resource manager (refer to patch #2689887) 2009-03-17 21:08:33 +00:00
gfx_state_internal.h Fixed issues with commit #39449, fixing some graphical glitches with the GUI widgets 2009-03-19 19:52:05 +00:00
gfx_support.cpp Replaced "xl" with "width" and "y1" with "height" in places where rectangles are used 2009-03-16 00:07:12 +00:00
gfx_system.h SCI: fix warning 2009-03-17 16:07:18 +00:00
gfx_test.cpp SCI: Removed sbtree code by Common::Hashmap 2009-03-16 05:44:20 +00:00
gfx_tools.cpp Started objectifying the graphics resource manager (refer to patch #2689887) 2009-03-17 21:08:33 +00:00
gfx_tools.h Started objectifying the graphics resource manager (refer to patch #2689887) 2009-03-17 21:08:33 +00:00
gfx_widgets.cpp Remove a workaround in the line drawing function - it shouldn't be necessary anymore 2009-03-25 23:26:24 +00:00
gfx_widgets.h - Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elements mostly, like windows and status bars 2009-03-25 12:52:03 +00:00
line.h SCI: Moved gfx_line.cpp to line.h and turned _gfx_draw_line_buffer into a template 2009-02-26 16:16:22 +00:00
menubar.cpp SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_t 2009-03-24 12:14:41 +00:00
menubar.h SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_t 2009-03-24 12:14:41 +00:00
operations.cpp Changed the font flag defines to an enumeration 2009-03-25 17:51:22 +00:00
operations.h - Moved palette initialization inside the graphics resource manager 2009-03-23 08:43:53 +00:00
palette.cpp Formatting. 2009-03-08 21:05:39 +00:00
palette.h Formatting. 2009-03-08 21:05:39 +00:00
picfill.cpp Renamed resmgr.cpp -> gfx_resmgr.cpp 2009-03-18 13:24:47 +00:00
res_cursor.cpp Renamed resmgr.cpp -> gfx_resmgr.cpp 2009-03-18 13:24:47 +00:00
res_font.cpp Renamed resmgr.cpp -> gfx_resmgr.cpp 2009-03-18 13:24:47 +00:00
res_pal.cpp Renamed resmgr.cpp -> gfx_resmgr.cpp 2009-03-18 13:24:47 +00:00
res_pic.cpp Renamed resmgr.cpp -> gfx_resmgr.cpp 2009-03-18 13:24:47 +00:00
res_view0.cpp Renamed resmgr.cpp -> gfx_resmgr.cpp 2009-03-18 13:24:47 +00:00
res_view1.cpp Renamed resmgr.cpp -> gfx_resmgr.cpp 2009-03-18 13:24:47 +00:00