diff --git a/Interface/AddOns/SVUI/SVUI.toc b/Interface/AddOns/SVUI/SVUI.toc index 90c381b..5c68854 100644 --- a/Interface/AddOns/SVUI/SVUI.toc +++ b/Interface/AddOns/SVUI/SVUI.toc @@ -1,6 +1,6 @@ ## Interface: 60000 ## Author: Munglunch -## Version: 5.4.16 +## Version: 5.4.17 ## Title: |cffFF9900SVUI|r ## Notes: Supervillain UI [|cff9911FFCore Framework|r]. ## SavedVariables: SVUI_Global, SVUI_Errors diff --git a/Interface/AddOns/SVUI/assets/artwork/Unitframe/Class/ROGUE-ANTICIPATION.blp b/Interface/AddOns/SVUI/assets/artwork/Unitframe/Class/ROGUE-ANTICIPATION.blp new file mode 100644 index 0000000..8d6bdac Binary files /dev/null and b/Interface/AddOns/SVUI/assets/artwork/Unitframe/Class/ROGUE-ANTICIPATION.blp differ diff --git a/Interface/AddOns/SVUI/assets/artwork/Unitframe/Class/ROGUE-SMOKE.blp b/Interface/AddOns/SVUI/assets/artwork/Unitframe/Class/ROGUE-SMOKE.blp new file mode 100644 index 0000000..248af68 Binary files /dev/null and b/Interface/AddOns/SVUI/assets/artwork/Unitframe/Class/ROGUE-SMOKE.blp differ diff --git a/Interface/AddOns/SVUI/assets/artwork/Unitframe/Class/ROGUE.blp b/Interface/AddOns/SVUI/assets/artwork/Unitframe/Class/ROGUE.blp deleted file mode 100644 index fd22d25..0000000 Binary files a/Interface/AddOns/SVUI/assets/artwork/Unitframe/Class/ROGUE.blp and /dev/null differ diff --git a/Interface/AddOns/SVUI/libs/oUF_Villain/Plugins/oUF_ActionPanel/oUF_ActionPanel.toc b/Interface/AddOns/SVUI/libs/oUF_Villain/Plugins/oUF_ActionPanel/oUF_ActionPanel.toc index d8bba41..5710ab8 100644 --- a/Interface/AddOns/SVUI/libs/oUF_Villain/Plugins/oUF_ActionPanel/oUF_ActionPanel.toc +++ b/Interface/AddOns/SVUI/libs/oUF_Villain/Plugins/oUF_ActionPanel/oUF_ActionPanel.toc @@ -2,7 +2,7 @@ ## Title: oUF ActionPanel ## Notes: Adds a backing to all unit frames that provides many utilities. ## Author: Munglunch -## Version: 5.4.16 +## Version: 5.4.17 ## X-Category: oUF ## Dependencies: oUF diff --git a/Interface/AddOns/SVUI/libs/oUF_Villain/Plugins/oUF_Afflicted/oUF_Afflicted.toc b/Interface/AddOns/SVUI/libs/oUF_Villain/Plugins/oUF_Afflicted/oUF_Afflicted.toc index bddcfb3..e36c798 100644 --- a/Interface/AddOns/SVUI/libs/oUF_Villain/Plugins/oUF_Afflicted/oUF_Afflicted.toc +++ b/Interface/AddOns/SVUI/libs/oUF_Villain/Plugins/oUF_Afflicted/oUF_Afflicted.toc @@ -2,7 +2,7 @@ ## Title: oUF Afflicted ## Notes: Adds Custom Debuff Highlighting to oUF. ## Author: Munglunch -## Version: 5.4.16 +## Version: 5.4.17 ## X-Category: oUF ## Dependencies: oUF diff --git a/Interface/AddOns/SVUI/libs/oUF_Villain/Plugins/oUF_Gladiator/oUF_Gladiator.toc b/Interface/AddOns/SVUI/libs/oUF_Villain/Plugins/oUF_Gladiator/oUF_Gladiator.toc index 0a2f7de..544556a 100644 --- a/Interface/AddOns/SVUI/libs/oUF_Villain/Plugins/oUF_Gladiator/oUF_Gladiator.toc +++ b/Interface/AddOns/SVUI/libs/oUF_Villain/Plugins/oUF_Gladiator/oUF_Gladiator.toc @@ -2,7 +2,7 @@ ## Title: oUF Gladiator ## Notes: Adds PvP trinket status and spec icons to oUF frames. ## Author: Munglunch -## Version: 5.4.16 +## Version: 5.4.17 ## X-Category: oUF ## Dependencies: oUF diff --git a/Interface/AddOns/SVUI/libs/oUF_Villain/Plugins/oUF_MageMagic/oUF_MageMagic.toc b/Interface/AddOns/SVUI/libs/oUF_Villain/Plugins/oUF_MageMagic/oUF_MageMagic.toc index 2ffd799..4b60bbd 100644 --- a/Interface/AddOns/SVUI/libs/oUF_Villain/Plugins/oUF_MageMagic/oUF_MageMagic.toc +++ b/Interface/AddOns/SVUI/libs/oUF_Villain/Plugins/oUF_MageMagic/oUF_MageMagic.toc @@ -2,7 +2,7 @@ ## Title: oUF Mage Magic ## Notes: Adds support for mage spell indicators to oUF. ## Author: Munglunch -## Version: 5.4.16 +## Version: 5.4.17 ## Dependencies: oUF oUF_MageMagic.lua \ No newline at end of file diff --git a/Interface/AddOns/SVUI/packages/unit/resources/.subl53c.tmp b/Interface/AddOns/SVUI/packages/unit/resources/.subl53c.tmp deleted file mode 100644 index e69de29..0000000 diff --git a/Interface/AddOns/SVUI/packages/unit/resources/rogue.lua b/Interface/AddOns/SVUI/packages/unit/resources/rogue.lua index fe14520..9a60c2c 100644 --- a/Interface/AddOns/SVUI/packages/unit/resources/rogue.lua +++ b/Interface/AddOns/SVUI/packages/unit/resources/rogue.lua @@ -51,20 +51,8 @@ LOCALS ########################################################## ]]-- local TRACKER_FONT = [[Interface\AddOns\SVUI\assets\fonts\Combo.ttf]] -local ICON_FILE = [[Interface\Addons\SVUI\assets\artwork\Unitframe\Class\ROGUE]]; -local ICON_COORDS = { - {0,0.5,0,0.5}, - {0.5,1,0,0.5}, - {0,0.5,0.5,1}, - {0.5,1,0.5,1}, -}; -local cpointColor = { - {0.2,1,0}, - {0.2,1,0}, - {0.65,0.63,0.35}, - {0.65,0.63,0.35}, - {0.33,0.59,0.33} -}; +local ICON_BG = [[Interface\Addons\SVUI\assets\artwork\Unitframe\Class\ROGUE-SMOKE]]; +local ICON_ANTI = [[Interface\Addons\SVUI\assets\artwork\Unitframe\Class\ROGUE-ANTICIPATION]]; --[[ ########################################################## POSITIONING @@ -97,12 +85,6 @@ local Reposition = function(self) for i = 1, max do points[i]:ClearAllPoints() points[i]:SetSizeToScale(size, size) - --points[i].Icon:ClearAllPoints() - --points[i].Icon:SetAllPoints(points[i]) - - points[i].Anticipation:ClearAllPoints() - points[i].Anticipation:SetSizeToScale(size + 12, size + 12) - points[i].Anticipation:SetPoint("CENTER", points[i]) if i==1 then points[i]:SetPoint("LEFT", points) @@ -123,20 +105,6 @@ local Reposition = function(self) end --[[ ########################################################## -ROGUE COMBO POINTS -########################################################## -]]-- -local ShowPoint = function(self) - self:SetAlpha(1) -end - -local HidePoint = function(self) - local coords = ICON_COORDS[random(2,4)]; - self.Icon:SetTexCoord(coords[1],coords[2],coords[3],coords[4]) - self:SetAlpha(0) -end ---[[ -########################################################## ROGUE COMBO TRACKER ########################################################## ]]-- @@ -155,34 +123,25 @@ function MOD:CreateClassBar(playerFrame) SV.SpecialFX:SetFXFrame(cpoint, "default") - -- local icon = cpoint:CreateTexture(nil,"OVERLAY",nil,1) - -- icon:SetSizeToScale(size,size) - -- icon:SetPoint("CENTER") - -- icon:SetBlendMode("BLEND") - -- icon:SetTexture(ICON_FILE) - - -- coords = ICON_COORDS[random(2,4)] - -- icon:SetTexCoord(coords[1],coords[2],coords[3],coords[4]) - -- cpoint.Icon = icon + local icon = cpoint:CreateTexture(nil,"BACKGROUND",nil,-7) + icon:SetPoint("TOPLEFT", cpoint, "TOPLEFT", -10, 8) + icon:SetPoint("BOTTOMRIGHT", cpoint, "BOTTOMRIGHT", 4, -4) + icon:SetTexture(ICON_BG) + icon:SetBlendMode("BLEND") + cpoint.Icon = icon local anti = CreateFrame('Frame',nil,bar.Combo) - anti:SetSizeToScale(size + 12,size + 12) - anti:SetPoint("CENTER", cpoint, "CENTER") - + anti:SetAllPointsOut(cpoint, 8, 8) local antiicon = anti:CreateTexture(nil,"BACKGROUND",nil,-1) - antiicon:SetAllPoints() - antiicon:SetBlendMode("BLEND") - antiicon:SetTexture([[Interface\AddOns\SVUI\assets\artwork\Template\Alert\ALERT-ICON-BORDER]]) - antiicon:SetVertexColor(1,1,0,0.5) + antiicon:SetPoint("TOPLEFT", anti, "TOPLEFT", -8, 0) + antiicon:SetPoint("BOTTOMRIGHT", anti, "BOTTOMRIGHT", 6, -2) + antiicon:SetTexture(ICON_ANTI) anti:Hide() cpoint.Anticipation = anti bar.Combo[i] = cpoint end - --bar.PointShow = ShowPoint; - --bar.PointHide = HidePoint; - local guile = CreateFrame('Frame',nil,bar) guile:SetFrameStrata("DIALOG") guile:SetSizeToScale(30,30) diff --git a/Interface/AddOns/SVUI_ChatOMatic/SVUI_ChatOMatic.toc b/Interface/AddOns/SVUI_ChatOMatic/SVUI_ChatOMatic.toc index 3989d2c..f7f08be 100644 --- a/Interface/AddOns/SVUI_ChatOMatic/SVUI_ChatOMatic.toc +++ b/Interface/AddOns/SVUI_ChatOMatic/SVUI_ChatOMatic.toc @@ -1,6 +1,6 @@ ## Interface: 60000 ## Author: Munglunch -## Version: 5.4.16 +## Version: 5.4.17 ## Title: |cffFF9900SVUI |r|cffFFEF00Chat-O-Matic|r ## Notes: Supervillain UI [|cff9911FFVarious Chat Gadgets|r] ## SavedVariables: ChatOMatic_Data diff --git a/Interface/AddOns/SVUI_ConfigOMatic/SVUI_ConfigOMatic.toc b/Interface/AddOns/SVUI_ConfigOMatic/SVUI_ConfigOMatic.toc index 2df861f..de8282e 100644 --- a/Interface/AddOns/SVUI_ConfigOMatic/SVUI_ConfigOMatic.toc +++ b/Interface/AddOns/SVUI_ConfigOMatic/SVUI_ConfigOMatic.toc @@ -1,6 +1,6 @@ ## Interface: 60000 ## Author: Munglunch -## Version: 5.4.16 +## Version: 5.4.17 ## Title: |cffFF9900SVUI |r|cffFFEF00Config-O-Matic|r ## Notes: Supervillain UI [|cff9911FFConfig Options|r] ## RequiredDeps: SVUI diff --git a/Interface/AddOns/SVUI_CraftOMatic/SVUI_CraftOMatic.toc b/Interface/AddOns/SVUI_CraftOMatic/SVUI_CraftOMatic.toc index 91e0c0c..2c7971c 100644 --- a/Interface/AddOns/SVUI_CraftOMatic/SVUI_CraftOMatic.toc +++ b/Interface/AddOns/SVUI_CraftOMatic/SVUI_CraftOMatic.toc @@ -1,6 +1,6 @@ ## Interface: 60000 ## Author: Munglunch -## Version: 5.4.16 +## Version: 5.4.17 ## Title: |cffFF9900SVUI |r|cffFFEF00Craft-O-Matic|r ## Notes: Supervillain UI [|cff9911FFProfession Tools|r]. ## SavedVariablesPerCharacter: CraftOMatic_Profile, CraftOMatic_Cache diff --git a/Interface/AddOns/SVUI_FightOMatic/SVUI_FightOMatic.toc b/Interface/AddOns/SVUI_FightOMatic/SVUI_FightOMatic.toc index 7c5a172..b9e429f 100644 --- a/Interface/AddOns/SVUI_FightOMatic/SVUI_FightOMatic.toc +++ b/Interface/AddOns/SVUI_FightOMatic/SVUI_FightOMatic.toc @@ -1,6 +1,6 @@ ## Interface: 60000 ## Author: Munglunch -## Version: 5.4.16 +## Version: 5.4.17 ## Title: |cffFF9900SVUI |r|cffFFEF00Fight-O-Matic|r ## Notes: Supervillain UI [|cff9911FFPvP Tools|r]. ## SavedVariablesPerCharacter: FightOMatic_Profile, FightOMatic_Cache diff --git a/Interface/AddOns/SVUI_LogOMatic/SVUI_LogOMatic.toc b/Interface/AddOns/SVUI_LogOMatic/SVUI_LogOMatic.toc index 4d8b641..8eaa0a3 100644 --- a/Interface/AddOns/SVUI_LogOMatic/SVUI_LogOMatic.toc +++ b/Interface/AddOns/SVUI_LogOMatic/SVUI_LogOMatic.toc @@ -1,6 +1,6 @@ ## Interface: 60000 ## Author: Munglunch -## Version: 5.4.16 +## Version: 5.4.17 ## Title: |cffFF9900SVUI |r|cffFFEF00Log-O-Matic|r ## Notes: Supervillain UI [|cff9911FFData Logging|r]. ## SavedVariables: LogOMatic_Data diff --git a/Interface/AddOns/SVUI_StyleOMatic/SVUI_StyleOMatic.toc b/Interface/AddOns/SVUI_StyleOMatic/SVUI_StyleOMatic.toc index 26778e0..fa87ce4 100644 --- a/Interface/AddOns/SVUI_StyleOMatic/SVUI_StyleOMatic.toc +++ b/Interface/AddOns/SVUI_StyleOMatic/SVUI_StyleOMatic.toc @@ -1,6 +1,6 @@ ## Interface: 60000 ## Author: Munglunch, Azilroka, Sortokk -## Version: 5.4.16 +## Version: 5.4.17 ## Title: |cffFF9900SVUI |r|cffFFEF00Style-O-Matic|r ## Notes: Supervillain UI [|cff9911FFAddon Skins|r]. ## SavedVariables: StyleOMatic_Global diff --git a/Interface/AddOns/SVUI_TrackOMatic/SVUI_TrackOMatic.toc b/Interface/AddOns/SVUI_TrackOMatic/SVUI_TrackOMatic.toc index ae18787..306f029 100644 --- a/Interface/AddOns/SVUI_TrackOMatic/SVUI_TrackOMatic.toc +++ b/Interface/AddOns/SVUI_TrackOMatic/SVUI_TrackOMatic.toc @@ -1,6 +1,6 @@ ## Interface: 60000 ## Author: Munglunch -## Version: 5.4.16 +## Version: 5.4.17 ## Title: |cffFF9900SVUI |r|cffFFEF00Track-O-Matic|r ## Notes: Supervillain UI [|cff9911FFRaid & Party Member Tracking|r]. ## SavedVariables: TrackOMatic_Global