aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/screen_item32.h
AgeCommit message (Expand)Author
2017-10-06SCI32: Clean up ScreenItemColin Snover
2017-10-02SCI32: Always sort kernel-generated screen items above script-generated scree...Colin Snover
2017-07-13SCI32: Move priority comparison of ScreenItems into its own functionColin Snover
2016-12-19SCI32: Change plane and screen item sorting algorithmColin Snover
2016-09-29SCI32: Clean up scaling flagsColin Snover
2016-08-19SCI32: Implement kRobotColin Snover
2016-07-10SCI32: Add support for blacklined videoColin Snover
2016-07-10SCI32: Implement kPlayVMDColin Snover
2016-07-02SCI32: Document ScreenItem::_insetRectColin Snover
2016-06-30SCI32: Implement engine-accurate screen item list sortingColin Snover
2016-06-21SCI32: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine)Colin Snover
2016-05-28SCI: Fix warningEugene Sandulenko
2016-05-27SCI32: Use better name for fixed priority fieldColin Snover
2016-03-10SCI32: Implement kSetNowSeenColin Snover
2016-03-08SCI: Add missing namespace comments in graphics/.Johannes Schickel
2016-03-08SCI32: Clean up kIsOnMe and fix rounding bugColin Snover
2016-03-07SCI32: Add reg_t comparisons for graphics sortingColin Snover
2016-03-06SCI32: Fix memory leaksColin Snover
2016-03-06SCI32: "Improve" comparison algorithm for planes and screen itemsColin Snover
2016-03-06SCI32: Implement kEditTextColin Snover
2016-02-20SCI32: kIsOnMe apply scaling + use mulru() thx snoverMartin Kiewitz
2016-02-18SCI: Implement accurate renderer architecture for SCI32Colin Snover