from retail
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ WeakAuras.halfWidth = WeakAuras.normalWidth / 2
|
||||
WeakAuras.doubleWidth = WeakAuras.normalWidth * 2
|
||||
|
||||
local versionStringFromToc = GetAddOnMetadata("WeakAuras", "Version")
|
||||
local versionString = "4.1.5"
|
||||
local versionString = "5.4.0"
|
||||
local buildTime = "20240701180000"
|
||||
local isAwesomeEnabled = C_NamePlate and C_NamePlate.GetNamePlateForUnit or false
|
||||
|
||||
|
||||
@@ -383,6 +383,7 @@ end
|
||||
|
||||
local function FrameTick(self)
|
||||
Private.StartProfileAura(self.id)
|
||||
self.values.lastCustomTextUpdate = nil
|
||||
self.subRegionEvents:Notify("FrameTick")
|
||||
Private.StopProfileAura(self.id)
|
||||
end
|
||||
|
||||
@@ -3942,6 +3942,8 @@ local function startStopTimers(id, cloneId, triggernum, state)
|
||||
end
|
||||
|
||||
local function ApplyStateToRegion(id, cloneId, region, parent)
|
||||
-- Force custom text function to be run again
|
||||
region.values.lastCustomTextUpdate = nil
|
||||
region:Update();
|
||||
|
||||
region.subRegionEvents:Notify("Update", region.state, region.states)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Interface: 30300
|
||||
## Title: WeakAuras
|
||||
## Author: The WeakAuras Team
|
||||
## Version: 4.1.5
|
||||
## Version: 5.4.0
|
||||
## Notes: A powerful, comprehensive utility for displaying graphics and information based on buffs, debuffs, and other triggers.
|
||||
## Notes-esES: Potente y completa aplicación que te permitirá mostrar por pantalla múltiples diseños, basados en beneficios, perjuicios y otros activadores.
|
||||
## Notes-deDE: Ein leistungsfähiges, umfassendes Addon zur grafischen Darstellung von Informationen von Auren, Cooldowns, Timern und vielem mehr.
|
||||
|
||||
@@ -1152,7 +1152,7 @@ local function GetBuffTriggerOptions(data, triggernum)
|
||||
|
||||
CreateNameOptions(aura_options, data, trigger, spellOptionsSize,
|
||||
true, false, "spellid", 22, "useExactSpellId", "auraspellids",
|
||||
L["Spell ID"], L["Enter a Spell ID"],
|
||||
L["Spell ID"], L["Enter a Spell ID. You can use the addon idTip to determine spell ids."],
|
||||
IsSingleMissing(trigger))
|
||||
|
||||
CreateNameOptions(aura_options, data, trigger, ignoreNameOptionSize,
|
||||
@@ -1163,7 +1163,7 @@ local function GetBuffTriggerOptions(data, triggernum)
|
||||
|
||||
CreateNameOptions(aura_options, data, trigger, ignoreSpellOptionsSize,
|
||||
true, true, "ignorespellid", 42, "useIgnoreExactSpellId", "ignoreAuraSpellids",
|
||||
L["Ignored Spell ID"], L["Enter a Spell ID"],
|
||||
L["Ignored Spell ID"], L["Enter a Spell ID. You can use the addon idTip to determine spell ids."],
|
||||
IsSingleMissing(trigger))
|
||||
|
||||
OptionsPrivate.commonOptions.AddCommonTriggerOptions(aura_options, data, triggernum, true)
|
||||
|
||||
@@ -212,7 +212,7 @@ If the entered number is a decimal (e.g. 0.5), fraction (e.g. 1/2), or percentag
|
||||
|
||||
|cFF4444FFFor example:|r
|
||||
|cFF00CC00> 0|r will trigger when any unit of type '%s' is affected
|
||||
|cFF00CC00= 100%%|r will trigger when ever unit of type '%s' is affected
|
||||
|cFF00CC00= 100%%|r will trigger when every unit of type '%s' is affected
|
||||
|cFF00CC00!= 2|r will trigger when the number of units of type '%s' affected is not exactly 2
|
||||
|cFF00CC00<= 0.8|r will trigger when less than 80%% of the units of type '%s' is affected (4 of 5 party members, 8 of 10 or 20 of 25 raid members)
|
||||
|cFF00CC00> 1/2|r will trigger when more than half of the units of type '%s' is affected
|
||||
|
||||
@@ -1006,12 +1006,13 @@ function OptionsPrivate.SortDisplayButtons(filter, overrideReset, id)
|
||||
child.frame:Show()
|
||||
child:AcquireThumbnail()
|
||||
frame.buttonsScroll:AddChild(child)
|
||||
else
|
||||
if not child.frame:IsShown() then
|
||||
child.frame:Show()
|
||||
child:AcquireThumbnail()
|
||||
end
|
||||
tinsert(frame.buttonsScroll.children, child)
|
||||
end
|
||||
if not child.frame:IsShown() then
|
||||
child.frame:Show()
|
||||
child:AcquireThumbnail()
|
||||
end
|
||||
tinsert(frame.buttonsScroll.children, child)
|
||||
elseif child then
|
||||
child.frame:Hide()
|
||||
if child.ReleaseThumbnail then
|
||||
@@ -1061,6 +1062,7 @@ function OptionsPrivate.SortDisplayButtons(filter, overrideReset, id)
|
||||
child.frame:Show()
|
||||
child:AcquireThumbnail()
|
||||
frame.buttonsScroll:AddChild(child)
|
||||
buttonsShown[slug] = true
|
||||
end
|
||||
if not child.frame:IsShown() then
|
||||
child.frame:Show()
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Interface: 30300
|
||||
## Title: WeakAuras Options
|
||||
## Author: The WeakAuras Team
|
||||
## Version: 4.1.5
|
||||
## Version: 5.4.0
|
||||
## Notes: Options for WeakAuras
|
||||
## Notes-esES: Opciones para WeakAuras
|
||||
## Notes-deDE: Optionen für WeakAuras
|
||||
|
||||
Reference in New Issue
Block a user