Mercurial > wow > buffalo2
comparison ObjectiveWidgets.xml @ 9:2698173edd40
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
- Reset 'actualBlocks' count during full updates
- Reset scroll Position when the wrapper size shrinks
author | Nenue |
---|---|
date | Fri, 01 Apr 2016 14:54:01 -0400 |
parents | 7923243ae972 |
children | 8238cddaddb1 |
comparison
equal
deleted
inserted
replaced
8:7923243ae972 | 9:2698173edd40 |
---|---|
18 | 18 |
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 name="$parentBackground" parentKey="bg"> |
24 <Color r="0" g="0" b="0" a="0.70" /> | 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 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 </Texture> | 35 </Texture> |
36 </Layer> | 36 </Layer> |
37 <Layer level="OVERLAY"> | 37 <Layer level="OVERLAY"> |
38 <FontString name="$parentQuantityString" parentKey="quantityString" inherits="VeneerCriteriaFont"> | 38 <FontString name="$parentQuantityString" parentKey="quantityString" inherits="VeneerCriteriaFont"> |