Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-20 | SHERLOCK: RT: Refactored map to use the tooltip widget | Paul Gilbert | |
2015-06-20 | SHERLOCK: RT: Simplify drawing of tooltips | Paul Gilbert | |
All drawing code has been refactored into WidgetBase, so the different descendants don't have to duplicate drawing to the screen | |||
2015-06-20 | SHERLOCK: RT: Create WidgetSceneTooltip descendant tooltip class | Paul Gilbert | |
2015-06-20 | SHERLOCK: RT: Split tooltip text rendering into setText | Paul Gilbert | |
2015-06-18 | SHERLOCK: RT: Implement font _yOffsets table | Paul Gilbert | |
Since this table must only be set up for RT when changing fonts, I needed to put an engine reference in the Fonts base class. Because of this, I've been able to simplify the creation of the various surfaces, since you no longer need to pass in the platform | |||
2015-06-18 | SHERLOCK: RT: Reduce code duplication when writing fancy strings | Filippos Karapetis | |
2015-06-16 | SHERLOCK: RT: Implemented WidgetVerbs execute | Paul Gilbert | |
2015-06-15 | SHERLOCK: RT: Beginnings of UI widget classes | Paul Gilbert | |