Skip to content

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

Open
Sicprofundus wants to merge 13 commits into
masterfrom
cleanup/fix
Open

AutoAccept cleanup, fix, enhancements, imgui settings panel#4
Sicprofundus wants to merge 13 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
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