aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/paint.cpp
AgeCommit message (Expand)Author
2011-02-26SCI: Removed the SCI32 version of kernelDrawCel() and placed its code inside ...md5
2010-08-01SCI: Move kernelShakeScreen to GfxScreen so it can be used in SCI32 (it's use...Matthew Hoops
2010-02-06SCI: put kShakeScreen into GfxPaint, called directly nowMartin Kiewitz
2010-02-04SCI: making pathfinding debug support also work in sci32 (though it just show...Martin 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