WoWInterface SVN StellarUF

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/Stuf
    from Rev 134 to Rev 135
    Reverse comparison

Rev 134 → Rev 135

aura.lua
452,7 → 452,7
if iswarlock then
if UnitCreatureFamily("pet") == "Felhunter" then
for i = 1, 40, 1 do
name, _, icon, count, atype = UnitDebuff(unit, i)
name, icon, count, atype = UnitDebuff(unit, i)
if not name or atype == "Magic" then
break
else
461,7 → 461,7
end
end
else
name, _, icon, count, atype = UnitDebuff(unit, 1, "RAID")
name, icon, count, atype = UnitDebuff(unit, 1, "RAID")
end
if name then
local dc = dbgaura[atype or "none"] or dbgaura.none
libs/LibSharedMedia-3.0/LibSharedMedia-3.0/lib.xml
1,4 → 1,4
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Script file="LibSharedMedia-3.0.lua" />
</Ui>
\ No newline at end of file +
libs/LibSharedMedia-3.0/LibSharedMedia-3.0.toc
1,19 → 1,15
## Interface: 70100
## Interface: 80000
## LoadOnDemand: 1
## X-Curse-Packaged-Version: 7.1.0
## X-Curse-Project-Name: LibSharedMedia-3.0
## X-Curse-Project-ID: libsharedmedia-3-0
## X-Curse-Repository-ID: wow/libsharedmedia-3-0/mainline
 
## Title: Lib: SharedMedia-3.0
## Notes: Shared handling of media data (fonts, sounds, textures, ...) between addons.
## Author: Elkano
## Version: 3.0-97
## Version: 3.0-102
## X-Website: http://www.wowace.com/projects/libsharedmedia-3-0/
## X-Category: Library
 
## X-Revision: 97
## X-Date: 2016-10-25T23:54:36Z
## X-Revision: 102
## X-Date: 2018-07-17T19:25:42Z
 
LibStub\LibStub.lua
CallbackHandler-1.0\CallbackHandler-1.0.lua
text.lua
355,7 → 355,7
f:SetInsertMode("BOTTOM")
uf.refreshfuncs[name] = ClearCombatText
Stuf:AddEvent("UNIT_COMBAT", UpdateCombatText)
Stuf:AddEvent("UNIT_SPELLMISS", UpdateCombatText)
--Stuf:AddEvent("UNIT_SPELLMISS", UpdateCombatText)
else
f:Show()
end
Stuf.toc
1,8 → 1,8
## Interface: 70300
## Interface: 80000
## Title: Stuf Unit Frames
## Author: TotalPackage
## Notes: Main unitframes replacement. Assembly optional.
## Version: 7.3.001
## Version: 8.0.001
 
## SavedVariables: StufDB
## SavedVariablesPerCharacter: StufCharDB