index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
graphics
/
plane32.cpp
Age
Commit message (
Expand
)
Author
2018-12-28
SCI32: Add feature detection for plane id base
Lars Skovlund
2017-10-06
SCI32: Clean up scriptWidth/scriptHeight/screenWidth/screenHeight
Colin Snover
2017-10-06
SCI32: Clean up Plane
Colin Snover
2017-10-06
SCI32: Clean up ScreenItem
Colin Snover
2017-08-06
JANITORIAL: Silence more GCC 7 warnings
Torbjörn Andersson
2017-07-13
SCI32: Move priority comparison of ScreenItems into its own function
Colin Snover
2017-07-06
SCI32: Improve kPlayVMD rendering
Colin Snover
2017-05-27
SCI32: Minor cleanup to plane debug information
Colin Snover
2017-04-23
SCI32: Activate SCI3 draw/erase list calculation algorithm
Colin Snover
2016-12-19
SCI32: Add support for alternate graphics selectors
Colin Snover
2016-12-19
SCI32: Change plane and screen item sorting algorithm
Colin Snover
2016-10-20
SCI32: Fix typo
Colin Snover
2016-10-20
SCI32: Split out detection of features that cross SSCI versions
Colin Snover
2016-10-16
SCI32: Fix screen items incorrectly drawing over higher planes
Colin Snover
2016-09-29
SCI32: Fix potential null pointer dereference
Colin Snover
2016-08-01
SCI32: Add 6-argument signature of kAddPicAt
Colin Snover
2016-08-01
SCI32: Implement plane transitions (kSetShowStyle and kSetScroll)
Colin Snover
2016-07-27
SCI32: Use extern instead of #include frameout.h for splitRects
Colin Snover
2016-07-11
SCI32: Give planes a default type
Colin Snover
2016-07-11
SCI32: Guard against no split count
Colin Snover
2016-06-30
SCI32: Add transparent pic plane type
Colin Snover
2016-06-30
SCI32: Clean-up pass on rendering pipeline
Colin Snover
2016-06-26
SCI32: Fix broken Remap implementation
Colin Snover
2016-05-27
SCI32: Use better name for fixed priority field
Colin Snover
2016-05-26
SCI32: Remove unused Plane fields
Colin Snover
2016-03-16
SCI32: Fix updated screen item count in remapMarkRedraw()
Filippos Karapetis
2016-03-15
SCI32: More work on remapping
Filippos Karapetis
2016-03-13
SCI32: Remove incorrect note about dword_C6288
Colin Snover
2016-03-10
SCI32: Implement kMovePlaneItems
Colin Snover
2016-03-10
SCI32: Remove side-effect-abusing calls to ScreenItem::getCelObj
Colin Snover
2016-03-08
SCI: Add missing namespace comments in graphics/.
Johannes Schickel
2016-03-07
SCI32: Clean up renderer code a bit more
Colin Snover
2016-03-07
SCI32: Fix adding too many items to drawlist
Willem Jan Palenstijn
2016-03-06
SCI32: Make PlaneList definition order match declaration order
Colin Snover
2016-03-06
SCI32: Fix memory leaks
Colin Snover
2016-03-06
SCI32: "Improve" comparison algorithm for planes and screen items
Colin Snover
2016-03-06
SCI32: Implement kEditText
Colin Snover
2016-03-05
SCI32: Fix incorrect insertion of new planes
Colin Snover
2016-03-02
SCI32: Fix changed screen items drawing on top of higher screen items
Colin Snover
2016-03-02
SCI32: Add consts and remove redundant conditional
Colin Snover
2016-03-02
SCI32: Review rect rounding in Plane and ScreenItem
Colin Snover
2016-03-01
SCI32: Add a note about the menu bars in GK1
Filippos Karapetis
2016-02-21
SCI: Use nullptr instead of 0 for null pointer checks
Colin Snover
2016-02-21
SCI: Fix redrawAll updating visiblePlanes
Willem Jan Palenstijn
2016-02-20
SCI: Rewrite Plane::mergeToRectList
Willem Jan Palenstijn
2016-02-18
SCI: Minor cleanup
Colin Snover
2016-02-18
SCI: Fix bad positioning of relatively positioned pic cels
Colin Snover
2016-02-18
SCI: Fix some rect off-by-ones
Colin Snover
2016-02-18
SCI: Add comments to plane code
Colin Snover
2016-02-18
SCI: Implement accurate renderer architecture for SCI32
Colin Snover