Mercurial > wow > worldplan
diff 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 |
line wrap: on
line diff
--- a/ClassPlan.xml Mon Oct 24 06:00:21 2016 -0400 +++ b/ClassPlan.xml Mon Oct 24 18:23:06 2016 -0400 @@ -58,6 +58,7 @@ <OnEvent method="OnEvent" /> <OnShow method="OnShow" /> <OnHide method="OnHide" /> + <OnUpdate method="OnUpdate" /> </Scripts> <Layers> <Layer level="BACKGROUND"> @@ -123,7 +124,7 @@ </Anchors> </Texture> <Texture parentKey="ProgressBar" hidden="true"> - <Size y="1" /> + <Size y="2" /> <Anchors> <Anchor point="BOTTOMLEFT" relativeKey="$parent.ProgressBG" /> </Anchors>