Mercurial > wow > worldplan
comparison 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 |
comparison
equal
deleted
inserted
replaced
92:df725cba1a6a | 93:98b5e08b75ed |
---|---|
14 <Layers> | 14 <Layers> |
15 | 15 |
16 <Layer level="OVERLAY"> | 16 <Layer level="OVERLAY"> |
17 <FontString parentKey="debugMessage" inherits="GameFontNormal"> | 17 <FontString parentKey="debugMessage" inherits="GameFontNormal"> |
18 <Anchors> | 18 <Anchors> |
19 <Anchor point="BOTTOMLEFT" /> | 19 <Anchor point="TOP" x="0" y="-8" /> |
20 | 20 |
21 </Anchors> | 21 </Anchors> |
22 </FontString> | 22 </FontString> |
23 </Layer> | 23 </Layer> |
24 </Layers> | 24 </Layers> |
25 | 25 |
26 <Frames> | |
27 <CheckButton name="$parentToggle" parentKey="Toggle" > | |
28 <Size x="20" y="20" /> | |
29 <Anchors> | |
30 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" x="2" y="-6" /> | |
31 </Anchors> | |
32 <Layers> | |
33 <Layer level="BACKGROUND"> | |
34 <Texture setAllPoints="false"> | |
35 <Anchors> | |
36 <Anchor point="TOPRIGHT" x="-1" y="-1" /> | |
37 <Anchor point="BOTTOMLEFT" x="1" y="1" /> | |
38 </Anchors> | |
39 <Color a="1" r="0" g="0" b="0" /> | |
40 </Texture> | |
41 </Layer> | |
42 </Layers> | |
43 | |
44 <ButtonText inherits="GameFontNormal" text="World Quests"> | |
45 <Anchors> | |
46 <Anchor point="LEFT" relativePoint="RIGHT" x="3" /> | |
47 </Anchors> | |
48 </ButtonText> | |
49 <NormalTexture setAllPoints="true"> | |
50 <Color a=".25" r="0" g="0" b="0" /> | |
51 </NormalTexture> | |
52 <CheckedTexture setAllPoints="false"> | |
53 <Anchors> | |
54 <Anchor point="TOPRIGHT" x="-1" y="-1" /> | |
55 <Anchor point="BOTTOMLEFT" x="1" y="1" /> | |
56 </Anchors> | |
57 <Color a=".75" r="1" g="1" b="1" /> | |
58 </CheckedTexture> | |
59 </CheckButton> | |
60 </Frames> | |
61 </Frame> | 26 </Frame> |
62 | 27 |
63 </Ui> | 28 </Ui> |