Mercurial > wow > worldplan
comparison ClassPlan.xml @ 19:6016ec3c8adf v1.0-rc5
ClassPlan:
- Colored progress bars accompany the mission and shipment journal entries.
- 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:32:00 -0400 |
parents | 08b03bcdfeac |
children | dbc865d2be82 |
comparison
equal
deleted
inserted
replaced
18:08b03bcdfeac | 19:6016ec3c8adf |
---|---|
76 </Texture> | 76 </Texture> |
77 </Layer> | 77 </Layer> |
78 </Layers> | 78 </Layers> |
79 </Frame> | 79 </Frame> |
80 | 80 |
81 | |
82 <Button name="ClassPlanListEntryTemplate" virtual="true" hidden="true"> | 81 <Button name="ClassPlanListEntryTemplate" virtual="true" hidden="true"> |
83 | |
84 <Scripts> | 82 <Scripts> |
85 <OnLoad> | 83 <OnLoad> |
86 self.Count = self.Overlay.Count | 84 self.Count = self.Overlay.Count |
87 self.Name = self.Overlay.Name | 85 self.Name = self.Overlay.Name |
88 self.TimeLeft = self.Overlay.TimeLeft | 86 self.TimeLeft = self.Overlay.TimeLeft |