Skip to content

AutoAccept cleanup, fix, enhancements, imgui settings panel - #4

Merged
brainiac merged 21 commits into
masterfrom
cleanup/fix
Aug 18, 2026
Merged

AutoAccept cleanup, fix, enhancements, imgui settings panel#4
brainiac merged 21 commits into
masterfrom
cleanup/fix

Conversation

@Sicprofundus

Copy link
Copy Markdown
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
- PLUGINMSG
- normalize colors
- added imgui settings panel to /mqsettings plugins/autoaccept
- added ability to add your group / raid to trusted member list

@brainiac brainiac left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

meow

Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp Outdated
- 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
- group invitations will now check onpulse if you have a pending invitation and check if that pending invitation's name matches someone in your trusted name list.
- - this means no longer missing a "accept invitation" because you were casting a spell or otherwise busy
- misc cleanup
Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp
- missing update
- put } else { back despite making my eyes twitch
- dynamic_cast -> static_cast
- removed superfluous CXWnd* cast

@brainiac brainiac left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

words

Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp Outdated
Comment thread MQ2AutoAccept.cpp Outdated
@brainiac
brainiac merged commit 4ab8dcb into master Aug 18, 2026
@Sicprofundus
Sicprofundus deleted the cleanup/fix branch August 22, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants