Add party/raid group frames with edit-mode, group auras, indicators, range, and options#33
Open
Add party/raid group frames with edit-mode, group auras, indicators, range, and options#33
Conversation
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.
Motivation
Description
Core/MSUF_GroupRoster.lua,Core/MSUF_GroupFrames.lua,Core/MSUF_GroupUpdate.lua,Core/MSUF_GroupAuras.lua,Core/MSUF_GroupIndicators.lua,Core/MSUF_GroupRange.lua,Core/MSUF_GroupHide.lua, andCore/MSUF_GroupPrivateAuras.luato manage roster, pooling, layout, updates, auras, indicators, range fading, and Blizzard hiding.Auras2and options UI: added designer-related layout/override plumbing and a designer note inOptions/MSUF_Options_Auras.lua, and a new group options panelOptions/MSUF_Options_Group.luathat exposes party/raid configuration and a group-aura designer editor.EditMode2/MSUF_EM2_Group.luapopup, HUD button inMSUF_EM2_HUD.lua, mover/drag/nudge/ticker adjustments inMSUF_EM2_Movers.lua,MSUF_EM2_Ticker.lua,MSUF_EM2_Nudge.lua, and popup routing inMSUF_EM2_Popups.luato support preview, dragging and positioning of group containers.Auras2/MSUF_A2_Units.luato include party/raid unit lists, dynamicUnits.GetAll()that appends active group units (including Edit Mode preview), and hooked CompactUnitFrame aura caching into group aura collection.Foundation/MSUF_Defaults.luawithgroupDB defaults and added new files intoMidnightSimpleUnitFrames.tocso group features are loaded.Testing
Codex Task