Mercurial > wow > worldplan
comparison ClassPlanMissions.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 |
comparison
equal
deleted
inserted
replaced
| 94:dfd53f7c0fe5 | 95:b29b35cb8539 |
|---|---|
| 6 <Size y="24" /> | 6 <Size y="24" /> |
| 7 <Anchors> | 7 <Anchors> |
| 8 <Anchor point="RIGHT" /> | 8 <Anchor point="RIGHT" /> |
| 9 </Anchors> | 9 </Anchors> |
| 10 <Scripts> | 10 <Scripts> |
| 11 | 11 <OnLoad method="OnLoad" /> |
| 12 <OnUpdate method="OnUpdate" /> | |
| 13 <OnEvent method="OnEvent" /> | |
| 12 <OnShow method="OnShow" /> | 14 <OnShow method="OnShow" /> |
| 13 <OnHide method="OnHide" /> | |
| 14 </Scripts> | 15 </Scripts> |
| 15 </Button> | 16 </Button> |
| 16 <Frame name="ClassPlanMissionList" parentKey="MissionList" mixin="ClassPlanMissionHandler" inherits="ClassPlanPanelTemplate"> | 17 <Frame name="ClassPlanMissionList" parentKey="MissionList" mixin="ClassPlanMissionHandler" inherits="ClassPlanPanelTemplate"> |
| 17 <Scripts> | 18 <Scripts> |
| 18 <OnLoad method="OnLoad" /> | 19 <OnLoad method="OnLoad" /> |
| 19 <OnUpdate method="OnUpdate" /> | 20 <OnUpdate method="OnUpdate" /> |
| 20 <OnEvent method="OnEvent" /> | 21 <OnEvent method="OnEvent" /> |
| 21 <OnShow method="OnShow" /> | 22 <OnShow method="OnShow" /> |
| 22 <OnHide method="OnHide" /> | 23 <OnHide method="OnHide" /> |
| 24 <OnMouseDown method="OnMouseDown" /> | |
| 23 </Scripts> | 25 </Scripts> |
| 24 </Frame> | 26 </Frame> |
| 25 </Ui> | 27 </Ui> |
