Mercurial > wow > worldplan
diff WorldPlan.xml @ 36:21bcff08b0f4
WorldPlan:
- Quest pins are now placed on the flight map. Their visibility rules will mirror the filter options from the world map.
- Filter controls polish:
- First click negates other reward type filters. Subsequent clicks will then toggle individual reward types until the filters are reset via Right-click.
- Adheres to the Blizzard CVars added in patch 7.1
- Numerous optimizations to how data and visual updates are handled; should see an even better load time, and snappier world map interaction.
ClassPlan:
- The 'Available Missions' list is now recorded. It can be reviewed by clicking on the mission list heading.
- Information filtering by character and realm.
author | Nenue |
---|---|
date | Fri, 04 Nov 2016 01:40:39 -0400 |
parents | 26dfa661daa7 |
children | 589c444d4837 |
line wrap: on
line diff
--- a/WorldPlan.xml Thu Nov 03 17:29:15 2016 -0400 +++ b/WorldPlan.xml Fri Nov 04 01:40:39 2016 -0400 @@ -60,43 +60,40 @@ </AnimationGroup> </Animations> <Layers> - <Layer level="ARTWORK"> - + <Layer level="BACKGROUND" textureSubLevel="-2"> + <Texture parentKey="MouseGlow" file="Interface\WorldMap\UI-QuestPoi-IconGlow" alphaMode="ADD" hidden="true"> + <Anchors> + <Anchor point="BOTTOMLEFT" x="-12" y="-12" /> + <Anchor point="TOPRIGHT" x="12" y="12" /> + </Anchors> + </Texture> + <Texture parentKey="HighlightBorder" desaturated="true"> + <Anchors> + <Anchor point="CENTER" /> + </Anchors> + </Texture> + <Texture parentKey="EliteBorder" atlas="worldquest-questmarker-dragon" useAtlasSize="true" hidden="true"> + <Anchors> + <Anchor point="TOPRIGHT" x="6" y="6" /> + <Anchor point="BOTTOMLEFT" x="-6" y="-6" /> + </Anchors> + </Texture> + </Layer> + <Layer level="BACKGROUND" textureSubLevel="1"> <Texture parentKey="icon" setAllPoints="true"> <Anchors> - <Anchor point="TOPLEFT" /> + <Anchor point="CENTER" /> </Anchors> </Texture> </Layer> <Layer level="BORDER"> - <Texture parentKey="iconBorder" file="Interface\BUTTONS\GREENGRAD64" desaturated="true" /> - </Layer> - <Layer level="BACKGROUND"> - <Texture parentKey="MouseGlow" file="Interface\WorldMap\UI-QuestPoi-IconGlow" alphaMode="ADD" hidden="true"> + <Texture parentKey="RewardBorder" file="Interface\UNITPOWERBARALT\Generic1Target_Circular_Frame" desaturated="true"> <Anchors> - <Anchor point="TOPRIGHT" x="14" y="14" /> - <Anchor point="BOTTOMLEFT" x="-14" y="-14" /> - </Anchors> - </Texture> - <Texture parentKey="supertrackBorder" desaturated="true" /> - <Texture parentKey="EliteBorder" atlas="worldquest-questmarker-dragon" hidden="true"> - <Anchors> - <Anchor point="TOPLEFT" relativeKey="$parent.iconBorder" x="-6" y="6"/> - <Anchor point="BOTTOMRIGHT" relativeKey="$parent.iconBorder" x="6" y="-6"/> + <Anchor point="CENTER" /> </Anchors> </Texture> </Layer> <Layer level="OVERLAY"> - <FontString name="$parentCount" inherits="WorldPlanNumberFontThin" parentKey="count"> - <Anchors> - <Anchor point="BOTTOM" relativeKey="$parent.icon" x="0" y="0" /> - </Anchors> - </FontString> - <FontString name="$parentTimeLeft" inherits="WorldPlanNumberFont" parentKey="timeLabel"> - <Anchors> - <Anchor point="BOTTOM" relativePoint="TOP" relativeKey="$parent.label" x="0" y="0" /> - </Anchors> - </FontString> <Texture parentKey="dot" hidden="true" setAllPoints="false"> <Size x="6" y="6" /> <Color a="1" r="1" g="0" b="0" /> @@ -111,10 +108,14 @@ <Anchor point="BOTTOMRIGHT" x="1" y="-1" /> </Anchors> </Texture> - </Layer> <Layer level="HIGHLIGHT"> - <Texture parentKey="highlight" setAllPoints="true" alphaMode="ADD" alpha="0" file="Interface\Tooltips\UI-Tooltip-Background" desaturated="true" /> + <Texture parentKey="highlight" alphaMode="ADD" alpha="0" file="Interface\Tooltips\UI-Tooltip-Background" desaturated="true"> + <Anchors> + <Anchor point="BOTTOMLEFT" x="-3" y="-3" /> + <Anchor point="TOPRIGHT" x="3" y="3" /> + </Anchors> + </Texture> </Layer> </Layers> @@ -128,6 +129,24 @@ <OnEnter method="OnEnter" /> <OnLeave method="OnLeave" /> </Scripts> + <Frames> + <Frame parentKey="Overlay" setAllPoints="true"> + <Layers> + <Layer level="OVERLAY"> + <FontString inherits="WorldPlanNumberFontThin" parentKey="count"> + <Anchors> + <Anchor point="BOTTOM" x="0" y="0" /> + </Anchors> + </FontString> + <FontString inherits="WorldPlanNumberFont" parentKey="timeLabel"> + <Anchors> + <Anchor point="TOP" x="0" y="0" /> + </Anchors> + </FontString> + </Layer> + </Layers> + </Frame> + </Frames> </Button> <Button name="WorldPlanFilterPin" virtual="true" inherits="WorldPlanQuestPin" mixin="WorldPlanFilterPinMixin"> <Scripts> @@ -155,8 +174,5 @@ </Scripts> </Frame> - <Frame name="WorldPlanPinContainer" mixin="WorldPlanDataPinMixin" hidden="true" flattenRenderLayers="true" frameStrata="MEDIUM" enableMouseMotion="true" virtual="true"> - <Size x="50" y="50"/> - </Frame> </Ui> \ No newline at end of file