Commit Graph

24 Commits

Author SHA1 Message Date
Zerebos c6c54bf620 Use openPath workaround on windows
Fixes #1700
2024-02-21 19:06:42 -05:00
Zerebos cb08178b77
Merge branch 'development' into imports 2023-06-14 20:55:13 -05:00
benji78 a369b5a0f9
Closes #1615 (#1616) 2023-05-24 14:55:21 -04:00
Zack Rauen 9bbf318a86 Revamp all imports 2023-05-19 18:37:21 -04:00
Zack Rauen 72a71ad53e Adjust common module import 2023-05-19 16:38:45 -04:00
Zack Rauen 90338e9b84 Move strings to be translatable and lint 2022-10-13 23:42:05 -04:00
Zack Rauen 9c0a8747f3 Make updater responsive 2022-10-10 02:32:57 -04:00
Zack Rauen af1a26c333 Fix various bugs
- Show public servers on startup
- Update plugin tab on load/unload
- Finish switching searchGetters to searchExports
- Add disabled class to addon cards
- Fix/rebuild changelog modal
2022-10-09 18:22:07 -04:00
Zack Rauen 87652dab8e Restructure API, condense DOM modules 2022-10-02 23:34:45 -04:00
Zack Rauen 18bb2886cd Allow partials, add temp updater 2022-09-29 01:04:22 -04:00
Zack Rauen 6d37fb63fc Fix small bugs 2022-09-25 15:29:17 -04:00
Zack Rauen 81474344f0 Fix waitForModule and meta handling 2022-08-09 13:28:50 -04:00
Zack Rauen ea1820143a Remove autoreload option 2022-08-07 17:26:47 -04:00
Zack Rauen 2018f691e6 Add getbulk and patcher bind 2022-08-01 22:23:05 -04:00
Zack 29666219fd
Stop relying on require() to load addons (#1332) 2022-07-08 10:42:04 -04:00
Zack Rauen 57ff15ee68 Small bugfixes 2022-06-27 17:12:47 -04:00
Zack Rauen 04eb399ea2 Update changelog, remove substr
Closes #1234
2022-06-25 03:50:55 -04:00
Zack Rauen 854afc27cf Improve development errors
- Fixes #1029
- Fixes #1028
2022-02-04 16:23:21 -05:00
Strencher 62f2f5d830
Fix cache issue & crashing issue (#953)
Fixes #866
2021-07-25 18:09:18 -04:00
Zack Rauen 01941c1178 Fix various bugs
- Fix an issue removing settings collection
- Fix bugs related to opening in system editor
- Check for guild glasses (in webpack) a little bit later to allow for slower loading
- Add addition try..catch around file operations in DataStore
2021-04-15 18:03:59 -04:00
Zack Rauen fd43ebf7b8 Clean up code, add more linting, update emote styling 2021-04-12 01:07:00 -04:00
Zack Rauen e1a510ab4c Revamp error modal 2021-04-06 14:09:43 -04:00
Zack Rauen f3f15ec72c Fix multiple bugs, change to sync loading
- Removes copy selector developer option
- Add a crash check in the injector
- Switch from throwing over the wall to using <script> elements
- Revert to synchronous loading due to above
- Don't load on login screen
- Plugin logging includes version numbers
- Fix blankslate links
- Fix changelog overflow
2021-03-18 17:50:47 -04:00
Zack Rauen 74b2dace04 Restructure BD into a small mono-repo
This is a repo-wide refactor that introduces the injector to the main branch.

The new architecture is as such:
common/
injector/
renderer/
2021-03-06 03:30:16 -05:00