WoWInterface SVN StellarUF

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 125 to Rev 126
    Reverse comparison

Rev 125 → Rev 126

trunk/Stuf/bars.lua
1081,10 → 1081,16
rf.bar:SetAlpha(1)
else
local start, duration, runeReady = GetRuneCooldown(rune)
rf.elapsed = 1
rf.start = start
rf.duration = 1 / duration
rf:SetScript("OnUpdate", RuneOnUpdate)
if not duration or duration == 0 then
rf:SetScript("OnUpdate", nil)
rf.bar:SetValue(1, rf.bvalue)
rf.bar:SetAlpha(1)
else
rf.elapsed = 1
rf.start = start
rf.duration = 1 / duration
rf:SetScript("OnUpdate", RuneOnUpdate)
end
end
end
UpdateRuneType = function(rune)
1095,7 → 1101,6
local c = dbg.runecolor[ runeMapping[runeType] ]
rf.bar:SetVertexColor(c.r, c.g, c.b)
rf:Show()
 
UpdateRuneBar(rune, select(3, GetRuneCooldown(rune)))
else
rf:Hide()
trunk/Stuf/aura.lua
552,7 → 552,7
 
 
do -- Aura Icons -----------------------------------------------------------------------------------------------------
local lbf = LibStub("LibButtonFacade", true)
local lbf = nil
local GetWeaponEnchantInfo = GetWeaponEnchantInfo
local function BuffOnEnter(this) -- buff tooltip
GameTooltip:SetOwner(this, "ANCHOR_BOTTOMRIGHT", 8, -16)
trunk/Stuf/Stuf.toc
2,7 → 2,7
## Title: Stuf Unit Frames
## Author: TotalPackage
## Notes: Main unitframes replacement. Assembly optional.
## Version: 6.2.001
## Version: 6.2.002
 
## SavedVariables: StufDB
## SavedVariablesPerCharacter: StufCharDB