Mercurial > wow > buffalo2
comparison ObjectiveTracker/Widgets.xml @ 40:03ed70f846de
- move block accessors into a new file
- define a tMove function for reconciling the free/used tables as needed
- when retrieving an old block frame, confirm ID still matches; resolves multiple watch items on one block
- stop any animations when a block is freed; resolves stuck flare graphics
author | Nenue |
---|---|
date | Sun, 24 Apr 2016 14:15:25 -0400 |
parents | 1f8f9cc3d956 |
children | dd9b5f59632c |
comparison
equal
deleted
inserted
replaced
39:92534dc793f2 | 40:03ed70f846de |
---|---|
9 Veneer.ObjectiveTracker.RegisterWidget(self) | 9 Veneer.ObjectiveTracker.RegisterWidget(self) |
10 </OnLoad> | 10 </OnLoad> |
11 <OnShow> | 11 <OnShow> |
12 Veneer.ObjectiveTracker.InitializeWidget(self) | 12 Veneer.ObjectiveTracker.InitializeWidget(self) |
13 </OnShow> | 13 </OnShow> |
14 <OnHide> | |
15 Veneer.ObjectiveTracker.ReleaseWidget(self) | |
16 </OnHide> | |
17 <OnEvent> | 14 <OnEvent> |
18 | 15 |
19 </OnEvent> | 16 </OnEvent> |
20 </Scripts> | 17 </Scripts> |
21 <Layers> | 18 <Layers> |
64 Veneer.ObjectiveTracker.RegisterWidget(self) | 61 Veneer.ObjectiveTracker.RegisterWidget(self) |
65 </OnLoad> | 62 </OnLoad> |
66 <OnShow> | 63 <OnShow> |
67 Veneer.ObjectiveTracker.InitializeWidget(self) | 64 Veneer.ObjectiveTracker.InitializeWidget(self) |
68 </OnShow> | 65 </OnShow> |
69 <OnHide> | |
70 Veneer.ObjectiveTracker.ReleaseWidget(self) | |
71 </OnHide> | |
72 </Scripts> | 66 </Scripts> |
73 <Layers> | 67 <Layers> |
74 <Layer level="OVERLAY"> | 68 <Layer level="OVERLAY"> |
75 <FontString name="$parentStatusText" parentKey="status" inherits="VeneerCriteriaFont"> | 69 <FontString name="$parentStatusText" parentKey="status" inherits="VeneerCriteriaFont"> |
76 | 70 |
88 Veneer.ObjectiveTracker.RegisterWidget(self) | 82 Veneer.ObjectiveTracker.RegisterWidget(self) |
89 </OnLoad> | 83 </OnLoad> |
90 <OnShow> | 84 <OnShow> |
91 Veneer.ObjectiveTracker.InitializeWidget(self) | 85 Veneer.ObjectiveTracker.InitializeWidget(self) |
92 </OnShow> | 86 </OnShow> |
93 <OnHide> | |
94 Veneer.ObjectiveTracker.ReleaseWidget(self) | |
95 </OnHide> | |
96 </Scripts> | 87 </Scripts> |
97 <Layers> | 88 <Layers> |
98 <Layer level="OVERLAY"> | 89 <Layer level="OVERLAY"> |
99 <FontString name="$parentStatusText" parentKey="status" inherits="VeneerCriteriaFont"> | 90 <FontString name="$parentStatusText" parentKey="status" inherits="VeneerCriteriaFont"> |
100 | 91 |