Mercurial > wow > worldplan
comparison WorldPlan.xml @ 9:a2b623043970 v1.0-rc
WorldQuests:
- Filter interface controls reworked: Left-Click toggles inclusive filtering, right-click toggle exclusion, and holding ctrl or shift will flip or reset the other filters of that type respectively.
- Fix QuestPOI texture masks disappearing when toggling filter options
* new masks aren't applied until SetTexture() is called, making a seemingly redundant call necessary for the change to manifest
- Implemented configuration data storage and retrieval; tracking menu options should actually do something now.
- Ignore remaining time for Profession quests that aren't part of the player's profession loadout
- Alternate tooltip data appears for Pet Battle quests involved in the Family Familar achievement. A list of outstanding criteria is provided in the POI tooltip, and the quest name is highlighted in the filter tooltip.
ClassPlan:
- actually handle the mission complete icon
author | Nenue |
---|---|
date | Sun, 23 Oct 2016 17:18:31 -0400 |
parents | 34d9fbf7af20 |
children | dbc865d2be82 |
comparison
equal
deleted
inserted
replaced
8:802abb8a10ea | 9:a2b623043970 |
---|---|
132 </Layer> | 132 </Layer> |
133 </Layers> | 133 </Layers> |
134 </Cooldown> | 134 </Cooldown> |
135 </Frames> | 135 </Frames> |
136 <Scripts> | 136 <Scripts> |
137 <OnSizeChanged method="OnSizeChanged" /> | |
138 <OnLoad method="OnLoad" /> | 137 <OnLoad method="OnLoad" /> |
139 <OnEvent method="OnEvent" /> | 138 <OnEvent method="OnEvent" /> |
140 <OnUpdate method="OnUpdate" /> | 139 <OnUpdate method="OnUpdate" /> |
141 <OnShow method="OnShow" /> | 140 <OnShow method="OnShow" /> |
142 <OnHide method="OnHide" /> | 141 <OnHide method="OnHide" /> |