Mercurial > wow > buffalo2
diff 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 |
line wrap: on
line diff
--- a/ObjectiveWidgets.xml Fri Apr 01 12:27:05 2016 -0400 +++ b/ObjectiveWidgets.xml Fri Apr 01 14:40:14 2016 -0400 @@ -21,7 +21,7 @@ <Layers> <Layer level="BACKGROUND"> <Texture SetAllPoints="true" name="$parentBackground" parentKey="bg"> - <Color r="0" g="0" b="0" a="0.25" /> + <Color r="0" g="0" b="0" a="0.70" /> <Anchors> <Anchor point="BOTTOMLEFT" /> <Anchor point="TOPRIGHT" /> @@ -32,9 +32,6 @@ <Texture SetAllPoints="true" name="$parentForeground" parentKey="fg"> <Color r="1" g="1" b="1" a="1" /> - <Anchors> - <Anchor point="TOPLEFT" x="1" y="-1" /> - </Anchors> </Texture> </Layer> <Layer level="OVERLAY">