Mercurial > wow > worldplan
comparison ClassPlan.xml @ 18:08b03bcdfeac
ClassPlan:
- Significant load time improvements in the order hall.
* Data events are spammed gratuitously at load-in, so any sort of operation that results should be done from a delayed enclosure. In this case: using a self-destructing C_Timer identified by the function handle, and setting a flag that frame scripts can respond to.
| author | Nenue |
|---|---|
| date | Mon, 24 Oct 2016 18:23:06 -0400 |
| parents | 48001b6a9496 |
| children | 6016ec3c8adf |
comparison
equal
deleted
inserted
replaced
| 17:594692f36b5b | 18:08b03bcdfeac |
|---|---|
| 56 <Scripts> | 56 <Scripts> |
| 57 <OnLoad method="OnLoad" /> | 57 <OnLoad method="OnLoad" /> |
| 58 <OnEvent method="OnEvent" /> | 58 <OnEvent method="OnEvent" /> |
| 59 <OnShow method="OnShow" /> | 59 <OnShow method="OnShow" /> |
| 60 <OnHide method="OnHide" /> | 60 <OnHide method="OnHide" /> |
| 61 <OnUpdate method="OnUpdate" /> | |
| 61 </Scripts> | 62 </Scripts> |
| 62 <Layers> | 63 <Layers> |
| 63 <Layer level="BACKGROUND"> | 64 <Layer level="BACKGROUND"> |
| 64 <Texture parentKey="Background" setAllPoints="true"> | 65 <Texture parentKey="Background" setAllPoints="true"> |
| 65 <Color a="0.5" r="0" b="0" g="0" /> | 66 <Color a="0.5" r="0" b="0" g="0" /> |
| 121 <Anchors> | 122 <Anchors> |
| 122 <Anchor point="CENTER" relativeKey="$parent.Icon"/> | 123 <Anchor point="CENTER" relativeKey="$parent.Icon"/> |
| 123 </Anchors> | 124 </Anchors> |
| 124 </Texture> | 125 </Texture> |
| 125 <Texture parentKey="ProgressBar" hidden="true"> | 126 <Texture parentKey="ProgressBar" hidden="true"> |
| 126 <Size y="1" /> | 127 <Size y="2" /> |
| 127 <Anchors> | 128 <Anchors> |
| 128 <Anchor point="BOTTOMLEFT" relativeKey="$parent.ProgressBG" /> | 129 <Anchor point="BOTTOMLEFT" relativeKey="$parent.ProgressBG" /> |
| 129 </Anchors> | 130 </Anchors> |
| 130 <Color a="0.5" r="1" g="1" b="1" /> | 131 <Color a="0.5" r="1" g="1" b="1" /> |
| 131 </Texture> | 132 </Texture> |
