-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor configurations and update UI handling
Updated .gitignore to include Resources/AutoStatusOrder.json. Moved AutoStatusOrder to OtherConfiguration as HashSet<uint>. Added new config options _autoOffWhenDeadPvP and _changelogPopup. Modified OtherConfiguration to handle AutoStatusOrder. Added methods ResetAutoStatusOrder and SaveAutoStatusOrder. Added partial method ModifyShirkPvE in CustomRotation_Actions.cs. Updated RSCommands_Actions.cs for _autoOffWhenDeadPvP check. Refactored RotationConfigWindow to use OtherConfiguration. Updated WelcomeWindow to show changelog popup conditionally. Adjusted StateUpdater to handle AutoStatusOrder as uint. Updated assembly version in WelcomeWindow.cs to 7.1.5.24. Added using directive for RotationSolver.Basic.Configuration.
- Loading branch information
Showing
8 changed files
with
60 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ obj/ | |
lib/ | ||
.idea/ | ||
RotationSolver/Localization/Localization.json | ||
/Resources/AutoStatusOrder.json |
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
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
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