- Added option 'Ignore Mass Toggle', when enabled the window won't be affected when hiding, showing or toggling all windows.
- Added window number for slash commands 'hide', 'show' and 'toggle'. Usage: '/details hide 1' to hide window 1. - Removed keybinds for Open and Close, added toggle instead. - Added slash command 'toggle'. - Added display icons for all skins which still didn't have they. - Improved 'Align with right chat' tool, now it also supports Forced Square skin. - Improvements on Bookmark panel. - Improvements on spec icons with transparency. - Created custom spell for Living Bomb explosion. - Fixed statusbar textures and mini displays. - Fixed an issue with title bar buttons when toggling the titlebar anchor from bottom to top position. - Fixed an issue with title bar text when toggling the statusbar position from bottom to top. - Fixed yet another bug with avoidance tab on player detail window. - Fixed the window ungroup button (above the resize one).
This commit is contained in:
@@ -148,15 +148,13 @@ local food_list = {
|
||||
DetailsRaidCheck.ToolbarButton:SetHighlightTexture ([[Interface\AddOns\Details_RaidCheck\icon_red]], "ADD")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
local show_panel = CreateFrame ("frame", nil, UIParent)
|
||||
show_panel:SetSize (400, 300)
|
||||
--show_panel:SetBackdrop ({bgFile = [[Interface\AddOns\Details\images\background]], tile = true, tileSize = 16})
|
||||
show_panel:SetPoint ("bottom", DetailsRaidCheck.ToolbarButton, "top", 0, 10)
|
||||
--show_panel:SetBackdrop ({bgFile = [[Interface\Tooltips\UI-Tooltip-Background]], edgeFile = [[Interface\Tooltips\UI-Tooltip-Border]], edgeSize = 16, insets = {left = 4, right = 4, top = 2, bottom = 1}})
|
||||
show_panel:SetBackdrop ({bgFile = [[Interface\Garrison\GarrisonMissionUIInfoBoxBackgroundTile]], tileSize = 256, edgeFile = [[Interface\Tooltips\UI-Tooltip-Border]], edgeSize = 16, insets = {left = 4, right = 4, top = 2, bottom = 1}})
|
||||
show_panel:SetBackdropColor (1, 1, 1, 0.9)
|
||||
show_panel:SetClampedToScreen (true)
|
||||
|
||||
--
|
||||
|
||||
|
||||
@@ -48,25 +48,33 @@ local blackrock_foundry = {
|
||||
|
||||
encounter_ids2 = {
|
||||
--combatlog encounter id
|
||||
[1691] = 1, --Gruul
|
||||
[1696] = 2, --Oregorger
|
||||
[1694] = 3, --Beastlord Darmac
|
||||
[1689] = 4, --Flamebender Ka'graz
|
||||
[1693] = 5, --Hans'gar & Franzok
|
||||
[1692] = 6, --Operator Thogar
|
||||
[1690] = 7, --The Blast Furnace
|
||||
[1713] = 8, --Kromog, Legend of the Mountain
|
||||
[1695] = 9, --The Iron Maidens
|
||||
[1704] = 10, --Blackhand
|
||||
},
|
||||
|
||||
boss_ids = {
|
||||
--npc ids
|
||||
[76877] = 1, --Gruul
|
||||
[77182] = 2, --Oregorger
|
||||
[76865] = 3, --Beastlord Darmac
|
||||
[76814] = 4, --Flamebender Ka'graz
|
||||
[76974] = 5, --Franzok
|
||||
[76973] = 5, --Hans'gar
|
||||
[76906] = 6, --Operator Thogar
|
||||
[76806] = 7, --Heart of the Mountain
|
||||
[77692] = 8, --Kromog, Legend of the Mountain
|
||||
[77557] = 9, -- Admiral Gar'an
|
||||
[77231] = 9, --Enforcer Sorka
|
||||
[77477] = 9, --Marak the Blooded
|
||||
[77325] = 10, --Blackhand
|
||||
},
|
||||
|
||||
encounters = {
|
||||
|
||||
Reference in New Issue
Block a user