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
/
screen_item32.cpp
Age
Commit message (
Expand
)
Author
2017-10-06
SCI32: Clean up scriptWidth/scriptHeight/screenWidth/screenHeight
Colin Snover
2017-10-06
SCI32: Clean up ScreenItem
Colin Snover
2017-09-30
SCI32: Fix support for RAMA demo
Colin Snover
2017-09-29
SCI32: Fix bad text rendering in RAMA
Colin Snover
2017-09-10
SCI: Remove dead code
Colin Snover
2017-07-18
SCI32: Fix kIsOnMe crashes in LSL7 About screen
Colin Snover
2017-05-27
SCI32: Minor cleanup to plane debug information
Colin Snover
2017-04-23
SCI32: Reset ScreenItem cel type when updating from a VM object
Colin Snover
2017-03-27
SCI: Implement bounds-checked reads of game resources
Colin Snover
2017-01-16
SCI32: Fix handling of negative z-indexes
Colin Snover
2017-01-12
SCI32: Fix crash trying to clip invalid rects generated by transitions
Colin Snover
2016-12-19
SCI32: Improve ScreenItem missing resource error
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-09
SCI32: Clarify some identifiers
Colin Snover
2016-09-29
SCI32: Clean up scaling flags
Colin Snover
2016-08-23
SCI32: Fix crash in Torin, chapter 4, catapult scene (via ScreenItem)
Filippos Karapetis
2016-07-10
SCI32: Add support for blacklined video
Colin Snover
2016-07-01
SCI32: Fix bad rendering of subtitle backgrounds in Torin
Colin Snover
2016-06-30
SCI32: Implement engine-accurate screen item list sorting
Colin Snover
2016-06-30
SCI32: Add low resolution constants
Colin Snover
2016-06-21
SCI32: Implement kScrollWindow
Willem Jan Palenstijn
2016-06-21
SCI32: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine)
Colin Snover
2016-05-27
SCI32: Add explicit checks for null pointers
Colin Snover
2016-05-27
SCI32: Use better name for fixed priority field
Colin Snover
2016-03-18
SCI32: Fix crashes in kIsOnMe caused by stale CelObjs
Colin Snover
2016-03-13
SCI32: Clarify the purpose of scaling ratios used in ScreenItem
Colin Snover
2016-03-10
SCI32: Remove side-effect-abusing calls to ScreenItem::getCelObj
Colin Snover
2016-03-10
SCI32: Implement kSetNowSeen
Colin Snover
2016-03-08
SCI: Add missing namespace comments in graphics/.
Johannes Schickel
2016-03-08
SCI32: Clean up kIsOnMe and fix rounding bug
Colin Snover
2016-03-06
SCI32: Fix memory leaks
Colin Snover
2016-03-06
SCI32: Fix missing digits in plane item list debug output
Colin Snover
2016-03-06
SCI32: Implement kEditText
Colin Snover
2016-03-02
SCI32: Review rect rounding in Plane and ScreenItem
Colin Snover
2016-02-27
SCI32: Clear InfoFlagViewVisible after updating ScreenItem
Willem Jan Palenstijn
2016-02-27
SCI: Remove a TODO in GK1 that has been resolved properly now
Filippos Karapetis
2016-02-21
SCI32: Add a bit more debug info to errors + screenitems
Martin Kiewitz
2016-02-20
SCI: Document and disable the unverified code used in GK1
Filippos Karapetis
2016-02-20
SCI: Add a better explanation of the visibility code used in GK1
Filippos Karapetis
2016-02-20
SCI: Handle the "visible" object selector. Fixes the inventory in GK1
Filippos Karapetis
2016-02-18
SCI: Minor cleanup
Colin Snover
2016-02-18
SCI: Fix some rect off-by-ones
Colin Snover
2016-02-18
SCI: Implement accurate renderer architecture for SCI32
Colin Snover