aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/rect.cpp
AgeCommit message (Collapse)Author
2017-08-08TITANIC: Further improvements to arrow key movementPaul Gilbert
The movement code, when deciding on an item or link that matches the desired direction, will check five points on the object/links area.. center, left edge, right edge, top edge, and bottom edge. For each of these, it makes sure that at that point, clicking will actually get passed to it. Otherwise, it moves onto one of the other edges. This helps avoid issues where links weren't working because standard scene objects were partially obscuring them.
2017-07-07TITANIC: Fix to only update modified parts of the screenPaul Gilbert
2016-04-03TITANIC: Move most of the root classes into new support/ folderPaul Gilbert