-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Did a major cleanup pass on the whole project. - Added nullable/not-nullable annotations just about everywhere. - Extracted each screen into its own FXML file with corresponding controllers. - Resolved a zillion issues IDEA and SonarLint were bugging me about. - Added the option to install mods into the user folder. Pending UI support, this can only be enabled via config editing. - Added the option to uninstall the currently active mod. (TODO: Maybe disable if the mod doesn't seem to be installed?) - Should have replaced all references to SR2MM with the OpenSR Launchpad. Also removed the Patreon link for the same reason. - Possibly fixed some bugs. It's been ages since I first did most of this commit, and I never committed it because it wasn't finished at the time. (And arguably still isn't, since I'm pretty sure I intended to commit working versions of the new screens!)
- Loading branch information
Showing
26 changed files
with
851 additions
and
484 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"history":["git://github.com/OpenStarRuler/OpenStarRuler-Modpack.git","git://github.com/DaloLorn/Rising-Stars.git","git://github.com/Skeletonxf/star-ruler-2-mod-ce.git","git://github.com/sol-oriens/Shores-of-Infinity.git","git://github.com/Vandaria/SR2-Lost-Sector.git"]} | ||
{"history":["github.com/DaloLorn/Rising-Stars","github.com/OpenSRProject/OpenStarRuler-Modpack","github.com/Skeletonxf/star-ruler-2-mod-ce","github.com/sol-oriens/Shores-of-Infinity","github.com/Vandaria/SR2-Lost-Sector"]} |
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.