Mercurial > wow > buffalo2
diff ObjectiveWidgets.lua @ 16:880828018bf4
ObjectiveEvents
- trim down the number of events that fire full updates
- begin the general outline for determining which trackers need to refresh
- handlers for accepting and completing auto-popup quests
ObjectiveFrame
- correct variables for money reward calculation
- make sure everythign is scaling to the font strings and that the font strings aren't being pinned by SetSize
ObjectiveInfo
- implementation of autoquest popups
- discern between internal and client bonus objective indexes
- acquire the correct data set from bonus objective query
ObjectiveStyle
- look for a style table under the previously interpreted set before deferring standard options
- horizontal/vertical options in gradient
- remove height-fixing for font strings
author | Nenue |
---|---|
date | Tue, 05 Apr 2016 00:39:12 -0400 |
parents | f660f1c1e0aa |
children | 605e8f0e46db |
line wrap: on
line diff
--- a/ObjectiveWidgets.lua Mon Apr 04 03:41:28 2016 -0400 +++ b/ObjectiveWidgets.lua Tue Apr 05 00:39:12 2016 -0400 @@ -341,6 +341,7 @@ --- WidgetTemplate 'OnHide' mod.ReleaseWidget = function(frame) + --[[ local print = B.print('ObjectiveWidgets') local reg = wr[frame.widgetType] if reg and reg.used[frame.key] then @@ -351,6 +352,7 @@ tinsert(reg.free, frame) print('|cFFBBBBBBreleased from service', frame:GetName()) end + ]] end --- RemoveTrackedAchievement post-hook