WoWInterface SVN StellarBars

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 18 to Rev 19
    Reverse comparison

Rev 18 → Rev 19

trunk/StellarBars/StellarBars.lua
224,7 → 224,7
"SlidingActionBarTexture0", "SlidingActionBarTexture1",
"PossessBackground1", "PossessBackground2",
}
for index,value in pairs(stuffToHide) do
for _, value in pairs(stuffToHide) do
_G[value]:SetAlpha(0)
_G[value]:Hide()
end
269,7 → 269,7
fbg:SetFrameLevel(button:GetFrameLevel() - 1)
fbg:EnableMouse(true)
SetPoints(fbg, "TOPLEFT", button, "TOPLEFT", -3, 3, "BOTTOMRIGHT", button, "BOTTOMRIGHT", 3, -3)
lbfgroup:AddButton(button)
lbfgroup:AddButton(button, button)
end
lbf:RegisterSkinCallback("StellarBars", function(_, SkinID, Gloss, Backdrop, Group, Button, Colors)
if SkinID == "StellarBars" and Colors and Colors.Backdrop then
424,16 → 424,16
end
end
local function UpdateVehicleSkins()
for i=1, 4, 1 do
for i = 1, 4, 1 do
adjvehicleskin(_G["VehicleMenuBarArtFrameBACKGROUND"..i])
end
for i=1, 8, 1 do
for i = 1, 8, 1 do
adjvehicleskin(_G["VehicleMenuBarArtFrameBORDER"..i])
end
for i=1, 11, 1 do
for i = 1, 11, 1 do
adjvehicleskin(_G["VehicleMenuBarArtFrameARTWORK"..i])
end
for i=1, 5, 1 do
for i = 1, 5, 1 do
adjvehicleskin(_G["VehicleMenuBarArtFrameOVERLAY"..i])
end
adjvehicleskin(VehicleMenuBarHealthBar)
459,6 → 459,7
 
if db.selfcast then -- adds right-click self-casting
MainMenuBarArtFrame:SetAttribute("unit2", "player")
BonusActionBarFrame:SetAttribute("unit2", "player")
MultiBarBottomLeft:SetAttribute("unit2", "player")
MultiBarBottomRight:SetAttribute("unit2", "player")
MultiBarLeft:SetAttribute("unit2", "player")
466,7 → 467,7
end
if db.oor then -- out of range/mana recoloring
ActionButton_OnUpdate = lActionButton_OnUpdate
ActionButton_UpdateUsable = lActionButton_UpdateUsable
hooksecurefunc("ActionButton_UpdateUsable", lActionButton_UpdateUsable)
end
if not smed:IsValid("font", db.font) or not smed:IsValid("statusbar", db.texture) then
smed.RegisterCallback(self, "LibSharedMedia_Registered", function(event, mediatype, key)
trunk/StellarBars/StellarBars.toc
2,7 → 2,7
## Title: StellarBars
## Notes: Adds a new look and some options to the default action bars.
## Author: TotalPackage
## Version: 3.1.002
## Version: 3.1.003
 
## SavedVariables: StellarBarsDB