aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/paint16.h
AgeCommit message (Expand)Author
2018-12-02SCI: Add support for The Dating Pool (#1403)Kawa
2016-08-19SCI32: Remove CoordAdjuster32, at least for the momentColin Snover
2016-06-21SCI32: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine)Colin Snover
2014-11-04SCI: fix Japanese Space Quest 4 (intro + buttons)Martin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-18SCI: Remove a bunch of unused private member variablesMax Horn
2011-10-19SCI: Removed unused includesFilippos Karapetis
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-20SCI: Removed forward references to obsolete classesmd5
2010-08-11SCI: fixing kGraphFillBoxAny implementationMartin Kiewitz
2010-08-01SCI: Move kernelShakeScreen to GfxScreen so it can be used in SCI32 (it's use...Matthew Hoops
2010-07-26SCI: implement scaling for kDrawCelMartin Kiewitz
2010-06-29SCI: Add some const qualifiersMax Horn
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-06-15SCI: fix changes from r49806Martin Kiewitz
2010-06-15SCI: move portrait methods to gfxPaint16Martin Kiewitz
2010-05-24SCI: leave console open for pic_visualize/undither commands - also don't use ...Martin Kiewitz
2010-04-25SCI: green buttons for sci0early implementedMartin Kiewitz
2010-02-06SCI: put kShakeScreen into GfxPaint, called directly nowMartin Kiewitz
2010-02-05SCI: moving kDisplay into GfxPaint16, now getting called directly as wellMartin Kiewitz
2010-02-05SCI: GfxCoordAdjuster class added, local2Global and global2Local use that cla...Martin Kiewitz
2010-02-05SCI: adding some minor documentation for the various graphic classesMartin Kiewitz
2010-02-04SCI: fix build paint16.h changeMartin Kiewitz
2010-02-04SCI: renaming class View to GfxViewMartin Kiewitz
2010-02-04SCI: renaming Transitions to GfxTransitionsMartin Kiewitz
2010-02-04SCI: putting most kGraph functions into GfxPaint16Martin Kiewitz
2010-02-04SCI: putting kDrawCel info GfxPaint class, debug is using GfxPaint class as w...Martin Kiewitz
2010-02-04SCI: adding GfxPaint class, implementing kernelDrawPicture for GfxPaint16 and...Martin Kiewitz
2010-01-31SCI: renamed Text class to GfxText16Martin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
2010-01-31SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc...Martin Kiewitz