Mercurial > wow > buffalo2
diff ObjectiveTracker/ObjectiveTracker.xml @ 45:dd1ae565f559
Hooks and Handlers:
- correct argument mix-ups for AcceptQuest/QUEST_ACCEPTED handlers; fixes auto-watch
- respond to AcknowledgeAutoAcceptQuest; fixes lingering popups
- include Popup and Quest trackers in the response code for CompleteQuest; fixes content artifacts following the rollover of repeating popups seen in Ashran
- clean up wacky OnEvent header
Layout
- add alpha blend options
QuestData
- reset objectives data when a quest is in a completed state; keeps old data from ever reaching the Default.x code
author | Nenue |
---|---|
date | Tue, 26 Apr 2016 14:57:18 -0400 |
parents | 756e8aeb040b |
children | 1a322b92dbfa |
line wrap: on
line diff
--- a/ObjectiveTracker/ObjectiveTracker.xml Mon Apr 25 19:37:13 2016 -0400 +++ b/ObjectiveTracker/ObjectiveTracker.xml Tue Apr 26 14:57:18 2016 -0400 @@ -162,16 +162,16 @@ <Anchors> <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeKey="$parent.QuestMapButton" /> </Anchors> - <Size x="160" y="16" /> + <Size x="280" y="16" /> <Layers> <Layer level="OVERLAY"> - <FontString font="Interface\Addons\SharedMedia_MyMedia\font\XOIREQE.TTF" parentKey="time" text="GAME_TIME"> + <FontString font="Interface\Addons\SharedMedia_MyMedia\font\XOIREQE.TTF" parentKey="time" text="GAME_TIME" outline="NORMAL"> <FontHeight> - <AbsValue val="16" /> + <AbsValue val="14" /> </FontHeight> <Anchors> - <Anchor point="CENTER" /> + <Anchor point="RIGHT" /> </Anchors> <Color r="1" g="1" b="1" a="1" /> </FontString> @@ -179,9 +179,6 @@ </Layers> <Scripts> <OnUpdate> - local hour, min = GetGameTime() - self.time:SetFormattedText("%d:%02d", hour, min) - --self:SetWidth(self.time:GetWidth()+4) </OnUpdate> </Scripts> </Frame> @@ -373,7 +370,7 @@ </AnimationGroup> <AnimationGroup name="$parent_BlockFade" parentKey="blockFadeOut" ignoreFramerateThrottle="true" looping="NONE"> <Alpha duration="0.25" order="1" fromAlpha="1" toAlpha="0" /> - <!--<Translation duration="0.25" order="1" offsetX="260" offsetY="0" smoothing="OUT" />--> + <Translation duration="0.25" order="1" offsetX="-260" offsetY="0" smoothing="OUT" /> <Scale order="1" duration="0.25" scaleX="0.1" scaleY="0.1"> <Origin point="CENTER"> <Offset x="0" y="0" /> @@ -383,14 +380,14 @@ </Animations> <Layers> <Layer level="BACKGROUND"> - <Texture name="$parentTitleBackground" parentKey="titlebg"> + <Texture name="$parentTitleBackground" parentKey="titlebg" alphaMode="MOD"> <Color r="1" g="1" b="1" a="1" /> <Anchors> <Anchor point="TOPLEFT" x="0" y="0" /> <Anchor point="RIGHT" /> </Anchors> </Texture> - <Texture name="$parentStatusBackground" parentKey="statusbg"> + <Texture name="$parentStatusBackground" parentKey="statusbg" alphaMode="MOD"> <Anchors> <Anchor point="LEFT" /> <Anchor point="RIGHT" />