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
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