annotate ObjectiveTracker/ObjectiveTracker.xml @ 45:dd1ae565f559

Hooks and Handlers: - correct argument mix-ups for AcceptQuest/QUEST_ACCEPTED handlers; fixes auto-watch - respond to AcknowledgeAutoAcceptQuest; fixes lingering popups - include Popup and Quest trackers in the response code for CompleteQuest; fixes content artifacts following the rollover of repeating popups seen in Ashran - clean up wacky OnEvent header Layout - add alpha blend options QuestData - reset objectives data when a quest is in a completed state; keeps old data from ever reaching the Default.x code
author Nenue
date Tue, 26 Apr 2016 14:57:18 -0400
parents 756e8aeb040b
children 1a322b92dbfa
rev   line source
Nenue@30 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
Nenue@30 2 ..\FrameXML\UI.xsd">
Nenue@30 3
Nenue@0 4
Nenue@38 5
Nenue@38 6
Nenue@40 7 <FontString name="VeneerRewardText" virtual="true" inherits="VeneerNumberFontSmall" parentArray="rewardLabel" />
Nenue@38 8 <Texture file="Interface\ICONS\INV_Misc_QuestionMark" name="VeneerRewardTile" parentArray="rewardTile" alpha="0.5" hidden="true" virtual="true">
Nenue@38 9 <Color r="1" g="1" b="1" a="1" />
Nenue@38 10 <Anchors>
Nenue@38 11 <Anchor point="BOTTOM" x="0" y="5" />
Nenue@38 12 </Anchors>
Nenue@38 13 <TexCoords top="0.15" bottom="0.85" left="0.15" right="0.85" />
Nenue@38 14 </Texture>
Nenue@38 15
Nenue@40 16 <Frame name="VeneerRewardsPopOut" parent="UIParent" frameStrata="LOW">
Nenue@40 17 <Size x="200" y="350" />
Nenue@40 18 <Anchors>
Nenue@40 19 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" x="-4" />
Nenue@40 20 </Anchors>
Nenue@40 21 <Layers>
Nenue@40 22 <Layer level="BACKGROUND">
Nenue@40 23
Nenue@40 24 </Layer>
Nenue@40 25 <Layer level="ARTWORK">
Nenue@40 26 <Texture inherits="VeneerRewardTile" />
Nenue@40 27 <Texture inherits="VeneerRewardTile" />
Nenue@40 28 <Texture inherits="VeneerRewardTile" />
Nenue@40 29 </Layer>
Nenue@40 30 <Layer level="OVERLAY">
Nenue@40 31 <FontString inherits="VeneerRewardText" />
Nenue@40 32 <FontString inherits="VeneerRewardText" />
Nenue@40 33 <FontString inherits="VeneerRewardText" />
Nenue@40 34 </Layer>
Nenue@40 35 </Layers>
Nenue@40 36 <Animations>
Nenue@40 37 <AnimationGroup parentKey="rewardFadeIn">
Nenue@40 38 <Translation offsetX="-200" offsetY="0" smoothing="OUT" duration="0.15" order="1" />
Nenue@40 39 <Alpha change="1" duration=".15" order="1" />
Nenue@40 40 </AnimationGroup>
Nenue@40 41 </Animations>
Nenue@40 42 </Frame>
Nenue@38 43
Nenue@44 44 <Frame name="VeneerObjectiveWrapper" parent="UIParent" movable="true" enableMouse="true" frameStrata="LOW" clampedToScreen="true">
Nenue@0 45 <Scripts>
Nenue@0 46 <OnLoad>
Nenue@0 47 self.toggle = true
Nenue@38 48 self.drag = true
Nenue@38 49 self.OnDragStop = function()
Nenue@38 50 Veneer.ObjectiveTracker.UpdateActionButtons()
Nenue@38 51 end
Nenue@38 52 Veneer.RegisterModuleFrame(self, 'ObjectiveTracker')
Nenue@0 53 </OnLoad>
Nenue@0 54 </Scripts>
Nenue@0 55 <Anchors>
Nenue@0 56 <Anchor point="TOPRIGHT" x="-60" y="-240" />
Nenue@0 57 </Anchors>
Nenue@0 58 <Layers>
Nenue@0 59
Nenue@0 60 <Layer level="ARTWORK">
Nenue@10 61 <Texture parentKey="BackgroundLeft" parentArray="headerComplex" />
Nenue@10 62 <Texture parentKey="BackgroundRight" parentArray="headerComplex" />
Nenue@10 63 <Texture parentKey="BackgroundTile" parentArray="headerComplex" />
Nenue@10 64 <Texture parentKey="headerComplexBounds" parentArray="config" alphaMode="ADD" hidden="true">
Nenue@3 65 <Color r="0" g="0" b="1" a="0.5" />
Nenue@3 66 <Anchors>
Nenue@3 67 <Anchor point="TOPLEFT" relativeKey="$parent.BackgroundLeft" />
Nenue@3 68 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.BackgroundRight" />
Nenue@3 69 </Anchors>
Nenue@3 70 </Texture>
Nenue@3 71 <Texture parentKey="FrameBounds" parentArray="config" alphaMode="ADD" hidden="true">
Nenue@3 72 <Color r="1" g="0" b="1" a="0.25" />
Nenue@3 73 <Anchors>
Nenue@3 74 <Anchor point="TOPLEFT" />
Nenue@3 75 <Anchor point="BOTTOMRIGHT" />
Nenue@3 76 </Anchors>
Nenue@3 77 </Texture>
Nenue@0 78 </Layer>
Nenue@0 79 <Layer level="OVERLAY">
Nenue@13 80
Nenue@43 81 <FontString name="$parentAnimState" inherits="VeneerStatusFont" parentKey="AnimState" hidden="true">
Nenue@38 82 <Anchors>
Nenue@38 83 <Anchor point="TOPRIGHT" relativePoint="BOTTOMRIGHT" x="0" y="-5" />
Nenue@38 84 </Anchors>
Nenue@38 85 <Color r="1" g="1" b="1" a="1" />
Nenue@38 86 </FontString>
Nenue@38 87 <FontString name="$parentInitState" inherits="VeneerStatusFont" parentKey="InitState">
Nenue@38 88 <Anchors>
Nenue@38 89 <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT" x="0" y="-5" relativeKey="$parent.AnimState" />
Nenue@38 90 </Anchors>
Nenue@38 91 </FontString>
Nenue@0 92 </Layer>
Nenue@0 93 </Layers>
Nenue@0 94 <Frames>
Nenue@0 95
Nenue@24 96 <ScrollFrame name="$parentScrollFrame" enableMouseWheel="true" parentKey="scrollArea" parentArray="toggled" hidden="true">
Nenue@19 97 <Anchors>
Nenue@21 98 <Anchor point="TOP" />
Nenue@19 99 </Anchors>
Nenue@0 100 <Layers>
Nenue@0 101 <Layer level="BACKGROUND">
Nenue@10 102 <Texture setAllPoints="true" parentKey="bg">
Nenue@0 103 <Color r="0.15" g=".3" b=".3" a="0" />
Nenue@0 104 </Texture>
Nenue@0 105 </Layer>
Nenue@0 106 </Layers>
Nenue@0 107 <Frames>
Nenue@0 108
Nenue@0 109
Nenue@19 110 <Frame name="VeneerObjectiveScroll">
Nenue@19 111 <Anchors>
Nenue@21 112 <Anchor point="TOP" />
Nenue@19 113 </Anchors>
Nenue@0 114 <Layers>
Nenue@0 115 <Layer level="BACKGROUND">
Nenue@19 116 <Texture setAllPoints="true" parentKey="bg">
Nenue@19 117 <Color r="1" g="1" b="1" a="1" />
Nenue@19 118 <Gradient orientation="HORIZONTAL">
Nenue@19 119 <MinColor r="0" g="0.5" b="0.5" a="0" />
Nenue@19 120 <MaxColor r="0" g="0.5" b="0.5" a="0" />
Nenue@19 121 </Gradient>
Nenue@0 122 </Texture>
Nenue@0 123 </Layer>
Nenue@0 124 </Layers>
Nenue@19 125 </Frame>
Nenue@0 126 </Frames>
Nenue@0 127 </ScrollFrame>
Nenue@14 128
Nenue@14 129 <Frame name="$parentStatusHeader" parentKey="header" frameStrata="MEDIUM">
Nenue@14 130 <Layers>
Nenue@14 131 <Layer level="OVERLAY">
Nenue@14 132 <FontString name="$parentTitle" parentKey="status" inherits="VeneerStatusFont" text="status test" justifyH="RIGHT">
Nenue@14 133 <Anchors>
Nenue@14 134 <Anchor point="TOPRIGHT" x="-64" y="0" />
Nenue@14 135 </Anchors>
Nenue@14 136 </FontString>
Nenue@14 137 </Layer>
Nenue@14 138 </Layers>
Nenue@14 139 </Frame>
Nenue@14 140
Nenue@37 141
Nenue@37 142
Nenue@37 143
Nenue@14 144 <Button name="$parentCloseButton" parentKey="CloseButton" enableMouse="true" frameStrata="MEDIUM">
Nenue@14 145 <Size x="16" y="16" />
Nenue@14 146 <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
Nenue@14 147 <Anchors>
Nenue@14 148 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" x="-2" y="0" />
Nenue@14 149 </Anchors>
Nenue@14 150 </Button>
Nenue@14 151
Nenue@24 152 <Button name="$parentQuestMapButton" parentArray="toggled" parentKey="QuestMapButton" frameStrata="MEDIUM">
Nenue@14 153 <Size x="42" y="16" />
Nenue@14 154 <HighlightTexture file="Interface\Buttons\UI-Panel-MinimizeButton-Highlight" alphaMode="ADD"/>
Nenue@14 155 <Anchors>
Nenue@14 156 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeKey="$parent.CloseButton" x="0" y="0" />
Nenue@14 157 </Anchors>
Nenue@14 158 </Button>
Nenue@38 159
Nenue@38 160
Nenue@38 161 <Frame name="$parentClock" parentKey="Clock" hidden="false">
Nenue@38 162 <Anchors>
Nenue@38 163 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeKey="$parent.QuestMapButton" />
Nenue@38 164 </Anchors>
Nenue@45 165 <Size x="280" y="16" />
Nenue@38 166 <Layers>
Nenue@38 167 <Layer level="OVERLAY">
Nenue@45 168 <FontString font="Interface\Addons\SharedMedia_MyMedia\font\XOIREQE.TTF" parentKey="time" text="GAME_TIME" outline="NORMAL">
Nenue@38 169 <FontHeight>
Nenue@45 170 <AbsValue val="14" />
Nenue@38 171 </FontHeight>
Nenue@38 172
Nenue@38 173 <Anchors>
Nenue@45 174 <Anchor point="RIGHT" />
Nenue@38 175 </Anchors>
Nenue@38 176 <Color r="1" g="1" b="1" a="1" />
Nenue@38 177 </FontString>
Nenue@38 178 </Layer>
Nenue@38 179 </Layers>
Nenue@38 180 <Scripts>
Nenue@38 181 <OnUpdate>
Nenue@38 182 </OnUpdate>
Nenue@38 183 </Scripts>
Nenue@38 184 </Frame>
Nenue@38 185
Nenue@38 186
Nenue@38 187 <Frame name="$parentQuestDetailsPane" parentKey="QuestDetails" hidden="true">
Nenue@38 188 <Anchors>
Nenue@38 189 <Anchor point="TOP" />
Nenue@38 190 <Anchor point="LEFT" />
Nenue@38 191 <Anchor point="RIGHT" />
Nenue@38 192 </Anchors>
Nenue@38 193 <Layers>
Nenue@38 194 <Layer level="BACKGROUND">
Nenue@38 195 <Texture parentKey="titlebg" />
Nenue@38 196 <Texture parentKey="statusbg" />
Nenue@38 197 </Layer>
Nenue@38 198 <Layer level="OVERLAY">
Nenue@38 199 <Texture parentKey="title" />
Nenue@38 200 <Texture parentKey="status" />
Nenue@38 201
Nenue@38 202 <Texture inherits="VeneerRewardTile" />
Nenue@38 203 </Layer>
Nenue@38 204 </Layers>
Nenue@38 205 </Frame>
Nenue@38 206
Nenue@0 207 </Frames>
Nenue@0 208 </Frame>
Nenue@0 209
Nenue@14 210
Nenue@14 211
Nenue@14 212 <Frame name="$parentXP" parent="VeneerObjectiveWrapper" parentKey="XPBar" hidden="true">
Nenue@14 213 <Size x="250" y="24" />
Nenue@14 214 <Anchors>
Nenue@14 215 <Anchor point="TOPLEFT" />
Nenue@14 216 </Anchors>
Nenue@14 217 <Layers>
Nenue@14 218 <Layer level="BACKGROUND">
Nenue@14 219 <Texture name="$parentBackground" parentKey="statusbg" setAllPoints="true"/>
Nenue@14 220 </Layer>
Nenue@14 221 <Layer level="ARTWORK">
Nenue@14 222
Nenue@14 223 <Texture name="$parentForeground" parentKey="foreground">
Nenue@14 224 <Anchors>
Nenue@14 225 <Anchor point="TOPLEFT" />
Nenue@14 226 <Anchor point="BOTTOMLEFT" />
Nenue@14 227 </Anchors>
Nenue@14 228 </Texture>
Nenue@14 229 <Texture name="$parentRested" parentKey="rested" >
Nenue@14 230 <Anchors>
Nenue@14 231 <Anchor point="TOPLEFT" />
Nenue@14 232 <Anchor point="BOTTOMLEFT" />
Nenue@14 233 </Anchors>
Nenue@14 234 </Texture>
Nenue@14 235 </Layer>
Nenue@14 236 <Layer level="OVERLAY">
Nenue@14 237 <FontString inherits="VeneerFontNormal" parentKey="title">
Nenue@14 238 <Anchors>
Nenue@14 239 <Anchor point="CENTER" />
Nenue@14 240 </Anchors>
Nenue@14 241 </FontString>
Nenue@14 242 </Layer>
Nenue@14 243 </Layers>
Nenue@14 244 </Frame>
Nenue@14 245
Nenue@14 246 <!-- Header Panel -->
Nenue@14 247
Nenue@14 248 <!-- Background panels -->
Nenue@0 249
Nenue@25 250 <Frame name="VeneerTrackerTemplate" parent="UIParent" virtual="true" hidden="true">
Nenue@30 251 <Scripts>
Nenue@30 252 <OnHide>
Nenue@30 253 self.headerFade:Stop()
Nenue@30 254 </OnHide>
Nenue@30 255 </Scripts>
Nenue@30 256 <Animations>
Nenue@30 257 <AnimationGroup name="$parentSlideIn" parentKey="SlideIn" ignoreFramerateThrottle="true">
Nenue@30 258 <Translation parentKey="translation" offsetX="0" offsetY="0" smoothing="OUT" order="1" duration=".25" />
Nenue@30 259 </AnimationGroup>
Nenue@30 260 <AnimationGroup name="$parentHeaderFade" parentKey="headerFade" setToFinalAlpha="true" ignoreFramerateThrottle="true">
Nenue@30 261 <Alpha childKey="LineGlow" duration="0.15" order="1" fromAlpha="0" toAlpha="1"/>
Nenue@30 262 <Alpha childKey="LineGlow" startDelay="0.25" duration="0.65" order="1" fromAlpha="1" toAlpha="0"/>
Nenue@30 263 <Scale childKey="LineGlow" duration="0.15" order="1" fromScaleX="0.1" fromScaleY="1.5" toScaleX="2" toScaleY="1.5">
Nenue@30 264 <Origin point="CENTER">
Nenue@30 265 <Offset x="-50" y="0"/>
Nenue@30 266 </Origin>
Nenue@30 267 </Scale>
Nenue@30 268 <Translation childKey="LineGlow" duration="0.75" order="1" offsetX="65" offsetY="0"/>
Nenue@30 269 <Alpha childKey="SoftGlow" duration="0.25" order="1" fromAlpha="0" toAlpha="1"/>
Nenue@30 270 <Alpha childKey="SoftGlow" startDelay="0.25" duration="0.5" order="1" fromAlpha="1" toAlpha="0"/>
Nenue@30 271 <Scale childKey="SoftGlow" duration="0.25" order="1" fromScaleX="0.5" fromScaleY="0.5" toScaleX="0.8" toScaleY="0.8"/>
Nenue@30 272 <Alpha childKey="StarBurst" duration="0.25" order="1" fromAlpha="0" toAlpha="1"/>
Nenue@30 273 <Alpha childKey="StarBurst" startDelay="0.25" duration="0.5" order="1" fromAlpha="1" toAlpha="0"/>
Nenue@30 274 <Scale childKey="StarBurst" duration="0.25" order="1" fromScaleX="0.5" fromScaleY="0.5" toScaleX="1" toScaleY="1"/>
Nenue@30 275 <Alpha childKey="LineSheen" startDelay="0.15" duration="0.5" order="1" fromAlpha="0" toAlpha="0.75"/>
Nenue@30 276 <Alpha childKey="LineSheen" startDelay="0.75" duration="0.5" order="1" fromAlpha="0.75" toAlpha="0"/>
Nenue@30 277 <Translation childKey="LineSheen" startDelay="0.15" duration="1.5" order="1" offsetX="280" offsetY="0"/>
Nenue@40 278 <Scripts>
Nenue@40 279 <OnPlay>
Nenue@40 280 self:GetParent().fadeOut:Stop()
Nenue@40 281 </OnPlay>
Nenue@40 282 </Scripts>
Nenue@40 283 </AnimationGroup>
Nenue@40 284 <AnimationGroup parentKey="fadeOut" ignoreFramerateThrottle="true">
Nenue@40 285 <Alpha duration="0.25" fromAlpha="1" toAlpha="0" order="1" />
Nenue@40 286 <Scripts>
Nenue@40 287 <OnPlay>
Nenue@40 288 self:GetParent().headerFade:Stop()
Nenue@40 289 </OnPlay>
Nenue@40 290 <OnFinished>
Nenue@40 291 self:GetParent():Hide()
Nenue@40 292 </OnFinished>
Nenue@40 293 </Scripts>
Nenue@30 294 </AnimationGroup>
Nenue@30 295 </Animations>
Nenue@0 296 <Layers>
Nenue@0 297 <Layer level="BACKGROUND">
Nenue@10 298 <Texture name="$parentTitleBackground" parentKey="titlebg">
Nenue@0 299 <Anchors>
Nenue@14 300 <Anchor point="TOPLEFT" />
Nenue@14 301 <Anchor point="RIGHT" />
Nenue@0 302 </Anchors>
Nenue@0 303 <Color r="1" g="1" b="1" a="1" />
Nenue@0 304 <Gradient orientation="HORIZONTAL">
Nenue@0 305 <MinColor r="0" g="0" b="0" a="0.1" />
Nenue@0 306 <MaxColor r="0" g="0" b="0" a="0" />
Nenue@0 307 </Gradient>
Nenue@0 308 </Texture>
Nenue@0 309 </Layer>
Nenue@30 310 <Layer level="ARTWORK">
Nenue@30 311 <Texture parentKey="StarBurst" hidden="false" alpha="0" alphaMode="ADD" atlas="OBJFX_StarBurst" useAtlasSize="true">
Nenue@30 312 <Anchors>
Nenue@30 313 <Anchor point="LEFT" relativePoint="BOTTOMLEFT" relativeKey="$parent.titlebg"/>
Nenue@30 314 </Anchors>
Nenue@30 315 </Texture>
Nenue@30 316 <Texture parentKey="LineSheen" hidden="false" alpha="0" alphaMode="ADD" atlas="OBJFX_LineBurst">
Nenue@30 317 <Size x="60" y="15"/>
Nenue@30 318 <Anchors>
Nenue@30 319 <Anchor point="LEFT" relativePoint="BOTTOMLEFT" relativeKey="$parent.titlebg" x="0" y="0"/>
Nenue@30 320 </Anchors>
Nenue@30 321 </Texture>
Nenue@30 322 <Texture parentKey="LineGlow" hidden="false" alpha="0" alphaMode="ADD" atlas="OBJFX_LineGlow" useAtlasSize="true">
Nenue@30 323 <Anchors>
Nenue@30 324 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeKey="$parent.titlebg" x="-50" y="18"/>
Nenue@30 325 </Anchors>
Nenue@30 326 </Texture>
Nenue@30 327 <Texture parentKey="SoftGlow" hidden="false" alpha="0" alphaMode="ADD" atlas="OBJFX_Glow" useAtlasSize="true">
Nenue@30 328 <Anchors>
Nenue@30 329 <Anchor point="CENTER" relativeKey="$parent.titlebg" relativePoint="BOTTOMLEFT" x="20" y="20"/>
Nenue@30 330 </Anchors>
Nenue@30 331 </Texture>
Nenue@30 332 </Layer>
Nenue@0 333 <Layer level="OVERLAY">
Nenue@14 334 <FontString name="$parentTitle" inherits="VeneerFontHighlight" text="OBJ" parentKey="title" justifyH="LEFT">
Nenue@0 335 <Anchors>
Nenue@14 336 <Anchor point="TOP" relativeKey="$parent.titlebg" />
Nenue@14 337 <Anchor point="BOTTOM" relativeKey="$parent.titlebg" />
Nenue@14 338 <Anchor point="LEFT" relativeKey="$parent.titlebg" />
Nenue@14 339 <Anchor point="RIGHT" relativeKey="$parent" />
Nenue@14 340 </Anchors>
Nenue@14 341 </FontString>
Nenue@14 342 <FontString name="$parentStatus" inherits="VeneerStatusFont" parentKey="status" justifyH="RIGHT">
Nenue@14 343 <Anchors>
Nenue@14 344 <Anchor point="TOP" relativeKey="$parent.titlebg" />
Nenue@14 345 <Anchor point="BOTTOM" relativeKey="$parent.titlebg" />
Nenue@14 346 <Anchor point="LEFT" relativeKey="$parent.titlebg" />
Nenue@14 347 <Anchor point="RIGHT" relativeKey="$parent" />
Nenue@0 348 </Anchors>
Nenue@0 349 </FontString>
Nenue@0 350 </Layer>
Nenue@0 351 </Layers>
Nenue@30 352 </Frame>
Nenue@30 353
Nenue@30 354
Nenue@35 355 <Frame name="VeneerTrackerBlock" virtual="true">
Nenue@38 356 <Scripts>
Nenue@38 357 <OnShow>
Nenue@40 358 Veneer.print('Frame')(self:GetName(), '|cFF00FF00SHOW|r', debugstack(1,3,1))
Nenue@38 359 if(self.DebugTab:IsShown()) then
Nenue@40 360 self.DebugTab:Show()
Nenue@38 361 end
Nenue@40 362 self.blockFadeOut:Stop()
Nenue@38 363 </OnShow>
Nenue@38 364 </Scripts>
Nenue@25 365 <Animations>
Nenue@40 366 <AnimationGroup name="$parent_BlockSlide" parentKey="blockShift" ignoreFramerateThrottle="true">
Nenue@30 367 <Translation parentKey="translation" offsetX="0" offsetY="0" smoothing="OUT" order="1" duration=".25" />
Nenue@30 368 </AnimationGroup>
Nenue@40 369 <AnimationGroup name="$parent_BlockFadeIn" setToFinalAlpha="true" parentKey="questFadeIn" ignoreFramerateThrottle="true">
Nenue@40 370 </AnimationGroup>
Nenue@40 371 <AnimationGroup name="$parent_BlockFade" parentKey="blockFadeOut" ignoreFramerateThrottle="true" looping="NONE">
Nenue@40 372 <Alpha duration="0.25" order="1" fromAlpha="1" toAlpha="0" />
Nenue@45 373 <Translation duration="0.25" order="1" offsetX="-260" offsetY="0" smoothing="OUT" />
Nenue@43 374 <Scale order="1" duration="0.25" scaleX="0.1" scaleY="0.1">
Nenue@43 375 <Origin point="CENTER">
Nenue@41 376 <Offset x="0" y="0" />
Nenue@41 377 </Origin>
Nenue@41 378 </Scale>
Nenue@25 379 </AnimationGroup>
Nenue@25 380 </Animations>
Nenue@0 381 <Layers>
Nenue@0 382 <Layer level="BACKGROUND">
Nenue@45 383 <Texture name="$parentTitleBackground" parentKey="titlebg" alphaMode="MOD">
Nenue@0 384 <Color r="1" g="1" b="1" a="1" />
Nenue@0 385 <Anchors>
Nenue@30 386 <Anchor point="TOPLEFT" x="0" y="0" />
Nenue@21 387 <Anchor point="RIGHT" />
Nenue@0 388 </Anchors>
Nenue@0 389 </Texture>
Nenue@45 390 <Texture name="$parentStatusBackground" parentKey="statusbg" alphaMode="MOD">
Nenue@0 391 <Anchors>
Nenue@21 392 <Anchor point="LEFT" />
Nenue@21 393 <Anchor point="RIGHT" />
Nenue@21 394 <Anchor point="TOP" relativePoint="BOTTOM" relativeKey="$parent.titlebg" />
Nenue@21 395 <Anchor point="BOTTOM" x="0" y="0" />
Nenue@0 396 </Anchors>
Nenue@0 397 <Color r="1" g="1" b="1" a="1" />
Nenue@0 398 <Gradient orientation="HORIZONTAL">
Nenue@0 399 <MinColor r="0" g="0" b="0" a=".15" />
Nenue@0 400 <MaxColor r="0" g="0" b="0" a=".35" />
Nenue@0 401 </Gradient>
Nenue@0 402 </Texture>
Nenue@21 403 </Layer>
Nenue@34 404 <Layer level="BORDER">
Nenue@34 405
Nenue@34 406 <Texture parentKey="SelectionOverlay" alphaMode="ADD" hidden="true">
Nenue@34 407 <Anchors>
Nenue@34 408 <Anchor point="TOPLEFT" />
Nenue@34 409 <Anchor point="BOTTOMRIGHT" />
Nenue@34 410 </Anchors>
Nenue@34 411 <Color r="1" g="1" b="1" a="1" />
Nenue@34 412 <Gradient orientation="HORIZONTAL">
Nenue@34 413 <MaxColor r="1" g="0" b="0" a="0.7" />
Nenue@34 414 <MinColor r="1" g="0" b="0" a="0.7" />
Nenue@34 415 </Gradient>
Nenue@34 416 </Texture>
Nenue@34 417 </Layer>
Nenue@21 418 <Layer level="ARTWORK">
Nenue@41 419
Nenue@30 420
Nenue@21 421 <Texture parentKey="typeTag" file="Interface\QuestFrame\QuestTypeIcons" alphaMode="ADD" hidden="true">
Nenue@18 422 <Size x="18" y="18"/>
Nenue@18 423 <Anchors>
Nenue@18 424 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeKey="$parent.FrequencyTag" x="-3" y="-3"/>
Nenue@18 425 </Anchors>
Nenue@18 426 </Texture>
Nenue@32 427
Nenue@21 428 <Texture parentKey="frequencyTag" file="Interface\QuestFrame\QuestTypeIcons" alphaMode="ADD" hidden="true">
Nenue@18 429 <Size x="18" y="18"/>
Nenue@18 430 <Anchors>
Nenue@18 431 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeKey="$parent.CompletionTag" x="-3" y="-3"/>
Nenue@18 432
Nenue@18 433 </Anchors>
Nenue@18 434 </Texture>
Nenue@21 435 <Texture parentKey="completionTag" file="Interface\QuestFrame\QuestTypeIcons" alphaMode="ADD" hidden="true">
Nenue@18 436 <Size x="18" y="18"/>
Nenue@18 437 <Anchors>
Nenue@18 438 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeKey="$parent.icon" x="-3" y="-3"/>
Nenue@18 439
Nenue@18 440 </Anchors>
Nenue@18 441 </Texture>
Nenue@32 442 <Texture name="$parentMoneyTile" parentKey="money" hidden="true">
Nenue@32 443 <Size x="16" y="16" />
Nenue@32 444
Nenue@32 445 </Texture>
Nenue@32 446
Nenue@21 447
Nenue@34 448
Nenue@38 449 <Texture inherits="VeneerRewardTile" />
Nenue@38 450 <Texture inherits="VeneerRewardTile" />
Nenue@38 451 <Texture inherits="VeneerRewardTile" />
Nenue@0 452 </Layer>
Nenue@0 453 <Layer level="OVERLAY">
Nenue@21 454 <FontString name="$parentTitle" parentKey="title" inherits="VeneerTitleFont" justifyH="LEFT" justifyV="TOP">
Nenue@0 455 <Anchors>
Nenue@13 456 <Anchor point="TOP" relativeKey="$parent.titlebg" />
Nenue@16 457 <Anchor point="LEFT" relativeKey="$parent" />
Nenue@0 458 <Anchor point="RIGHT" relativeKey="$parent" />
Nenue@0 459 </Anchors>
Nenue@0 460 </FontString>
Nenue@44 461 <FontString name="$parentStatus" parentKey="status" inherits="VeneerCriteriaFontNormal" justifyH="LEFT" justifyV="TOP" wordwrap="true" >
Nenue@13 462 <Anchors>
Nenue@13 463 <Anchor point="TOP" relativeKey="$parent.statusbg" />
Nenue@16 464 <Anchor point="LEFT" relativeKey="$parent" />
Nenue@16 465 <Anchor point="RIGHT" relativeKey="$parent" />
Nenue@13 466 </Anchors>
Nenue@13 467 </FontString>
Nenue@40 468 <FontString inherits="VeneerRewardText" />
Nenue@40 469 <FontString inherits="VeneerRewardText" />
Nenue@40 470 <FontString inherits="VeneerRewardText" />
Nenue@21 471
Nenue@21 472
Nenue@21 473 <Texture alphaMode="BLEND" parentArray="config" hidden="true">
Nenue@21 474 <Anchors>
Nenue@21 475 <Anchor point="TOPLEFT" relativeKey="$parent.status" />
Nenue@21 476 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.status" relativePoint="BOTTOMLEFT" x="1" y="0" />
Nenue@21 477 </Anchors>
Nenue@21 478 <Color r="1" g="1" b="1" a="1" />
Nenue@21 479 </Texture>
Nenue@21 480 <Texture alphaMode="BLEND" parentArray="config" hidden="true">
Nenue@21 481 <Anchors>
Nenue@21 482 <Anchor point="TOPLEFT" relativeKey="$parent.status" />
Nenue@21 483 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.status" relativePoint="TOPRIGHT" x="0" y="-1" />
Nenue@21 484 </Anchors>
Nenue@21 485 <Color r="1" g="1" b="1" a="1" />
Nenue@21 486 </Texture>
Nenue@21 487 <Texture alphaMode="BLEND" parentArray="config" hidden="true">
Nenue@21 488 <Anchors>
Nenue@21 489 <Anchor point="TOPLEFT" relativeKey="$parent.status" relativePoint="BOTTOMLEFT" x="0" y="1" />
Nenue@21 490 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.status" />
Nenue@21 491 </Anchors>
Nenue@21 492 <Color r="1" g="1" b="1" a="1" />
Nenue@21 493 </Texture>
Nenue@21 494
Nenue@21 495 <Texture alphaMode="ADD" parentArray="config" hidden="true">
Nenue@21 496 <Anchors>
Nenue@21 497 <Anchor point="TOPLEFT" relativeKey="$parent.statusbg" x="-30" y="0" />
Nenue@21 498 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.status" relativePoint="TOPRIGHT" x="30" y="0" />
Nenue@21 499 </Anchors>
Nenue@21 500 <Color r="0" g="1" b="0" a="0.5" />
Nenue@21 501 </Texture>
Nenue@21 502 <Texture alphaMode="BLEND" parentArray="config" hidden="true">
Nenue@21 503 <Anchors>
Nenue@21 504 <Anchor point="TOPLEFT" x="-35" y="0" />
Nenue@21 505 <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT" x="0" y="-1" />
Nenue@21 506 </Anchors>
Nenue@21 507 <Color r="1" g="0" b="0" a="1" />
Nenue@21 508 </Texture>
Nenue@21 509 <Texture alphaMode="BLEND" parentArray="config" hidden="true">
Nenue@21 510 <Anchors>
Nenue@21 511 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" x="0" y="1" />
Nenue@21 512 <Anchor point="BOTTOMRIGHT" x="35" y="0" />
Nenue@21 513 </Anchors>
Nenue@21 514 <Color r="1" g=".5" b="0" a="1" />
Nenue@21 515 </Texture>
Nenue@21 516
Nenue@21 517 </Layer>
Nenue@21 518 <Layer level="HIGHLIGHT">
Nenue@21 519 <Texture name="$parentHighLight" parentKey="highlight">
Nenue@21 520 <Anchors>
Nenue@21 521 <Anchor point="TOPLEFT" />
Nenue@21 522 <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT" x="0" y="-4"/>
Nenue@21 523 </Anchors>
Nenue@21 524 <Color r="1" g="1" b="1" a="1" />
Nenue@21 525 <Gradient orientation="VERTICAL">
Nenue@23 526 <MaxColor r="1" g="1" b="1" a=".5" />
Nenue@23 527 <MinColor r="1" g="1" b="1" a="0" />
Nenue@21 528 </Gradient>
Nenue@21 529 </Texture>
Nenue@21 530 <Texture name="$parentLowLight" parentKey="lowlight">
Nenue@21 531 <Anchors>
Nenue@21 532 <Anchor point="TOP" relativePoint="BOTTOM" x="0" y="14" />
Nenue@21 533 <Anchor point="BOTTOM" x="0" y="0"/>
Nenue@21 534 <Anchor point="RIGHT" />
Nenue@21 535 <Anchor point="LEFT" />
Nenue@21 536 </Anchors>
Nenue@21 537 <Color r="1" g="1" b="1" a="1" />
Nenue@21 538 <Gradient orientation="VERTICAL">
Nenue@23 539 <MaxColor r="1" g="1" b="1" a="0" />
Nenue@23 540 <MinColor r="1" g="1" b="1" a=".5" />
Nenue@21 541 </Gradient>
Nenue@21 542 </Texture>
Nenue@21 543 </Layer>
Nenue@21 544 </Layers>
Nenue@25 545 <Frames>
Nenue@25 546 <Frame name="$parentHeaderBox" parentKey="clickZone" enableMouse="true">
Nenue@25 547 <Anchors>
Nenue@25 548 <Anchor point="TOP" relativeKey="$parent.title" />
Nenue@25 549 <Anchor point="RIGHT" relativeKey="$parent.title" />
Nenue@25 550 <Anchor point="LEFT" relativeKey="$parent.title" />
Nenue@25 551 <Anchor point="BOTTOM" relativeKey="$parent.title" />
Nenue@25 552 </Anchors>
Nenue@25 553 <Layers>
Nenue@25 554 <Layer level="HIGHLIGHT">
Nenue@25 555 <Texture setAllPoints="true">
Nenue@25 556 <Color r="1" g="1" b="0.5" a="0.5" />
Nenue@25 557 </Texture>
Nenue@25 558 </Layer>
Nenue@25 559 </Layers>
Nenue@25 560 </Frame>
Nenue@38 561 <Frame name="$parentDebugInfo" parentKey="DebugTab" hidden="true">
Nenue@38 562 <Size x="200" y="30" />
Nenue@38 563 <Layers>
Nenue@38 564 <Layer level="OVERLAY">
Nenue@38 565
Nenue@38 566 <FontString name="$parentStatus" parentKey="status" inherits="VeneerNumberFont" justifyH="RIGHT" justifyV="TOP">
Nenue@38 567 <Color r="1" g="1" b="1" a="1" />
Nenue@38 568 <Anchors>
Nenue@44 569 <Anchor point="RIGHT" />
Nenue@38 570 </Anchors>
Nenue@38 571 </FontString>
Nenue@38 572 </Layer>
Nenue@38 573 <Layer level="BACKGROUND">
Nenue@38 574 <Texture>
Nenue@38 575 <Anchors>
Nenue@38 576 <Anchor point="BOTTOMLEFT" relativeKey="$parent.status" />
Nenue@38 577 <Anchor point="TOPRIGHT" relativeKey="$parent.status" />
Nenue@38 578 </Anchors>
Nenue@38 579 <Color r="0" g="0" b="0" a="0.5" />
Nenue@38 580 </Texture>
Nenue@38 581 </Layer>
Nenue@38 582 </Layers>
Nenue@38 583 </Frame>
Nenue@25 584 </Frames>
Nenue@21 585 </Frame>
Nenue@21 586
Nenue@35 587 <Frame name="VeneerTrackerObjective" virtual="true" hidden="true" enableMouse="true">
Nenue@21 588 <Anchors>
Nenue@34 589 <Anchor point="TOP" />
Nenue@34 590 <Anchor point="LEFT" />
Nenue@21 591 <Anchor point="RIGHT" />
Nenue@21 592 </Anchors>
Nenue@21 593 <Layers>
Nenue@21 594 <Layer level="OVERLAY">
Nenue@21 595 <FontString inherits="VeneerCriteriaFontNormal" parentKey="status" wordwrap="true" justifyH="LEFT" justifyV="TOP">
Nenue@21 596 <Anchors>
Nenue@21 597 <Anchor point="TOP" />
Nenue@21 598 <Anchor point="LEFT" />
Nenue@21 599 <Anchor point="RIGHT" />
Nenue@21 600 </Anchors>
Nenue@21 601 </FontString>
Nenue@21 602
Nenue@21 603 <!-- debugging guides -->
Nenue@21 604 <Texture alphaMode="BLEND" parentArray="config" hidden="true">
Nenue@21 605 <Anchors>
Nenue@21 606 <Anchor point="TOPLEFT" x="0" y="600" />
Nenue@21 607 <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMLEFT" x="1" y="-600" />
Nenue@21 608 </Anchors>
Nenue@21 609 <Color r="0" g="1" b="0" a="1" />
Nenue@21 610 </Texture>
Nenue@21 611 <Texture alphaMode="ADD" parentArray="config" hidden="true">
Nenue@21 612 <Anchors>
Nenue@21 613 <Anchor point="TOPLEFT" relativeKey="$parent" x="0" y="600" />
Nenue@21 614 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.status" relativePoint="BOTTOMLEFT" x="0" y="-600" />
Nenue@21 615 </Anchors>
Nenue@21 616 <Color r="0" g=".4" b="1" a=".25" />
Nenue@21 617 </Texture>
Nenue@21 618 <Texture alphaMode="BLEND" parentArray="config" hidden="true">
Nenue@21 619 <Anchors>
Nenue@21 620 <Anchor point="TOPLEFT" relativeKey="$parent.status" relativePoint="TOPRIGHT" x="-1" y="200" />
Nenue@21 621 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.status" x="0" y="-600" />
Nenue@21 622 </Anchors>
Nenue@21 623 <Color r="0" g="1" b="0" a=".5" />
Nenue@21 624 </Texture>
Nenue@21 625
Nenue@21 626 <Texture alphaMode="BLEND" parentArray="config" hidden="true">
Nenue@21 627 <Anchors>
Nenue@21 628 <Anchor point="TOPLEFT" relativeKey="$parent.status" x="-30" y="0" />
Nenue@21 629 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.status" relativePoint="TOPRIGHT" x="0" y="-1" />
Nenue@21 630 </Anchors>
Nenue@21 631 <Color r="1" g="0" b="0" a="0.5" />
Nenue@21 632 </Texture>
Nenue@21 633 <Texture alphaMode="BLEND" parentArray="config" hidden="true">
Nenue@21 634 <Anchors>
Nenue@21 635 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeKey="$parent.status" x="0" y="1" />
Nenue@21 636 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.status" relativePoint="BOTTOMRIGHT" x="30" y="0" />
Nenue@21 637 </Anchors>
Nenue@21 638 <Color r="1" g="0" b="0" a="0.5" />
Nenue@21 639 </Texture>
Nenue@21 640
Nenue@21 641 <!-- end debugging guides -->
Nenue@21 642
Nenue@21 643 </Layer>
Nenue@21 644 <Layer level="BACKGROUND">
Nenue@21 645 <Texture parentKey="statusbg">
Nenue@21 646 <Anchors>
Nenue@21 647 <Anchor point="TOP" />
Nenue@21 648 <Anchor point="LEFT" />
Nenue@21 649 <Anchor point="RIGHT" />
Nenue@21 650 <Anchor point="BOTTOM" />
Nenue@21 651 </Anchors>
Nenue@21 652 </Texture>
Nenue@0 653 </Layer>
Nenue@35 654 <Layer level="HIGHLIGHT">
Nenue@35 655 <Texture setAllPoints="true">
Nenue@35 656 <Color r="1" g="1" b="1" a="0.2" />
Nenue@35 657 </Texture>
Nenue@35 658 </Layer>
Nenue@0 659 </Layers>
Nenue@0 660 </Frame>
Nenue@0 661
Nenue@27 662 <Include file="SecureButton.xml" />
Nenue@27 663 <Include file="Widgets.xml" />
Nenue@3 664
Nenue@27 665 <Script file="ObjectiveTracker.lua" />
Nenue@34 666 <Script file="Schema.lua" />
Nenue@43 667 <Script file="QuestData.lua" />
Nenue@43 668 <Script file="AchievementData.lua" />
Nenue@43 669 <Script file="AutoQuestPopupData.lua" />
Nenue@43 670 <Script file="BonusObjectiveData.lua" />
Nenue@43 671 <Script file="ScenarioData.lua" />
Nenue@27 672 <Script file="ExerienceBar.lua" />
Nenue@43 673 <Script file="Layout.lua" />
Nenue@43 674 <Script file="Block.lua" />
Nenue@40 675 <Script file="RewardFrame.lua" />
Nenue@44 676 <Script file="Default.lua" />
Nenue@44 677 <Script file="APIHooks.lua" />
Nenue@27 678 <Script file="Widgets.lua" />
Nenue@29 679 <!-- <Script file="ObjectiveStyle.lua" /> -->
Nenue@29 680 <!-- <Script file="ObjectiveInfo.lua" /> -->
Nenue@0 681 </Ui>