aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/frameout.h
AgeCommit message (Expand)Author
2013-01-13SCI: Some more work on scaling in SCI32Filippos Karapetis
2013-01-11SCI: More proper handling of scaling and global scaling in SCI32Filippos Karapetis
2012-07-16SCI: Handle all negative priority values. Fixes graphics in the SQ6 demoFilippos Karapetis
2012-06-22SCI: Simplify the SCI32 coordinate adjustment codeFilippos Karapetis
2012-06-09SCI: Initial implementation of AddLine, UpdateLine, DeleteLineFilippos Karapetis
2012-06-07SCI: Initial implementation of kScrollWindow, used in some SCI21 gamesFilippos Karapetis
2012-05-21SCI: Added two new debug commands, plane_list and plane_itemsFilippos Karapetis
2012-05-14SCI: Check for object visibility, if an object defines itFilippos Karapetis
2012-01-14SCI: When deleting a plane, also delete the items in itFilippos Karapetis
2011-11-17SCI: Break the huge kernelFrameOut function into several smaller onesFilippos Karapetis
2011-10-14SCI: More work on the vertical plane offset for SCI32. Still WIP.Filippos Karapetis
2011-10-12SCI: Added proper handling of duplicate items in kAddScreenItemFilippos Karapetis
2011-10-10SCI: SCI32 kernel functions kRepaintPlane and kInputText are unusedFilippos Karapetis
2011-09-23SCI21: Added some skeleton code for offsetting pictures vertically (not worki...Filippos Karapetis
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-14SCI: Fix loading SCI32 gamesMatthew Hoops
2011-01-09SCI: CleanupFilippos Karapetis
2010-10-23SCI2/SCI2.1: Some changes to the screen drawing code.Filippos Karapetis
2010-09-19SCI2/2.1: Changes to the plane codeFilippos Karapetis
2010-07-26SCI: adding scrollcapability to sci32Martin Kiewitz
2010-07-25SCI: adding kAddPicAt dummyMartin Kiewitz
2010-07-25SCI: sci32 changesMartin Kiewitz
2010-07-24SCI: honor given order of screen items in sci32Martin Kiewitz
2010-07-24SCI: cache Planes for sci32Martin Kiewitz
2010-06-20Sort planes in kFrameOut by priority and keep plane/item priority separate as...Matthew Hoops
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-02-06SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ...Martin Kiewitz
2010-02-05SCI: adding some minor documentation for the various graphic classesMartin Kiewitz
2010-02-04SCI: adding GfxPaint32 class, adding back support for planes, minor change in...Martin Kiewitz
2010-02-04SCI: support for resX, resY inside frameoutMartin Kiewitz
2010-02-02SCI: some sort of priority support for sci32 (not working right, but at least...Martin Kiewitz