AutoAccept cleanup, fix, enhancements, imgui settings panel - #4
Open
Sicprofundus wants to merge 13 commits into
Open
AutoAccept cleanup, fix, enhancements, imgui settings panel#4Sicprofundus wants to merge 13 commits into
Sicprofundus wants to merge 13 commits into
Conversation
Sicprofundus
commented
Aug 7, 2026
Contributor
- Correct issue where if you had translocate turned off, you would still "fall through" to your trusted friends and accept any translocate from them
-
- now you can use "always, trusted, never" option for translocate
- Anchor will now respect the true/false for anchor usage and not fall through to accept any anchors from trusted friends if anchor usage is turned off
- Added imgui settings panel "/autoaccept <ui|gui>" as well as /mqsettings plugins/autoaccept
- deprecation cleanup
- const'd where i saw needed const'd'ing
- various cleanups
- Correct issue where if you had translocate turned off, you would still "fall through" to your trusted friends and accept any translocate from them - - now you can use "always, trusted, never" option for translocate - Anchor will now respect the true/false for anchor usage and not fall through to accept any anchors from trusted friends if anchor usage is turned off
- added imgui settings panel to /mqsettings plugins/autoaccept - added ability to add your group / raid to trusted member list
brainiac
reviewed
Aug 7, 2026
- updated variable name - bracket adjustment - update misc missing spaces between declarative "=" - const std::string& to const std::string_view
- static cast size_t to int for output - missing spaces in comparative "==" - adjust brackets - remove superfluous .c_string() usage - adjusted const char* to const std::string_view for AddTrustedName - updated "0" to ImGuiMouseButton_Left - fixed DoCommand deprecation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.