scummvm/engines/sci/graphics
2010-02-04 20:43:00 +00:00
..
animate.cpp SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now called directly w/o SciGui 2010-01-31 16:21:11 +00:00
animate.h SCI: moving structs/enums from helpers to animate/controls 2010-02-02 14:41:17 +00:00
cache.cpp getFont() should check _cachedFonts and not _cachedViews. Fixes segfaults when using fonts. 2010-01-31 21:31:11 +00:00
cache.h SCI: implemented font caching 2010-01-31 17:45:22 +00:00
compare.cpp SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now called directly w/o SciGui 2010-01-31 16:21:11 +00:00
compare.h SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now called directly w/o SciGui 2010-01-31 16:21:11 +00:00
controls.cpp SCI: rename Controls to GfxControls, gets directly called now 2010-01-31 22:20:55 +00:00
controls.h Try to make drmccoy happy again (is that even possible? :P ) 2010-02-02 17:33:52 +00:00
cursor.cpp SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now called directly w/o SciGui 2010-01-31 16:21:11 +00:00
cursor.h SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now called directly w/o SciGui 2010-01-31 16:21:11 +00:00
font.cpp SCI: changed the way font class is initialized 2010-01-31 16:49:22 +00:00
font.h SCI: changed the way font class is initialized 2010-01-31 16:49:22 +00:00
frameout.cpp SCI: adding GfxPaint32 class, adding back support for planes, minor change in GfxPaint16 (using #def instead of fixed value) 2010-02-04 17:57:44 +00:00
frameout.h SCI: adding GfxPaint32 class, adding back support for planes, minor change in GfxPaint16 (using #def instead of fixed value) 2010-02-04 17:57:44 +00:00
gui.cpp SCI: putting most kGraph functions into GfxPaint16 2010-02-04 20:18:01 +00:00
gui.h SCI: putting most kGraph functions into GfxPaint16 2010-02-04 20:18:01 +00:00
gui32.cpp SCI: cleaning up deleting of graphic objects 2010-02-04 19:33:36 +00:00
gui32.h SCI: adding GfxPaint32 class, adding back support for planes, minor change in GfxPaint16 (using #def instead of fixed value) 2010-02-04 17:57:44 +00:00
helpers.h SCI: moving structs/enums from helpers to animate/controls 2010-02-02 14:41:17 +00:00
menu.cpp SCI: implemented reset for GfxMenu, not recreating object anymore 2010-02-01 10:16:45 +00:00
menu.h SCI: class menu renamed to GfxMenu - now getting called directly, also fix for loading savedgames 2010-02-01 09:53:42 +00:00
paint.cpp SCI: making pathfinding debug support also work in sci32 (though it just shows the path for 2.5 seconds there) 2010-02-04 20:43:00 +00:00
paint.h SCI: making pathfinding debug support also work in sci32 (though it just shows the path for 2.5 seconds there) 2010-02-04 20:43:00 +00:00
paint16.cpp SCI: putting most kGraph functions into GfxPaint16 2010-02-04 20:18:01 +00:00
paint16.h SCI: putting most kGraph functions into GfxPaint16 2010-02-04 20:18:01 +00:00
paint32.cpp SCI: making pathfinding debug support also work in sci32 (though it just shows the path for 2.5 seconds there) 2010-02-04 20:43:00 +00:00
paint32.h SCI: making pathfinding debug support also work in sci32 (though it just shows the path for 2.5 seconds there) 2010-02-04 20:43:00 +00:00
palette.cpp SCI: renamed kernelFind() to kernelFindColor, so that it isnt that confusing :P 2010-01-31 16:26:15 +00:00
palette.h SCI: remove classname from header to fix build 2010-01-31 16:29:02 +00:00
picture.cpp SCI: fixing picture corruption in sci32 (e.g. sq6 picture 430, kq7 after intro) 2010-02-03 22:05:22 +00:00
picture.h SCI: some sort of priority support for sci32 (not working right, but at least the menu in gk1 now correctly shows up) 2010-02-02 16:25:35 +00:00
portrait.cpp SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now called directly w/o SciGui 2010-01-31 16:21:11 +00:00
portrait.h SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now called directly w/o SciGui 2010-01-31 16:21:11 +00:00
ports.cpp mothergoose SCI1 starts at the top of the screen, so set offTop to 0 for that version. 2010-01-31 23:53:25 +00:00
ports.h SCI: renamed Text class to GfxText16 2010-01-31 21:54:43 +00:00
robot.cpp SCI: some work on robot REing (still comments only) 2010-02-03 22:06:57 +00:00
robot.h SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now called directly w/o SciGui 2010-01-31 16:21:11 +00:00
screen.cpp SCI: syncWithFramebuffer() is now called directly w/o SciGui/SciGui32 2010-01-31 21:59:37 +00:00
screen.h SCI: syncWithFramebuffer() is now called directly w/o SciGui/SciGui32 2010-01-31 21:59:37 +00:00
text16.cpp SCI: renamed Text class to GfxText16 2010-01-31 21:54:43 +00:00
text16.h SCI: renamed Text class to GfxText16 2010-01-31 21:54:43 +00:00
transitions.cpp SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now called directly w/o SciGui 2010-01-31 16:21:11 +00:00
transitions.h SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now called directly w/o SciGui 2010-01-31 16:21:11 +00:00
view.cpp SCI: fix support for cels that are larger than 64k (sierra logo animation in sq6) 2010-02-04 11:54:48 +00:00
view.h SCI: fix support for cels that are larger than 64k (sierra logo animation in sq6) 2010-02-04 11:54:48 +00:00