- Death Knight: Epidemic, Scourge Strike and Howling Blast now has a better description on the spell name.

- Fixed snap button showing when 'Hide Resize Buttons' are enabled.
- Fixed title bar icons not hiding when 'Auto Hide Buttons' is enabled.
- Several improvements to overall data, it should be more consistent now.
- Details! now passes to identify the tank role of the player even when out of a party or raid.
- Debug helper Details:DumpTable(table) now correctly shows the key name when it isn't a string.
- Improvements done on the Bookmark config frame accessed by the options panel > display section.
- New slash command: '/details spells'.
- Statistics for Legion has been closed! You can access statistics from the orange gear > statistics.
This commit is contained in:
Tercio
2018-08-07 15:55:19 -03:00
parent 5f55045b15
commit 2fb29a497d
45 changed files with 848 additions and 679 deletions
+9 -1
View File
@@ -1295,7 +1295,12 @@ function _G._detalhes:Start()
if (lower_instance) then
lower_instance = _detalhes:GetInstance (lower_instance)
if (lower_instance and _detalhes.latest_news_saw ~= _detalhes.userversion) then
lower_instance:InstanceAlert (Loc ["STRING_VERSION_UPDATE"], {[[Interface\GossipFrame\AvailableQuestIcon]], 16, 16, false}, 60, {_detalhes.OpenNewsWindow})
C_Timer.After (10, function()
if (lower_instance:IsEnabled()) then
lower_instance:InstanceAlert (Loc ["STRING_VERSION_UPDATE"], {[[Interface\GossipFrame\AvailableQuestIcon]], 16, 16, false}, 60, {_detalhes.OpenNewsWindow}, true)
Details:Msg ("A new version has been installed: /details news")
end
end)
end
end
@@ -1825,6 +1830,9 @@ function _G._detalhes:Start()
C_Timer.After (2, function()
_detalhes:RefreshPlaterIntegration()
end)
--> override the overall data flag on this release only (remove on the release)
Details.overall_flag = 0x10
--[=[
--> suppress warnings for the first few seconds