comparison ObjectiveCore.lua @ 13:9455693fc290

Init - recall XML display state on reload ObjectiveFrame - quest coloring by relative level - quest coloring by daily/weekly/complete status - remember starting scroll value between reload - limit anchor points to edges for regions affected by style attributes ObjectiveInfo - AutoQuest outline definitions - Pull Quest title and tag data in addition to WatchInfo ObjectiveStyle - ensure consistent style table - hardcode certain attributes for sanity XML - ensure consistent naming conventions for heading and content elements - ensure hardcore anchors are based on edges - expansion of file structure to deal with complexities of dynamic widgets and style caching ObjectiveUI - determine primary style by block handler when restoring original style - moved framescript to 'ObjectiveWidgets' lua
author Nenue
date Sat, 02 Apr 2016 17:46:52 -0400
parents f03c75f63566
children ed642234f017
comparison
equal deleted inserted replaced
12:8238cddaddb1 13:9455693fc290
182 self.InitializeTrackers() 182 self.InitializeTrackers()
183 self.InitializeXPTracker() 183 self.InitializeXPTracker()
184 mod.SetEvents() 184 mod.SetEvents()
185 ObjectiveTrackerFrame:UnregisterAllEvents() 185 ObjectiveTrackerFrame:UnregisterAllEvents()
186 ObjectiveTrackerFrame:Hide() 186 ObjectiveTrackerFrame:Hide()
187
187 end 188 end
188 189
189 --[[ 190 --[[
190 QUESTLINE_UPDATE This event is not yet documented 191 QUESTLINE_UPDATE This event is not yet documented
191 QUESTTASK_UPDATE This event is not yet documented 192 QUESTTASK_UPDATE This event is not yet documented