-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Muse Dash: Option Groups and Options Rework #3434
Merged
NewSoupVi
merged 18 commits into
ArchipelagoMW:main
from
DeamonHunter:Deamon/OptionsUpdate
Jun 4, 2024
Merged
Changes from 6 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
252b603
Ensure that included/starter songs only include those within enabled …
DeamonHunter 39c2a21
Allow filtering traps by trap instead of by category.
DeamonHunter badbbf3
Add in the currently available limited time dlcs to the dlc list.
DeamonHunter 430e006
Add the option group to the webhost and cleanup some errors.
DeamonHunter 417b059
Fix trap list.
DeamonHunter 2524fbe
Update tests. Add new ones to test correctness of new features.
DeamonHunter f050fd7
Merge remote-tracking branch 'ArchipelagoMW/main' into Deamon/Options…
DeamonHunter 2fa6939
Remove the old Just As Planned option
DeamonHunter 0c83a47
Make traps order alphabetically. Also adjust the title for traps.
DeamonHunter f83703e
Adjust new lines to better fit the website.
DeamonHunter ca01da0
Style fixes.
DeamonHunter 2cff656
Test adjustments and a fix due to test no longer having just as plann…
DeamonHunter 0376e82
Undo spacing changes as it breaks yaml generation.
DeamonHunter 85ff90f
Fix indenting in webhost.
DeamonHunter 1c04a08
Add the old options in as removed. Also clean up unused import.
DeamonHunter 278b7fe
Remove references to the old allow_just_as_planned_dlc_songs option i…
DeamonHunter dfb2d3c
Add newline to end of file.
DeamonHunter 5c05d00
Merge branch 'main' into Deamon/OptionsUpdate
NewSoupVi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just checking that the way the tooltips display on the new WebHost are how you want them to display. Most games have changed their docstrings to display in a different format
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for reminding me. Its now set up so there isn't as much white space at the front of them. And added an extra line in front of the paragraphs so they read a bit easier.