WoWInterface SVN KharthussHunterTimers

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 70 to Rev 69
    Reverse comparison

Rev 70 → Rev 69

trunk/KHunterTimers/KHunterTimers.xml
11,7 → 11,7
<Script file="globals.lua"/>
<Script file="KHunterTimers.lua"/>
 
<Button name="KHunterTimersFrameTabTemplate" inherits="PanelTabButtonTemplate" virtual="true">
<Button name="KHunterTimersFrameTabTemplate" inherits="CharacterFrameTabButtonTemplate" virtual="true">
<Scripts>
<OnClick>
KHunterTimersTab_OnClick(self);
118,7 → 118,7
</OnUpdate>
</Scripts>
</Frame>
<CheckButton name="KHT1CheckBoxTemplate" inherits="UICheckButtonTemplate" virtual="true">
<CheckButton name="KHT1CheckBoxTemplate" inherits="OptionsCheckButtonTemplate" virtual="true">
<Size>
<AbsDimension x="32" y="32" />
</Size>
136,7 → 136,7
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="KHT2CheckBoxTemplate" inherits="UICheckButtonTemplate" virtual="true">
<CheckButton name="KHT2CheckBoxTemplate" inherits="OptionsCheckButtonTemplate" virtual="true">
<Size>
<AbsDimension x="32" y="32" />
</Size>
154,7 → 154,7
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="KHT3CheckBoxTemplate" inherits="UICheckButtonTemplate" virtual="true">
<CheckButton name="KHT3CheckBoxTemplate" inherits="OptionsCheckButtonTemplate" virtual="true">
<Size>
<AbsDimension x="32" y="32" />
</Size>
172,7 → 172,7
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="KHT4CheckBoxTemplate" inherits="UICheckButtonTemplate" virtual="true">
<CheckButton name="KHT4CheckBoxTemplate" inherits="OptionsCheckButtonTemplate" virtual="true">
<Size>
<AbsDimension x="32" y="32" />
</Size>
190,7 → 190,7
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="KHT5CheckBoxTemplate" inherits="UICheckButtonTemplate" virtual="true">
<CheckButton name="KHT5CheckBoxTemplate" inherits="OptionsCheckButtonTemplate" virtual="true">
<Size>
<AbsDimension x="32" y="32" />
</Size>
208,7 → 208,7
</OnClick>
</Scripts>
</CheckButton>
<CheckButton name="KHT6CheckBoxTemplate" inherits="UICheckButtonTemplate" virtual="true">
<CheckButton name="KHT6CheckBoxTemplate" inherits="OptionsCheckButtonTemplate" virtual="true">
<Size>
<AbsDimension x="32" y="32" />
</Size>
483,10 → 483,40
</FontHeight>
</ButtonText>
<NormalFont name="$parentText" inherits="GameFontNormal">
<FontHeight>
<AbsValue val="12" />
</FontHeight>
<Color r="1" g="0.8196079" b="0" />
<Shadow>
<Color r="0" g="0" b="0" />
<Offset>
<AbsDimension x="1" y="-1" />
</Offset>
</Shadow>
</NormalFont>
<HighlightFont inherits="GameFontNormal">
<FontHeight>
<AbsValue val="12" />
</FontHeight>
<Color r="1" g="1" b="1" />
<Shadow>
<Color r="0" g="0" b="0" />
<Offset>
<AbsDimension x="1" y="-1" />
</Offset>
</Shadow>
</HighlightFont>
<DisabledFont inherits="GameFontNormal">
<FontHeight>
<AbsValue val="12" />
</FontHeight>
<Color r="0.4901961" g="0.4901961" b="0.4901961" />
<Shadow>
<Color r="0" g="0" b="0" />
<Offset>
<AbsDimension x="1" y="-1" />
</Offset>
</Shadow>
</DisabledFont>
<PushedTextOffset x="0" y="0" />
</Button>
523,10 → 553,40
</FontHeight>
</ButtonText>
<NormalFont name="$parentText" inherits="GameFontNormal">
<FontHeight>
<AbsValue val="12" />
</FontHeight>
<Color r="1" g="0.8196079" b="0" />
<Shadow>
<Color r="0" g="0" b="0" />
<Offset>
<AbsDimension x="1" y="-1" />
</Offset>
</Shadow>
</NormalFont>
<HighlightFont inherits="GameFontNormal">
<FontHeight>
<AbsValue val="12" />
</FontHeight>
<Color r="1" g="1" b="1" />
<Shadow>
<Color r="0" g="0" b="0" />
<Offset>
<AbsDimension x="1" y="-1" />
</Offset>
</Shadow>
</HighlightFont>
<DisabledFont inherits="GameFontNormal">
<FontHeight>
<AbsValue val="12" />
</FontHeight>
<Color r="0.4901961" g="0.4901961" b="0.4901961" />
<Shadow>
<Color r="0" g="0" b="0" />
<Offset>
<AbsDimension x="1" y="-1" />
</Offset>
</Shadow>
</DisabledFont>
<PushedTextOffset x="0" y="0" />
</Button>
563,10 → 623,40
</FontHeight>
</ButtonText>
<NormalFont name="$parentText" inherits="GameFontNormal">
<FontHeight>
<AbsValue val="12" />
</FontHeight>
<Color r="1" g="0.8196079" b="0" />
<Shadow>
<Color r="0" g="0" b="0" />
<Offset>
<AbsDimension x="1" y="-1" />
</Offset>
</Shadow>
</NormalFont>
<HighlightFont inherits="GameFontNormal">
<FontHeight>
<AbsValue val="12" />
</FontHeight>
<Color r="1" g="1" b="1" />
<Shadow>
<Color r="0" g="0" b="0" />
<Offset>
<AbsDimension x="1" y="-1" />
</Offset>
</Shadow>
</HighlightFont>
<DisabledFont inherits="GameFontNormal">
<FontHeight>
<AbsValue val="12" />
</FontHeight>
<Color r="0.4901961" g="0.4901961" b="0.4901961" />
<Shadow>
<Color r="0" g="0" b="0" />
<Offset>
<AbsDimension x="1" y="-1" />
</Offset>
</Shadow>
</DisabledFont>
<PushedTextOffset x="0" y="0" />
</Button>
trunk/KHunterTimers/KHunterTimers.lua
594,7 → 594,6
barframe.step = KHTvars["step"];
elseif( alpha > KHTvars["overallalpha"] ) then
barframe.step = -KHTvars["step"];
alpha = KHTvars["overallalpha"]
end
barframe:SetAlpha(alpha);
end
863,11 → 862,8
function KHT_init()
if( not KHTvars ) then
KHTvars = {};
KHTvars["bg"] = { r=0, g=0, b=0, a=1 };
KHTvars["bg"] = { r=0, g=0, b=0, a=7 };
end
if ( KHTvars["bg"].a > 1 ) then
KHTvars["bg"].a = 1
end
if( KHTvars[KHT_ON] == nil ) then
KHTvars[KHT_ON] = true;
end
1994,7 → 1990,7
 
KHTvars["version"] = 3.8;
 
KHTvars["bg"] = { r=0, g=0, b=0, a=1 };
KHTvars["bg"] = { r=0, g=0, b=0, a=7 };
 
KHTvars[KHT_ON] = true;
 
trunk/KHunterTimers/version history.txt
1,7 → 1,4
Version History
v4.5.0
- Updates for 10.0.2 patch
- Mostly functional
v4.4.7
- TOC update for 9.2.5 patch
v4.4.6
trunk/KHunterTimers/KHunterTimers.toc
1,7 → 1,7
## Interface: 100002
## Interface: 90205
## Title: Kharthus's Hunter Timers
## Notes: Times hunter buffs/debuffs
## Version: 4.5.0
## Version: 4.4.7
## DefaultState: Enabled
## LoadOnDemand: 0
## SavedVariables: KHTvars