-
Notifications
You must be signed in to change notification settings - Fork 10
Massive changes #86
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
base: main
Are you sure you want to change the base?
Massive changes #86
Conversation
Group system Localization API Definition Manager FSTooltip ArchivePatch After / Before / PriorityProvider Feature GUID
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.
The tooltip seems to be somewhat broken at the moment?
From my quick testing only RightSideOfElement worked properly, game issue?
Overall looks good tho 👍
Only a few missing xml doc comments that I can add later as well.
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.
We should probably migrate those from the 'old format'?
Else everyone's enabled features are going to be reset unless I missed something.
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.
Since Feature.Identifier is not unique, I actually recommend directly deleting all previous content.
|
Currently, Tooltip isn't applied to feature setting's submenu entry. I did a simple test before and it seems works, but I may have missed something. I will consider the compatibility issues between FSTooltip and FSDescription, and implement support for SubMenuSettings. Additionally, I discovered that all FeatureSettings contained within SubMenus cannot be persistently saved, as the IsDirty flag is not being set. |
AudioData Null Reference Exception
ReversePatch Support Attributes IsOriginal, IsSnapshot
WIP (DO NOT MERGE)