Mercurial > wow > buffalo2
comparison ObjectiveWidgets.xml @ 8:7923243ae972
ObjectiveUI & ObjectiveEvents
- securehook to API calls for compatibility with addons that work with the objective tracking interface
- let the API hooks invoke ObjectiveUI functions when possible
- ObjectiveUI framescript handlers should use the corresponding API call if possible, so that addon space can be fully aware of our actions
- Sanity check cached data when possible during 'Remove' hooks
ObjectiveInfo
- Add cheevID to criteria info
ObjectiveCore
- Index quest tracker blocks by their watch offset, and use that to verify whether the given block frame should be released into pool
ObjectiveFrame
- Differentiate between visible and non-visible unused buttons, and only release when their quest has been dropped
author | Nenue |
---|---|
date | Fri, 01 Apr 2016 14:40:14 -0400 |
parents | 5301c68f28d8 |
children | 2698173edd40 |
comparison
equal
deleted
inserted
replaced
7:5301c68f28d8 | 8:7923243ae972 |
---|---|
19 </OnEvent> | 19 </OnEvent> |
20 </Scripts> | 20 </Scripts> |
21 <Layers> | 21 <Layers> |
22 <Layer level="BACKGROUND"> | 22 <Layer level="BACKGROUND"> |
23 <Texture SetAllPoints="true" name="$parentBackground" parentKey="bg"> | 23 <Texture SetAllPoints="true" name="$parentBackground" parentKey="bg"> |
24 <Color r="0" g="0" b="0" a="0.25" /> | 24 <Color r="0" g="0" b="0" a="0.70" /> |
25 <Anchors> | 25 <Anchors> |
26 <Anchor point="BOTTOMLEFT" /> | 26 <Anchor point="BOTTOMLEFT" /> |
27 <Anchor point="TOPRIGHT" /> | 27 <Anchor point="TOPRIGHT" /> |
28 </Anchors> | 28 </Anchors> |
29 </Texture> | 29 </Texture> |
30 </Layer> | 30 </Layer> |
31 <Layer level="ARTWORK"> | 31 <Layer level="ARTWORK"> |
32 | 32 |
33 <Texture SetAllPoints="true" name="$parentForeground" parentKey="fg"> | 33 <Texture SetAllPoints="true" name="$parentForeground" parentKey="fg"> |
34 <Color r="1" g="1" b="1" a="1" /> | 34 <Color r="1" g="1" b="1" a="1" /> |
35 <Anchors> | |
36 <Anchor point="TOPLEFT" x="1" y="-1" /> | |
37 </Anchors> | |
38 </Texture> | 35 </Texture> |
39 </Layer> | 36 </Layer> |
40 <Layer level="OVERLAY"> | 37 <Layer level="OVERLAY"> |
41 <FontString name="$parentQuantityString" parentKey="quantityString" inherits="VeneerCriteriaFont"> | 38 <FontString name="$parentQuantityString" parentKey="quantityString" inherits="VeneerCriteriaFont"> |
42 <Anchors> | 39 <Anchors> |