Skip to content
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

Smallpatches #4608

Merged
merged 8 commits into from
Sep 24, 2023
Merged

Smallpatches #4608

merged 8 commits into from
Sep 24, 2023

Conversation

InfusOnWoW
Copy link
Contributor

No description provided.

@InfusOnWoW InfusOnWoW requested a review from mrbuds September 17, 2023 12:59
WeakAurasOptions/BuffTrigger2.lua Outdated Show resolved Hide resolved
WeakAuras/BuffTrigger2.lua Outdated Show resolved Hide resolved
InfusOnWoW and others added 8 commits September 24, 2023 15:49
Noteable blizzard only sends those events if there's a RegisterUnitEvent
that for a specific unit. They probably are optimizing the checking to
only Register the event if a buff trigger is loaded that requires it.

Also we dance a bit to ensure that we don't register for pets unless
necessary.

Fixes: WeakAuras#4542
Use WA_DELAYED_PLAYER_ENTERING_WORLD because PEW apparently doesn't
work.

Fixes: WeakAuras#4603
0 is "RemoteTransmission", I think we want 1 "LocalPlayback". Might help
  with WeakAuras#4605
If the voiceId is not valid, don't hardcode the fallback to 0, because
that might not be a valid voiceId, instead fallback to the "first"
voiceId
Due to how the multi-selection works we need to always create the dummy
spacer item and the real controls and hide the ones that we don't need.

But the default hiddenAll doesn't work for the dummy widget, as we only
want it to show if the input widget is hidden, thus add another hack to
our options code.

Nothing bad can come from that.

Fixes: WeakAuras#4604
@InfusOnWoW InfusOnWoW merged commit a1f33b2 into WeakAuras:main Sep 24, 2023
1 check passed
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.

2 participants