Mercurial > wow > worldplan
annotate WorldQuests.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 |
rev | line source |
---|---|
Nenue@33 | 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ |
Nenue@33 | 2 ..\FrameXML\UI.xsd"> |
Nenue@33 | 3 <Script file="WorldQuests.lua" /> |
Nenue@33 | 4 |
Nenue@33 | 5 |
Nenue@33 | 6 <Frame name="$parentQuests" mixin="WorldPlanQuestsMixin" parent="WorldPlan"> |
Nenue@67 | 7 |
Nenue@33 | 8 <Scripts> |
Nenue@33 | 9 <OnLoad method="OnLoad" /> |
Nenue@33 | 10 <OnEvent method="OnEvent" /> |
Nenue@67 | 11 <OnUpdate method="OnUpdate" /> |
Nenue@33 | 12 <OnShow method="OnShow" /> |
Nenue@33 | 13 </Scripts> |
Nenue@75 | 14 <Layers> |
Nenue@75 | 15 |
Nenue@75 | 16 <Layer level="OVERLAY"> |
Nenue@75 | 17 <FontString parentKey="debugMessage" inherits="GameFontNormal"> |
Nenue@75 | 18 <Anchors> |
Nenue@93 | 19 <Anchor point="TOP" x="0" y="-8" /> |
Nenue@75 | 20 |
Nenue@75 | 21 </Anchors> |
Nenue@75 | 22 </FontString> |
Nenue@75 | 23 </Layer> |
Nenue@75 | 24 </Layers> |
Nenue@67 | 25 |
Nenue@33 | 26 </Frame> |
Nenue@33 | 27 |
Nenue@33 | 28 </Ui> |