Mercurial > wow > buffalo2
diff ObjectiveTracker.xml @ 16:880828018bf4
ObjectiveEvents
- trim down the number of events that fire full updates
- begin the general outline for determining which trackers need to refresh
- handlers for accepting and completing auto-popup quests
ObjectiveFrame
- correct variables for money reward calculation
- make sure everythign is scaling to the font strings and that the font strings aren't being pinned by SetSize
ObjectiveInfo
- implementation of autoquest popups
- discern between internal and client bonus objective indexes
- acquire the correct data set from bonus objective query
ObjectiveStyle
- look for a style table under the previously interpreted set before deferring standard options
- horizontal/vertical options in gradient
- remove height-fixing for font strings
author | Nenue |
---|---|
date | Tue, 05 Apr 2016 00:39:12 -0400 |
parents | ed642234f017 |
children | d1812fb10ae6 |
line wrap: on
line diff
--- a/ObjectiveTracker.xml Mon Apr 04 03:41:28 2016 -0400 +++ b/ObjectiveTracker.xml Tue Apr 05 00:39:12 2016 -0400 @@ -254,9 +254,11 @@ </Gradient> </Texture> <Texture name="$parentItemTile" parentKey="icon" hidden="true"> - <Size x="24" y="24" /> + <Size x="40" y="40" /> + <TexCoords top="0.12" bottom="0.87" left="0.12" right="0.87" /> <Anchors> - <Anchor point="TOPRIGHT" x="-1" y="-1" /> + <Anchor point="TOPRIGHT" x="0" y="0" /> + </Anchors> </Texture> <Texture name="$parentMoneyTile" parentKey="money" hidden="true" /> @@ -291,16 +293,15 @@ <FontString name="$parentTitle" parentKey="title" inherits="VeneerTitleFont" justifyH="LEFT" justifyV="MIDDLE"> <Anchors> <Anchor point="TOP" relativeKey="$parent.titlebg" /> - <Anchor point="BOTTOM" relativeKey="$parent.titlebg" /> - <Anchor point="LEFT" relativeKey="$parent.titlebg" /> + <Anchor point="LEFT" relativeKey="$parent" /> <Anchor point="RIGHT" relativeKey="$parent" /> </Anchors> </FontString> <FontString name="$parentStatus" parentKey="status" inherits="VeneerCriteriaFontNormal" justifyH="LEFT" justifyV="MIDDLE" wordwrap="true"> <Anchors> <Anchor point="TOP" relativeKey="$parent.statusbg" /> - <Anchor point="LEFT" relativeKey="$parent.statusbg" /> - <Anchor point="RIGHT" relativeKey="$parent.statusbg" /> + <Anchor point="LEFT" relativeKey="$parent" /> + <Anchor point="RIGHT" relativeKey="$parent" /> </Anchors> </FontString> <FontString name="$parentDebugText" parentKey="debugText" inherits="VeneerCriteriaFontNormal" justifyH="RIGHT"> @@ -308,6 +309,11 @@ <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" /> </Anchors> </FontString> + <FontString name="$parentItemTileText" parentKey="iconLabel" inherits="VeneerCriteriaFontNormal"> + <Anchors> + <Anchor point="TOPRIGHT" x="-2" y="-4" relativeKey="$parent.icon" /> + </Anchors> + </FontString> </Layer> </Layers> </Frame>