Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-17 | TITANIC: Fix compilation failure in C++11 mode | Colin Snover | |
2017-08-08 | TITANIC: Further improvements to arrow key movement | Paul 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. | |||
2016-04-03 | TITANIC: Move most of the root classes into new support/ folder | Paul Gilbert | |