Skip to content

Commit

Permalink
Merge pull request #16 from nicokimmel/1.16.0
Browse files Browse the repository at this point in the history
#### Setup Validation
- Added a setup validation which will notify users if the setup did not swap correctly (has 4 comparison levels adjustable in the settings.
   - This happens after a delay, since the addon needs some time to swap things. This delay is adjustable in the settings.
- Added an automatic list of steps to fix the failed setup. This is turned off by default.
- Added a keybind to do these steps "non automatically"
- Added logging (and a delete log functionality) which saves occurences when setups failed to swap so we may finally get to the bottom of this
- Added a red color on the info panel which colors the name if the setup failed to swap.
- Added a confirmation if the setup swapped correctly (at the time of writing, this only notifies users if any gear swapped, if 2 setups have the same gear it will not notify them, this may be changed at a later time.)
#### Misc
- Added the ability to chose Center Screen Announcements for the messages given to the user
- Added EA Pages (thanks to @yachoor ) 
   - The automatic swap feature does not work in EA since the content is inherently random and i do not think its feasible to add this
- Changed the Sanity's Edge ID so now the porting feature works too
  • Loading branch information
JNSlevin authored Dec 27, 2023
2 parents e23dcb3 + a3e29e0 commit ca9f3d2
Show file tree
Hide file tree
Showing 13 changed files with 2,449 additions and 1,874 deletions.
3 changes: 3 additions & 0 deletions src/Bindings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
<Action name="WW_HOTKEY_SETUP_NEXT">
<Down>WizardsWardrobe.LoadSetupAdjacent(1)</Down>
</Action>
<Action name="WW_HOTKEY_SETUP_FIX">
<Down>WizardsWardrobe.validation.WorkAroundOne()</Down>
</Action>
</Category>
</Layer>
</Bindings>
Loading

0 comments on commit ca9f3d2

Please sign in to comment.