scummvm/engines/sci/gfx
Max Horn f91eaf9f1a SCI: Fixed warning
svn-id: r39381
2009-03-14 01:45:11 +00:00
..
resource SCI: Fixed warning 2009-03-14 01:45:11 +00:00
crossblit.h SCI: Turned the crossblit code into a template 2009-02-26 16:16:38 +00:00
font.cpp SCI: Removed most uses of the 'inline' keyword. It is usually better to let the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;) 2009-03-12 03:26:47 +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 SCI: Removed most uses of the 'inline' keyword. It is usually better to let the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;) 2009-03-12 03:26:47 +00:00
gfx_res_options.cpp SCI: Removed most uses of the 'inline' keyword. It is usually better to let the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;) 2009-03-12 03:26:47 +00:00
gfx_res_options.h Normalized guard #defines 2009-02-24 15:33:40 +00:00
gfx_resmgr.h Commited syke's patch as-is 2009-03-12 23:23:46 +00:00
gfx_resource.cpp Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause that's what it is), and changed its type to int * to avoid unneeded casts 2009-03-14 00:05:01 +00:00
gfx_resource.h Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause that's what it is), and changed its type to int * to avoid unneeded casts 2009-03-14 00:05: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 Removed the unused struct "internal" inside gfx_pixmap_t 2009-03-14 00:02:01 +00:00
gfx_test.cpp Fix code formatting 2009-02-27 12:59:02 +00:00
gfx_tools.cpp Removed the unused struct "internal" inside gfx_pixmap_t 2009-03-14 00:02: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 SCI: Removed most uses of the 'inline' keyword. It is usually better to let the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;) 2009-03-12 03:26:47 +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 Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause that's what it is), and changed its type to int * to avoid unneeded casts 2009-03-14 00:05:01 +00:00
operations.h Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause that's what it is), and changed its type to int * to avoid unneeded casts 2009-03-14 00:05:01 +00:00
palette.cpp Formatting. 2009-03-08 21:05:39 +00:00
palette.h Formatting. 2009-03-08 21:05:39 +00:00
resmgr.cpp Commited syke's patch as-is 2009-03-12 23:23:46 +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: Removed most uses of the 'inline' keyword. It is usually better to let the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;) 2009-03-12 03:26:47 +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