comparison WorldPlan.xml @ 93:98b5e08b75ed v1.4.9

- Fixed quest completion checking and handling - Changed animation method to hopefully stop weird flickering. - Pins are now visible before full reward data is loaded - Filter bar redesigned: - aligned horizontally along the top of the map display - filter buttons display a '+' when there are matches in both current and other zones, and '*' when there only matches in other zones - button tooltips separate local and global quests - button categories are highlighted and labeled when the cursor is over them - Fixed invalid POI targets appearing when the spell targeting cursor is active
author Nenue
date Sat, 15 Apr 2017 11:04:54 -0400
parents 78d78dc77822
children b29b35cb8539
comparison
equal deleted inserted replaced
92:df725cba1a6a 93:98b5e08b75ed
34 </FontString> 34 </FontString>
35 </Layer> 35 </Layer>
36 </Layers> 36 </Layers>
37 </Button> 37 </Button>
38 38
39 <Button name="WorldPlanQuestPin" virtual="true" hidden="true" frameStrata="TOOLTIP" mixin="WorldPlanPOIMixin"> 39 <Button name="WorldPlanQuestPin" virtual="true" hidden="true" mixin="WorldPlanPOIMixin">
40 <Animations> 40 <Animations>
41 <AnimationGroup parentKey="FadeIn" setToFinalAlpha="true" looping="NONE"> 41 <AnimationGroup parentKey="FadeIn" setToFinalAlpha="true" looping="NONE">
42 <Alpha parentKey="FadeIn" duration="0.45" fromAlpha="0" toAlpha="1" order="1" /> 42 <Alpha parentKey="Icon" childKey="icon" duration="0.45" fromAlpha="0" toAlpha="1" order="1" />
43 <Alpha parentKey="Border" childKey="RewardBorder" duration="0.45" fromAlpha="0" toAlpha="1" order="1" />
43 <Scripts> 44 <Scripts>
44 <OnPlay> 45 <OnPlay>
45 self:GetParent():OnAnimStart() 46 self:GetParent():OnAnimStart()
46 </OnPlay> 47 </OnPlay>
47 <OnStop> 48 <OnStop>
50 <OnFinished> 51 <OnFinished>
51 self:GetParent():OnAnimStop() 52 self:GetParent():OnAnimStop()
52 </OnFinished> 53 </OnFinished>
53 </Scripts> 54 </Scripts>
54 </AnimationGroup> 55 </AnimationGroup>
55 <AnimationGroup parentKey="PendingFade" setToFinalAlpha="true" looping="REPEAT">
56 <Alpha parentKey="FadeOut" duration="0.72" fromAlpha="1" toAlpha="0" order="1" />
57 <Alpha parentKey="FadeIn" duration="0.72" fromAlpha="0" toAlpha="1" order="2" />
58 </AnimationGroup>
59 </Animations> 56 </Animations>
60 <Layers> 57 <Layers>
61 <Layer level="BACKGROUND" textureSubLevel="-2"> 58 <Layer level="BACKGROUND" textureSubLevel="-2">
62 <Texture parentKey="HighlightBorder" file="Interface\UNITPOWERBARALT\Generic1Target_Circular_Frame" desaturated="true"> 59 <Texture parentKey="HighlightBorder" file="Interface\UNITPOWERBARALT\Generic1Target_Circular_Frame" desaturated="true">
63 <Anchors> 60 <Anchors>
69 <Anchor point="TOPRIGHT" x="6" y="6" /> 66 <Anchor point="TOPRIGHT" x="6" y="6" />
70 <Anchor point="BOTTOMLEFT" x="-6" y="-6" /> 67 <Anchor point="BOTTOMLEFT" x="-6" y="-6" />
71 </Anchors> 68 </Anchors>
72 </Texture> 69 </Texture>
73 </Layer> 70 </Layer>
74 <Layer level="BACKGROUND" textureSubLevel="1"> 71 <Layer level="BACKGROUND" textureSubLevel="-1">
75 <Texture parentKey="RewardBorder" file="Interface\UNITPOWERBARALT\Generic1Target_Circular_Frame" desaturated="true"> 72 <Texture parentKey="RewardBorder" file="Interface\Minimap\UI-Minimap-Background" desaturated="true" alpha="0">
76 <Anchors> 73 <Anchors>
77 <Anchor point="CENTER" /> 74 <Anchor point="CENTER" />
78 </Anchors> 75 </Anchors>
79 </Texture> 76 </Texture>
80 </Layer> 77 </Layer>
81 <Layer level="BORDER"> 78 <Layer textureSubLevel="0">
82 <Texture parentKey="icon" setAllPoints="true"> 79
83 <Anchors> 80 <Texture parentKey="IconBackdrop" file="Interface\Minimap\UI-Minimap-Background">
84 <Anchor point="CENTER" /> 81 <Anchors>
85 </Anchors> 82 <Anchor point="CENTER" />
86 </Texture> 83 </Anchors>
87 84 </Texture>
85 </Layer>
86 <Layer level="ARTWORK" textureSubLevel="2">
87 <Texture parentKey="icon" setAllPoints="true" alpha="0">
88 <Anchors>
89 <Anchor point="CENTER" />
90 </Anchors>
91 </Texture>
88 </Layer> 92 </Layer>
89 <Layer level="OVERLAY"> 93 <Layer level="OVERLAY">
90 <Texture parentKey="dot" hidden="true" setAllPoints="false"> 94 <Texture parentKey="dot" hidden="true" setAllPoints="false">
91 <Size x="6" y="6" /> 95 <Size x="6" y="6" />
92 <Color a="1" r="1" g="0" b="0" /> 96 <Color a="1" r="1" g="0" b="0" />