WoWInterface SVN LFGStatusIcon

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 3 to Rev 4
    Reverse comparison

Rev 3 → Rev 4

LFGStatusIcon/core.lua
6,12 → 6,6
 
if not MiniMapLFGFrame.lfgindicators then -- setup indicators
MiniMapLFGFrame.lfgindicators = CreateFrame("Frame", nil, MiniMapLFGFrame)
MiniMapLFGFrame.lfgindicators:SetScript("OnUpdate", function(this, a1)
this.elap = (this.elap or 0) + a1
if this.elap < 1.5 then return end
this.elap = 0
update()
end)
local temp = 180 / math.pi / (NUM_DAMAGERS + 2)
for i = 1, NUM_DAMAGERS + 2, 1 do
local t = MiniMapLFGFrame.lfgindicators:CreateTexture(nil, "OVERLAY")
LFGStatusIcon/LFGStatusIcon.toc
3,7 → 3,7
## Notes: Adds queue status indicators to LFG minimap icon
## Author: TotalPackage
## X-Category: Interface Enhancements
## Version: 3.3.001
## Version: 3.3.002
 
## LoadManagers: AddonLoader
## X-LoadOn-Always: delayed