scummvm/engines/sci/gfx
2009-03-04 05:09:35 +00:00
..
resource Cleanup 2009-03-02 21:45:31 +00:00
crossblit.h SCI: Turned the crossblit code into a template 2009-02-26 16:16:38 +00:00
font.cpp Whitespace cleanup 2009-02-22 13:11:43 +00:00
gfx_driver.cpp SCI: Modified gfx_new_mode to take a Graphics::PixelFormat 2009-02-26 16:16:53 +00:00
gfx_driver.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
gfx_options.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
gfx_pixmap_scale.cpp SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file 2009-02-24 05:39:10 +00:00
gfx_res_options.cpp not needed this includes anymore 2009-02-24 21:13:32 +00:00
gfx_res_options.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
gfx_resmgr.h SCI: Changed 'typedef enum { } NAME' into C++-style 'enum NAME { }' 2009-02-26 16:16:46 +00:00
gfx_resource.cpp SCI: Got rid of include/scitypes.h 2009-02-21 21:16:41 +00:00
gfx_resource.h SCI: Changed 'typedef enum { } NAME' into C++-style 'enum NAME { }' 2009-02-26 16:16:46 +00:00
gfx_state_internal.h SCI: Replaced #define hack to fake subclassing in C by regular C++ subclassing 2009-02-26 16:16:13 +00:00
gfx_support.cpp SCI: Turned the crossblit code into a template 2009-02-26 16:16:38 +00:00
gfx_system.h SCI: Added TODO (rect_t should be replaced by Common::Rect), minor tweaks 2009-03-04 05:09:35 +00:00
gfx_test.cpp Fix code formatting 2009-02-27 12:59:02 +00:00
gfx_tools.cpp Increase colour refcount when allocating colour 2009-02-28 16:12:52 +00:00
gfx_tools.h SCI: Modified gfx_new_mode to take a Graphics::PixelFormat 2009-02-26 16:16:53 +00:00
gfx_widgets.cpp SCI1: Improved color mapping when drawing line/box/text. Text with transparent background now displays correctly. 2009-03-03 14:27:49 +00:00
gfx_widgets.h Normalized guard #defines 2009-02-24 15:33:40 +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: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
menubar.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
operations.cpp SCI1: Improved color mapping when drawing line/box/text. Text with transparent background now displays correctly. 2009-03-03 14:27:49 +00:00
operations.h SCI: Moved almost all files from include/ to other dirs; only include/engine.h remains 2009-02-27 02:23:00 +00:00
resmgr.cpp Fix warnings. 2009-02-28 16:06:32 +00:00
sbtree.cpp SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file 2009-02-24 05:39:10 +00:00
sbtree.h not needed this includes anymore 2009-02-24 21:13:32 +00:00
sci_widgets.cpp SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00
sci_widgets.h SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp file with the EngineState constructor 2009-02-27 02:23:40 +00:00