Mercurial > wow > worldplan
annotate ClassPlanMissions.xml @ 38:a93cae445d3f v1.0-rc9
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 02:53:57 -0400 |
parents | 26dfa661daa7 |
children | 589c444d4837 |
rev | line source |
---|---|
Nenue@35 | 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@35 | 2 ..\FrameXML\UI.xsd"> |
Nenue@35 | 3 <Script file="ClassPlanMissions.lua" /> |
Nenue@35 | 4 |
Nenue@35 | 5 <Button name="ClassPlanMissionEntry" inherits="ClassPlanListEntryTemplate" mixin="ClassPlanMissionEntryMixin" virtual="true"> |
Nenue@35 | 6 <Size y="24" /> |
Nenue@35 | 7 <Anchors> |
Nenue@35 | 8 <Anchor point="RIGHT" /> |
Nenue@35 | 9 </Anchors> |
Nenue@35 | 10 </Button> |
Nenue@35 | 11 <Frame name="ClassPlanMissionList" parentKey="MissionList" mixin="ClassPlanMissionHandler" inherits="ClassPlanPanelTemplate"> |
Nenue@35 | 12 <Scripts> |
Nenue@35 | 13 <OnLoad method="OnLoad" /> |
Nenue@35 | 14 <OnUpdate method="OnUpdate" /> |
Nenue@35 | 15 <OnEvent method="OnEvent" /> |
Nenue@35 | 16 <OnShow method="OnShow" /> |
Nenue@35 | 17 </Scripts> |
Nenue@35 | 18 <Frames> |
Nenue@35 | 19 <Button name="$parentTab" parentKey="ListTab" mixin="ClassPlanHeaderMixin"> |
Nenue@35 | 20 <Scripts> |
Nenue@35 | 21 <OnClick method="OnClick" /> |
Nenue@35 | 22 </Scripts> |
Nenue@35 | 23 <Size y="24" /> |
Nenue@35 | 24 <Layers> |
Nenue@35 | 25 <Layer level="BACKGROUND"> |
Nenue@35 | 26 <Texture parentKey="Background"> |
Nenue@35 | 27 <Color a="1" r="0" g="0" b="0" /> |
Nenue@35 | 28 </Texture> |
Nenue@35 | 29 </Layer> |
Nenue@35 | 30 <Layer level="OVERLAY"> |
Nenue@35 | 31 <FontString parentKey="Label" inherits="ClassPlanFont"> |
Nenue@35 | 32 <Anchors> |
Nenue@35 | 33 <Anchor point="CENTER" /> |
Nenue@35 | 34 </Anchors> |
Nenue@35 | 35 </FontString> |
Nenue@35 | 36 </Layer> |
Nenue@35 | 37 <Layer level="HIGHLIGHT"> |
Nenue@35 | 38 <Texture parentKey="Highlight"> |
Nenue@35 | 39 <Color a="0.5" r="1" g="1" b="1" /> |
Nenue@35 | 40 </Texture> |
Nenue@35 | 41 </Layer> |
Nenue@35 | 42 </Layers> |
Nenue@35 | 43 |
Nenue@35 | 44 </Button> |
Nenue@35 | 45 </Frames> |
Nenue@35 | 46 </Frame> |
Nenue@35 | 47 </Ui> |