8 Commits

Author SHA1 Message Date
e96d8932d0
Generate WAD name from title name rather than requiring dedicated key 2025-02-23 19:31:12 -05:00
87905eab2b
Clicking the labels for checkboxes now toggles the checkboxes again 2025-01-05 01:18:44 -05:00
2142dbad7e
Added error reporting to script downloads, errors do not stop scripts 2024-12-19 20:16:15 -05:00
6660e129a8
Added WIP JSON-based script support, removed old format
The old script code was already broken from the previous commits anyway, since they changed too much internally. This new format is much easier to understand and will allow for creating more powerful scripts.
2024-12-17 21:55:01 -05:00
62fa5ef7b1
Entirely rewrote title tree backend
Title trees are now model-based rather than item based. Coming with this is proper item metadata, so the data and UI are finally disconnected, making future development much easier. There are also some minor visual improvements as a result of using a TreeView instead of a TreeWidget.
vWii System Menus now have public versions defined in the database. Public version display code has also been entirely rewritten, as the version displayed in the interface and the version used by the code are no longer the same.
2024-12-13 22:39:09 -05:00
0ca2cc272a
Improved how title loading is handled and improved databases 2024-08-21 22:39:50 -04:00
e2decf8d6f
Wrote script to update ts files since the real one is broken 2024-08-21 19:34:08 -04:00
bcf82a011f
NUSGet now checks for updates on startup 2024-08-21 19:04:39 -04:00