scummvm/engines/sci/gfx
Willem Jan Palenstijn ced40b2266 Use new Palette class to manager pixmap palettes.
There are some remaining regressions with text colour in SCI1 games,
but overall it should fix more than it breaks.

svn-id: r39242
2009-03-08 20:17:01 +00:00
..
resource Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +00:00
crossblit.h SCI: Turned the crossblit code into a template 2009-02-26 16:16:38 +00:00
font.cpp Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +00:00
font.h Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +00:00
gfx_driver.cpp Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +00:00
gfx_driver.h Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +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 Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +00:00
gfx_res_options.cpp Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +00:00
gfx_res_options.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
gfx_resmgr.h Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +00:00
gfx_resource.cpp Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +00:00
gfx_resource.h Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +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: Moved scummvm_get_event to operations.cpp (the only place where it is used), to ease future refactoring of the event handling code 2009-03-07 19:23:32 +00:00
gfx_system.h Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +00:00
gfx_test.cpp Fix code formatting 2009-02-27 12:59:02 +00:00
gfx_tools.cpp Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +00:00
gfx_tools.h Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +00:00
gfx_widgets.cpp Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +00:00
gfx_widgets.h SCI: Reduced header interdependencies some more 2009-03-07 19:23:47 +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: Reduced header interdependencies some more 2009-03-07 19:23:47 +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 Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +00:00
operations.h Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +00:00
palette.cpp Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +00:00
palette.h Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +00:00
resmgr.cpp Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +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 Use new Palette class to manager pixmap palettes. 2009-03-08 20:17:01 +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