comparison 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
comparison
equal deleted inserted replaced
15:f660f1c1e0aa 16:880828018bf4
252 <MinColor r="0" g="0" b="0" a=".15" /> 252 <MinColor r="0" g="0" b="0" a=".15" />
253 <MaxColor r="0" g="0" b="0" a=".35" /> 253 <MaxColor r="0" g="0" b="0" a=".35" />
254 </Gradient> 254 </Gradient>
255 </Texture> 255 </Texture>
256 <Texture name="$parentItemTile" parentKey="icon" hidden="true"> 256 <Texture name="$parentItemTile" parentKey="icon" hidden="true">
257 <Size x="24" y="24" /> 257 <Size x="40" y="40" />
258 <Anchors> 258 <TexCoords top="0.12" bottom="0.87" left="0.12" right="0.87" />
259 <Anchor point="TOPRIGHT" x="-1" y="-1" /> 259 <Anchors>
260 <Anchor point="TOPRIGHT" x="0" y="0" />
261
260 </Anchors> 262 </Anchors>
261 </Texture> 263 </Texture>
262 <Texture name="$parentMoneyTile" parentKey="money" hidden="true" /> 264 <Texture name="$parentMoneyTile" parentKey="money" hidden="true" />
263 </Layer> 265 </Layer>
264 <Layer level="HIGHLIGHT"> 266 <Layer level="HIGHLIGHT">
289 </Layer> 291 </Layer>
290 <Layer level="OVERLAY"> 292 <Layer level="OVERLAY">
291 <FontString name="$parentTitle" parentKey="title" inherits="VeneerTitleFont" justifyH="LEFT" justifyV="MIDDLE"> 293 <FontString name="$parentTitle" parentKey="title" inherits="VeneerTitleFont" justifyH="LEFT" justifyV="MIDDLE">
292 <Anchors> 294 <Anchors>
293 <Anchor point="TOP" relativeKey="$parent.titlebg" /> 295 <Anchor point="TOP" relativeKey="$parent.titlebg" />
294 <Anchor point="BOTTOM" relativeKey="$parent.titlebg" /> 296 <Anchor point="LEFT" relativeKey="$parent" />
295 <Anchor point="LEFT" relativeKey="$parent.titlebg" />
296 <Anchor point="RIGHT" relativeKey="$parent" /> 297 <Anchor point="RIGHT" relativeKey="$parent" />
297 </Anchors> 298 </Anchors>
298 </FontString> 299 </FontString>
299 <FontString name="$parentStatus" parentKey="status" inherits="VeneerCriteriaFontNormal" justifyH="LEFT" justifyV="MIDDLE" wordwrap="true"> 300 <FontString name="$parentStatus" parentKey="status" inherits="VeneerCriteriaFontNormal" justifyH="LEFT" justifyV="MIDDLE" wordwrap="true">
300 <Anchors> 301 <Anchors>
301 <Anchor point="TOP" relativeKey="$parent.statusbg" /> 302 <Anchor point="TOP" relativeKey="$parent.statusbg" />
302 <Anchor point="LEFT" relativeKey="$parent.statusbg" /> 303 <Anchor point="LEFT" relativeKey="$parent" />
303 <Anchor point="RIGHT" relativeKey="$parent.statusbg" /> 304 <Anchor point="RIGHT" relativeKey="$parent" />
304 </Anchors> 305 </Anchors>
305 </FontString> 306 </FontString>
306 <FontString name="$parentDebugText" parentKey="debugText" inherits="VeneerCriteriaFontNormal" justifyH="RIGHT"> 307 <FontString name="$parentDebugText" parentKey="debugText" inherits="VeneerCriteriaFontNormal" justifyH="RIGHT">
307 <Anchors> 308 <Anchors>
308 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" /> 309 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
310 </Anchors>
311 </FontString>
312 <FontString name="$parentItemTileText" parentKey="iconLabel" inherits="VeneerCriteriaFontNormal">
313 <Anchors>
314 <Anchor point="TOPRIGHT" x="-2" y="-4" relativeKey="$parent.icon" />
309 </Anchors> 315 </Anchors>
310 </FontString> 316 </FontString>
311 </Layer> 317 </Layer>
312 </Layers> 318 </Layers>
313 </Frame> 319 </Frame>