- Chart Viewer (plugin): has been revamped and now it's less complicated to use.

- Time Line (plugin): added options to change the background color and scale.
- Raid Check (plugin): its window is now 'always on top'.
- Accuracy adjustments on overheal of Divine Aegis and Illuminated Healing.
- Removed healthstone from cooldown list, added Nature's Vigil.
- Enemies display now shows damage taken instead of damage done.
- Tooltip for enemies display now also show damage and healing done by the enemy.
- Added an option under miscellaneous to show neutral and hostile creatures on damage taken display.
- Added an option to ignore nicknames and always use character names.
- Enabling the display icon on title bar now makes the title text automatically move slightly to right.
- Fixed issue with skin changing when the window has the statusbar enabled.
This commit is contained in:
Tercio
2015-02-10 17:05:36 -02:00
parent ad76abfd00
commit 1b08512cae
15 changed files with 55 additions and 38 deletions
+2 -4
View File
@@ -572,10 +572,8 @@ do
local DetailsFrameWork = _detalhes.gump
BossFrame:SetFrameStrata ("MEDIUM")
if (_detalhes.janela_info) then
BossFrame:SetFrameLevel (_detalhes.janela_info:GetFrameLevel()+3)
end
BossFrame:SetFrameStrata ("HIGH")
BossFrame:SetToplevel (true)
BossFrame:SetWidth (698)
BossFrame:SetHeight (354)
@@ -155,6 +155,7 @@ local food_list = {
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)
show_panel:SetFrameStrata ("TOOLTIP")
--