aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/plane32.cpp
AgeCommit message (Expand)Author
2018-12-28SCI32: Add feature detection for plane id baseLars Skovlund
2017-10-06SCI32: Clean up scriptWidth/scriptHeight/screenWidth/screenHeightColin Snover
2017-10-06SCI32: Clean up PlaneColin Snover
2017-10-06SCI32: Clean up ScreenItemColin Snover
2017-08-06JANITORIAL: Silence more GCC 7 warningsTorbjörn Andersson
2017-07-13SCI32: Move priority comparison of ScreenItems into its own functionColin Snover
2017-07-06SCI32: Improve kPlayVMD renderingColin Snover
2017-05-27SCI32: Minor cleanup to plane debug informationColin Snover
2017-04-23SCI32: Activate SCI3 draw/erase list calculation algorithmColin Snover
2016-12-19SCI32: Add support for alternate graphics selectorsColin Snover
2016-12-19SCI32: Change plane and screen item sorting algorithmColin Snover
2016-10-20SCI32: Fix typoColin Snover
2016-10-20SCI32: Split out detection of features that cross SSCI versionsColin Snover
2016-10-16SCI32: Fix screen items incorrectly drawing over higher planesColin Snover
2016-09-29SCI32: Fix potential null pointer dereferenceColin Snover
2016-08-01SCI32: Add 6-argument signature of kAddPicAtColin Snover
2016-08-01SCI32: Implement plane transitions (kSetShowStyle and kSetScroll)Colin Snover
2016-07-27SCI32: Use extern instead of #include frameout.h for splitRectsColin Snover
2016-07-11SCI32: Give planes a default typeColin Snover
2016-07-11SCI32: Guard against no split countColin Snover
2016-06-30SCI32: Add transparent pic plane typeColin Snover
2016-06-30SCI32: Clean-up pass on rendering pipelineColin Snover
2016-06-26SCI32: Fix broken Remap implementationColin Snover
2016-05-27SCI32: Use better name for fixed priority fieldColin Snover
2016-05-26SCI32: Remove unused Plane fieldsColin Snover
2016-03-16SCI32: Fix updated screen item count in remapMarkRedraw()Filippos Karapetis
2016-03-15SCI32: More work on remappingFilippos Karapetis
2016-03-13SCI32: Remove incorrect note about dword_C6288Colin Snover
2016-03-10SCI32: Implement kMovePlaneItemsColin Snover
2016-03-10SCI32: Remove side-effect-abusing calls to ScreenItem::getCelObjColin Snover
2016-03-08SCI: Add missing namespace comments in graphics/.Johannes Schickel
2016-03-07SCI32: Clean up renderer code a bit moreColin Snover
2016-03-07SCI32: Fix adding too many items to drawlistWillem Jan Palenstijn
2016-03-06SCI32: Make PlaneList definition order match declaration orderColin 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-03-05SCI32: Fix incorrect insertion of new planesColin Snover
2016-03-02SCI32: Fix changed screen items drawing on top of higher screen itemsColin Snover
2016-03-02SCI32: Add consts and remove redundant conditionalColin Snover
2016-03-02SCI32: Review rect rounding in Plane and ScreenItemColin Snover
2016-03-01SCI32: Add a note about the menu bars in GK1Filippos Karapetis
2016-02-21SCI: Use nullptr instead of 0 for null pointer checksColin Snover
2016-02-21SCI: Fix redrawAll updating visiblePlanesWillem Jan Palenstijn
2016-02-20SCI: Rewrite Plane::mergeToRectListWillem Jan Palenstijn
2016-02-18SCI: Minor cleanupColin Snover
2016-02-18SCI: Fix bad positioning of relatively positioned pic celsColin Snover
2016-02-18SCI: Fix some rect off-by-onesColin Snover
2016-02-18SCI: Add comments to plane codeColin Snover
2016-02-18SCI: Implement accurate renderer architecture for SCI32Colin Snover