scummvm/engines/sci/gfx
2009-10-19 09:56:11 +00:00
..
gfx_driver.cpp Merged the rest of the cursor code 2009-10-13 17:09:32 +00:00
gfx_driver.h Merged the rest of the cursor code 2009-10-13 17:09:32 +00:00
gfx_gui.cpp Started moving some of the old GUI code inside /gui32 2009-10-17 12:42:21 +00:00
gfx_gui.h Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
gfx_options.h Removed the bilinear and trilinear FreeSCI scalers, and only left the unfiltered scaler in (to be replaced by ScummVM's scaler code). We really don't need bilinear and trilinear filtered scaling in the engine, as ScummVM's filters already perform bilinear and trilinear filtered scaling, if requested 2009-09-04 09:44:06 +00:00
gfx_pixmap_scale.cpp SCI: Some palette code cleanup 2009-09-30 16:06:04 +00:00
gfx_res_options.cpp Slight cleanup of the resource palette modification code 2009-09-15 07:18:16 +00:00
gfx_res_options.h Slight cleanup of the resource palette modification code 2009-09-15 07:18:16 +00:00
gfx_resmgr.cpp Started moving some of the old GUI code inside /gui32 2009-10-17 12:42:21 +00:00
gfx_resmgr.h Removed some leftover cursor code 2009-10-13 17:51:10 +00:00
gfx_resource.cpp Moved the fake 1x1 mode structure to gfx_resmgr.cpp (where it's actually used) 2009-06-06 10:36:38 +00:00
gfx_resource.h Removed some leftover cursor code 2009-10-13 17:51:10 +00:00
gfx_state_internal.h SCI: Major string handling update. 2009-09-27 01:50:26 +00:00
gfx_support.cpp Include common/endian.h for SWAP_BYTES_32. Should fix compile on BE systems. 2009-10-17 15:28:15 +00:00
gfx_system.h Moved sci_ffs() inside iterator.cpp, the only place where it's actually used, and removed tools.*. Also, removed all the unused includes to tools.h from several places 2009-10-16 23:29:00 +00:00
gfx_tools.cpp - Unified the screen buffers that are used by the current and the new GUI 2009-10-06 12:26:13 +00:00
gfx_tools.h SCI: Reduce header interdepencies once again. Rule of thumb: Never include a header file from another header file unless you absolutely *must* do it; if possible, try to use class forwards instead, and include the headers from source files only 2009-10-07 23:04:13 +00:00
gfx_widgets.cpp Converted _color_equals() into respective equality operators within the gfx_color_t structure 2009-09-30 08:23:12 +00:00
gfx_widgets.h Removed the dirty rectangle option of updating one huge rectangle, and only left the algorithm of updating the screen with multiple small rectangles, like we do in all the other engines that support dirty rectangle screen updates 2009-09-02 13:21:38 +00:00
menubar.cpp Changed mapPointer() to accept a Common::Rect, thus removing the reference to gfx_widgets.h 2009-10-19 09:56:11 +00:00
menubar.h Changed mapPointer() to accept a Common::Rect, thus removing the reference to gfx_widgets.h 2009-10-19 09:56:11 +00:00
operations.cpp Started moving some of the old GUI code inside /gui32 2009-10-17 12:42:21 +00:00
operations.h Merged the rest of the cursor code 2009-10-13 17:09:32 +00:00
palette.cpp SCI: Some palette code cleanup 2009-09-30 16:06:04 +00:00
palette.h oops 2009-09-30 21:12:38 +00:00