generated from vrchat-community/template-package
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add localization and error reporting UI framework (#65)
* ui: add the start of a localization framework This also adds a skeleton error report window to exercise the new framework. * feat(error): Implement core of error reporting framework * feat(error): show source object for error in NDMF error report * error: track source of error, fail VRChat build on fatal errors * error: stack trace rendering * feat(error): better handling for displaying errors on avatar build failures * feat: lazy-load language mappings to allow custom lookups to be reloaded * chore(i18n): minor improvements to localization UI * feat(error): lots of additional changes to get ready for MA to port over * Group error display by source plugin * Various bugfixes, code reorgs, etc... * chore(error): remove debugging NDMF test error * fix(error): fixing error reporting system-related test issues * chore: update CHANGELOG * chore(error): remove default impl for unity 2019 compatibility * ui(error): add avatar selection UI to error report window * chore(error): API and docs refinements
- Loading branch information
1 parent
684f7c9
commit 652ec4f
Showing
76 changed files
with
2,710 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.