- Added casted amount for healing and damage spells. The result is shown on Player Detail Window.

- Added uptime amount for healing spells on Player Detail Window.
- Added an option to disable lock/resize/ungroup buttons. It's under miscellaneous bracket on Options Panel.
- Wallpaper for menus on title bar got a customization option under tooltips bracket on Options Panel.
- Updated spell list for Crowd Control and class detection.
- Improved Weakaura creation tool under Encounter Details Plugin.
This commit is contained in:
Tercio
2015-04-25 21:21:07 -03:00
parent 8a3237cc17
commit 68b6adc90f
15 changed files with 536 additions and 189 deletions
+7 -3
View File
@@ -36,9 +36,13 @@ local _
window:StopMovingOrSizing()
end)
local background_frame_image = background_frame:CreateTexture (nil, "background")
background_frame_image:SetAllPoints (background_frame)
background_frame_image:SetTexture ([[Interface\AddOns\Details\images\welcome]])
background_frame:SetBackdrop ({bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", tile = true, tileSize = 64,
edgeFile = [[Interface\AddOns\Details\images\border_3]], edgeSize = 9, insets = {left = 2, right = 2, top = 3, bottom = 3}})
background_frame:SetBackdropColor (0, 0, 0, 0.95)
-- local background_frame_image = background_frame:CreateTexture (nil, "background")
-- background_frame_image:SetAllPoints (background_frame)
-- background_frame_image:SetTexture ([[Interface\AddOns\Details\images\welcome]])
local haveHFlip = false
local haveVFlip = false