WoWInterface SVN UnitFrameTweaks

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 6 to Rev 5
    Reverse comparison

Rev 6 → Rev 5

UnitFrameTweaks/Loader.xml File deleted
UnitFrameTweaks/ClassIcons.lua
75,7 → 75,9
 
 
-- Events
UnitFrameTweaks.events = {}
if (not UnitFrameTweaks.events) then
UnitFrameTweaks.events = {}
end
 
function UnitFrameTweaks.events.PARTY_MEMBERS_CHANGED()
UnitFrameTweaks.UpdatePartyClassIcons()
84,5 → 86,3
function UnitFrameTweaks.events.PLAYER_TARGET_CHANGED()
UnitFrameTweaks.UpdateTargetClassIcon()
end
 
LibStub("LibEvent"):RegisterEvents(UnitFrameTweaks.events)
UnitFrameTweaks/UnitFrameTweaks.xml New file
0,0 → 1,16
<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/ C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
<!-- $Id: Portfolio.xml 5169 2007-12-07 11:37:43Z karlkfi $ -->
 
<Include file="Libs\Portfolio\Portfolio.xml"/>
 
<Script file="HealthColor.lua"/>
<Script file="ClassPortraits.lua"/>
<Script file="ClassIcons.lua"/>
<Include file="ClassIcons.xml"/>
<Script file="HitIndicatorStatus.lua"/>
 
<Script file="PortfolioRegistration.lua"/>
 
</Ui>
 
UnitFrameTweaks/UnitFrameTweaks.toc
2,10 → 2,10
## Title: Unit Frame Tweaks
## Notes: Class Icons/Portraits, Health Color, and Hit Indicators.
## Author: AnduinLothar
## OptionalDeps: Portfolio, LibEvent
## OptionalDeps: Portfolio
## RequiredDeps: Portfolio
## SavedVariables: UnitFrameTweaks_SavedVars
## Version: 1.2
## Version: 1.1
## X-Embeds: Portfolio
## X-Revision: $Rev: 5127 $
## X-Date: $Date: 2007-11-13 18:34:54 -0600 (Tue, 13 Nov 2007) $
15,4 → 15,4
## X-Feedback: http://www.cosmosui.org/forums/
## X-Localizations: enUS
## X-CompatibleLocales: enUS, enGB
Loader.xml
UnitFrameTweaks.xml