Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckyone961 committed Sep 24, 2024
2 parents a2509aa + 0963487 commit 9eb20e5
Show file tree
Hide file tree
Showing 11 changed files with 140 additions and 84 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### Version 3.08 [24-09-2024]
**All WoW Versions:**
ElvUI 13.78+ compatibility
**Retail:**
Added font outline to objective tracker text (Config -> Media -> Reset Media)
Fixed installer error preventing to apply WindTools profile
Reworked aura indicators for Preservation Evoker (Config -> Buffs and Debuffs -> Setup Aura Filters)
Updated LuckyoneUI Class WeakAura Edits (Melee, Ranged, Tanks, Healer)
Updated LuckyoneUI Evoker WeakAura
**Classic:**
Updated TOC for 1.15.4
___
### Version 3.07 [10-09-2024]
**All WoW Versions:**
ElvUI 13.77+ compatibility
Expand Down
18 changes: 7 additions & 11 deletions CURRENT.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
### Version 3.07 [10-09-2024]
### Version 3.08 [24-09-2024]
**All WoW Versions:**
ElvUI 13.77+ compatibility
Fixed ProjectAzilroka install error
ElvUI 13.78+ compatibility
**Retail:**
Added Season 1 ElvUI NamePlate StyleFilters for Dungeons
Added Season 1 WeakAuras section for Dungeons
Added font outline to objective tracker text (Config -> Media -> Reset Media)
Fixed installer error preventing to apply WindTools profile
Reworked aura indicators for Preservation Evoker (Config -> Buffs and Debuffs -> Setup Aura Filters)
Updated LuckyoneUI Class WeakAura Edits (Melee, Ranged, Tanks, Healer)
Updated LuckyoneUI Druid WeakAura
Updated LuckyoneUI Evoker WeakAura
Updated OmniCD profile
Updated Plater profile for Season 1 Dungeon custom colors
Updated Shadow&Light profile
Updated WindTools profile
WeakAuras will no longer hide while Dragonriding/Skyriding
**Classic:**
Updated TOC for 1.15.4
18 changes: 9 additions & 9 deletions ElvUI_LuckyoneUI/Core/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -244,15 +244,15 @@ function Private:HandleToons()
['Player-4440-03ADE2DF'] = true, -- [A] Shaman
['Player-4476-03BF41C9'] = true, -- [H] Hunter
} or E.Classic and {
-- (5826: Lone Wolf, 5827: Living Flame)
['Player-5826-0202765F'] = true, -- [A] Hunter
['Player-5826-020F7F10'] = true, -- [A] Paladin
['Player-5826-02172E79'] = true, -- [A] Warlock
['Player-5826-0234253E'] = true, -- [A] Mage
['Player-5826-02342508'] = true, -- [A] Priest
['Player-5826-023424EF'] = true, -- [A] Druid
['Player-5826-02342520'] = true, -- [A] Rogue
['Player-5826-02342556'] = true, -- [A] Warrior
-- (5827: Living Flame)
['Player-5827-0273D732'] = true, -- [A] Hunter
['Player-5827-0273D63E'] = true, -- [A] Paladin
['Player-5827-0273D63D'] = true, -- [A] Warlock
['Player-5827-0273D649'] = true, -- [A] Mage
['Player-5827-0273D661'] = true, -- [A] Priest
['Player-5827-0273D65D'] = true, -- [A] Druid
['Player-5827-0273D63F'] = true, -- [A] Rogue
['Player-5827-0273D638'] = true, -- [A] Warrior
['Player-5827-02331C4B'] = true, -- [H] Shaman
-- (5261: Nek'Rosh)
['Player-5261-01ADAC25'] = true, -- [H] Rogue
Expand Down
2 changes: 2 additions & 0 deletions ElvUI_LuckyoneUI/Core/Setup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ function Private:Setup_PrivateDB()
E.db.general.fonts.errortext.outline = Private.Outline
E.db.general.fonts.errortext.size = 16
E.db.general.fonts.mailbody.outline = Private.Outline
E.db.general.fonts.objective.enable = true
E.db.general.fonts.objective.outline = Private.Outline
E.db.general.fonts.objective.size = 12
E.db.general.fonts.questsmall.enable = true
E.db.general.fonts.questsmall.outline = Private.Outline
E.db.general.fonts.questsmall.size = 12
Expand Down
4 changes: 2 additions & 2 deletions ElvUI_LuckyoneUI/ElvUI_LuckyoneUI_Cata.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

## DefaultState: enabled
## Author: Luckyone
## Version: 3.07
## Version: 3.08

## Interface: 40400
## X-Required-ElvUI: 13.77
## X-Required-ElvUI: 13.78

## X-Curse-Project-ID: 363472
## X-Wago-ID: Rn6VLGdB
Expand Down
4 changes: 2 additions & 2 deletions ElvUI_LuckyoneUI/ElvUI_LuckyoneUI_Mainline.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

## DefaultState: enabled
## Author: Luckyone
## Version: 3.07
## Version: 3.08

## Interface: 110002
## X-Required-ElvUI: 13.77
## X-Required-ElvUI: 13.78

## X-Curse-Project-ID: 363472
## X-Wago-ID: Rn6VLGdB
Expand Down
6 changes: 3 additions & 3 deletions ElvUI_LuckyoneUI/ElvUI_LuckyoneUI_Vanilla.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

## DefaultState: enabled
## Author: Luckyone
## Version: 3.07
## Version: 3.08

## Interface: 11503
## X-Required-ElvUI: 13.77
## Interface: 11504
## X-Required-ElvUI: 13.78

## X-Curse-Project-ID: 363472
## X-Wago-ID: Rn6VLGdB
Expand Down
145 changes: 96 additions & 49 deletions ElvUI_LuckyoneUI/Modules/Auras/Filters.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,82 +81,129 @@ function Private:Setup_Filters_Retail()
classes['DRUID'][200389]['style'] = 'texturedIcon'

-- Evoker
classes['EVOKER'][367364]["style"] = "texturedIcon"
classes['EVOKER'][376788]["style"] = "texturedIcon"
classes['EVOKER'][363502]["style"] = "texturedIcon"
classes['EVOKER'][406732] = {
["point"] = "TOP",
classes['EVOKER'][355941] = {
["displayText"] = true,
["sizeOffset"] = 4,
["sizeOffset"] = 2,
["style"] = "texturedIcon",
["xOffset"] = 1,
["yOffset"] = 1,
}
classes['EVOKER'][410089] = {
["point"] = "TOPRIGHT",
classes['EVOKER'][357170] = {
["displayText"] = true,
["point"] = "RIGHT",
["sizeOffset"] = 2,
["style"] = "texturedIcon",
["xOffset"] = 1,
}
classes['EVOKER'][360827] = {
["countAnchor"] = "BOTTOM",
["point"] = "TOPLEFT",
["sizeOffset"] = 6,
["style"] = "timerOnly",
["color"] = {
["a"] = 1,
["r"] = 1,
["g"] = 1,
["b"] = 1,
},
["style"] = "texturedIcon",
["xOffset"] = -1,
["yOffset"] = 1,
}
classes['EVOKER'][364343]["style"] = "texturedIcon"
classes['EVOKER'][395152] = {
["displayText"] = true,
["enabled"] = false,
classes['EVOKER'][361022] = {
["point"] = "BOTTOMLEFT",
["sizeOffset"] = 6,
["style"] = "texturedIcon",
["xOffset"] = -1,
["yOffset"] = -1,
}
classes['EVOKER'][363502] = {
["displayText"] = true,
["point"] = "BOTTOMRIGHT",
["sizeOffset"] = 2,
["style"] = "texturedIcon",
["xOffset"] = 1,
["yOffset"] = -1,
}
classes['EVOKER'][364343] = {
["displayText"] = true,
["sizeOffset"] = 2,
["style"] = "texturedIcon",
["xOffset"] = -17,
["yOffset"] = 1,
}
classes['EVOKER'][366155] = {
["displayText"] = true,
["point"] = "TOP",
["sizeOffset"] = 2,
["style"] = "texturedIcon",
["xOffset"] = 17,
["yOffset"] = 1,
}
classes['EVOKER'][367364] = {
["displayText"] = true,
["point"] = "TOP",
["sizeOffset"] = 2,
["style"] = "texturedIcon",
["xOffset"] = 0,
["yOffset"] = 1,
}
classes['EVOKER'][373267]["style"] = "texturedIcon"
classes['EVOKER'][366155]["style"] = "texturedIcon"
classes['EVOKER'][369459] = {
["enabled"] = true,
["anyUnit"] = true,
["point"] = "TOPLEFT",
["cooldownAnchor"] = "CENTER",
["id"] = 369459,
["displayText"] = false,
["textThreshold"] = -1,
["yOffset"] = 0,
["countAnchor"] = "BOTTOMRIGHT",
["sizeOffset"] = 6,
["style"] = "texturedIcon",
["countY"] = 1,
["countX"] = 1,
["xOffset"] = 0,
["color"] = {
["b"] = 1,
["g"] = 1,
["r"] = 1,
},
["countY"] = 1,
["displayText"] = false,
["enabled"] = true,
["id"] = 369459,
["onlyShowMissing"] = false,
["point"] = "TOPLEFT",
["sizeOffset"] = 6,
["style"] = "texturedIcon",
["textThreshold"] = -1,
["xOffset"] = -1,
["yOffset"] = 1,
}
classes['EVOKER'][357170]["style"] = "texturedIcon"
classes['EVOKER'][360827] = {
classes['EVOKER'][373267] = {
["displayText"] = true,
["point"] = "TOPLEFT",
["countAnchor"] = "BOTTOM",
["sizeOffset"] = 2,
["style"] = "texturedIcon",
["xOffset"] = 16,
["yOffset"] = 1,
}
classes['EVOKER'][376788] = {
["displayText"] = true,
["sizeOffset"] = 2,
["style"] = "texturedIcon",
["xOffset"] = -16,
["yOffset"] = 1,
}
classes['EVOKER'][395152] = {
["displayText"] = true,
["enabled"] = false,
["sizeOffset"] = 6,
["style"] = "texturedIcon",
}
classes['EVOKER'][406732] = {
["displayText"] = true,
["point"] = "TOP",
["sizeOffset"] = 6,
["style"] = "texturedIcon",
["yOffset"] = 1,
}
classes['EVOKER'][406789] = {
["displayText"] = true,
["point"] = "TOP",
["sizeOffset"] = 6,
["style"] = "texturedIcon",
["yOffset"] = 1,
}
classes['EVOKER'][410089] = {
["color"] = {
["a"] = 1,
["b"] = 1,
["g"] = 1,
["r"] = 1,
},
}
classes['EVOKER'][355941]["style"] = "texturedIcon"
classes['EVOKER'][406789] = {
["point"] = "TOP",
["displayText"] = true,
["sizeOffset"] = 4,
["style"] = "texturedIcon",
}
classes['EVOKER'][361022] = {
["point"] = "BOTTOMLEFT",
["point"] = "TOPRIGHT",
["sizeOffset"] = 6,
["style"] = "texturedIcon",
["style"] = "timerOnly",
}

auraHighlight[410089] = {
Expand Down
4 changes: 2 additions & 2 deletions ElvUI_LuckyoneUI/Profiles/OmniCD.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function Private:Setup_OmniCD(layout, installer)
local scaled = E.global.L1UI.scaled

-- Profile names
local name_main = E.global.L1UI.dev and 'Luckyone Main' or 'Luckyone Main ' .. Private.Version
local name_healing = E.global.L1UI.dev and 'Luckyone Healing' or 'Luckyone Healing ' .. Private.Version
local name_main = (E.global.L1UI.dev and 'Luckyone Main') or 'Luckyone Main ' .. Private.Version
local name_healing = (E.global.L1UI.dev and 'Luckyone Healing') or 'Luckyone Healing ' .. Private.Version

-- Disable LibDualSpec to set the profile
OmniCDDB['namespaces']['LibDualSpec-1.0'] = OmniCDDB['namespaces']['LibDualSpec-1.0'] or {}
Expand Down
Loading

0 comments on commit 9eb20e5

Please sign in to comment.