comparison ClassPlan.xml @ 95:b29b35cb8539

- 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 - ClassOrderPlan can be closed with the game menu button
author Nenue
date Mon, 08 May 2017 22:38:52 -0400
parents 589c444d4837
children 4d1520186ea4
comparison
equal deleted inserted replaced
94:dfd53f7c0fe5 95:b29b35cb8539
5 5
6 <Font name="ClassPlanFont" font="Interface\AddOns\WorldPlan\Font\ArchivoNarrow-Regular.ttf" height="14" outline="NORMAL" virtual="true" /> 6 <Font name="ClassPlanFont" font="Interface\AddOns\WorldPlan\Font\ArchivoNarrow-Regular.ttf" height="14" outline="NORMAL" virtual="true" />
7 <Font name="ClassPlanNumberFont" font="Interface\AddOns\WorldPlan\Font\ArchivoNarrow-Bold.ttf" height="14" outline="NORMAL" virtual="true" /> 7 <Font name="ClassPlanNumberFont" font="Interface\AddOns\WorldPlan\Font\ArchivoNarrow-Bold.ttf" height="14" outline="NORMAL" virtual="true" />
8 8
9 9
10 <Frame name="ClassOrderPlan" mixin="ClassOrderPlanCore" parent="UIParent" hidden="true"> 10 <Frame name="ClassOrderPlan" clampedToScreen="false" mixin="ClassOrderPlanCore" parent="UIParent" hidden="true" frameStrata="DIALOG">
11 <Size x="600" y="40" /> 11 <Size x="600" y="40" />
12 <Anchors> 12 <Anchors>
13 <Anchor point="TOP" /> 13 <Anchor point="TOP" />
14 </Anchors> 14 </Anchors>
15 <Scripts> 15 <Scripts>
16 <OnLoad method="OnLoad" /> 16 <OnLoad method="OnLoad" />
17 <OnEvent method="OnEvent" /> 17 <OnEvent method="OnEvent" />
18 <OnShow method="OnShow" /> 18 <OnShow method="OnShow" />
19 <OnHide method="OnHide" /> 19 <OnHide method="OnHide" />
20 <OnUpdate method="OnUpdate" /> 20 <OnUpdate method="OnUpdate" />
21 <OnMouseDown method="OnMouseDown" />
21 <OnDragStart method="OnDragStart" /> 22 <OnDragStart method="OnDragStart" />
22 <OnDragStop method="OnDragStop" /> 23 <OnDragStop method="OnDragStop" />
23 </Scripts> 24 </Scripts>
24 <Animations> 25 <Animations>
25 <AnimationGroup parentKey="FadeIn" setToFinalAlpha="true"> 26 <AnimationGroup parentKey="FadeIn" setToFinalAlpha="true">