Armored-Dragon
Armored-Dragon
This is mostly an exploratory experiment on refactoring the UI of Overte. Feedback welcome! Main Goals: - Modernize interface - General cleanup - Simplification - Theming support - Support custom...
The simplified UI script had some issues. First major issue is due to conflicting IDs in the [QML](https://github.com/overte-org/overte/blob/8661e8a858663b48e8485c2cd7120dc3e2d7b87e/interface/resources/qml/hifi/simplifiedUI/settingsApp/general/General.qml#L178) on line 178 and 187, the QML would never properly render. As...
This issue is opened at the request of some users in the hub for discussion. There are some files which look to be largely, but not entirely, duplicate qml files....
It would be nice to have crypto functionality available to scripts so we are not reliant on third party libs. From what I can find, and from my testing, I...
It would be helpful to get the collision capsule from other players for use in scripts. You can already get this information from [MyAvatar](https://apidocs.overte.org/MyAvatar.html#.getCollisionCapsule). My intended use is to be...
This script seems to no longer be used in a meaningful way, but it does get added to the running scripts when you reload defaults. This script seems to prompt...
The symbol used previously seems to not render on some systems. This symbol seems to render on all of the systems tested in a developer meet.
This PR sanitizes text in the notificationCore notifications to prevent html embedding. Suggested by @ksuprynowicz.
On Wayland running Overte on [this commit](https://github.com/overte-org/overte/tree/9d6f08b908136d6b0522f88f8177815f43593a31) returns: `[WARNING] [qt.qpa.wayland] Setting cursor position is not possible on wayland`. This has been an existing issue since I have started manually building...
Very rarely the toolbar seems to vanish from the view. I think it is just being moved outside of the Overte application view and just never jumps back. The only...