- New Feature: import and export profiles.

- Major improvements on bar text scripts.
- Improved import and export custom skins.
- Fixed shaman's sundering spell not showing in crowd control.
- Fixed sharing guild statistics.
- More spells added to spell consolidation: Whirlwind, Fracture, Mutilate.
- Monk Mistweaver Blackout Kick now has a indicator when it comes from passive 'Teachings of the Monastery'.
- Added slash command '/details debugwindow' for cases when the window isn't shown or are anchored in the wrong place.
- Exposed spell ignore table, you can now add spells to be ignored using Details.SpellsToIgnore [spellID] = true.
This commit is contained in:
Tercioo
2018-11-07 17:32:08 -02:00
parent 8dd8714dd5
commit 268fab49a9
10 changed files with 157 additions and 31 deletions
+7 -1
View File
@@ -1,5 +1,5 @@
local dversion = 117
local dversion = 121
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary (major, minor)
@@ -20,6 +20,11 @@ local string_match = string.match
SMALL_NUMBER = 0.000001
ALPHA_BLEND_AMOUNT = 0.8400251
DF.AuthorInfo = {
Name = "Tercioo",
Discord = "https://discord.gg/AGSzAZX",
}
--> will always give a very random name for our widgets
local init_counter = math.random (1, 1000000)
@@ -2688,5 +2693,6 @@ function DF:GetCLEncounterIDs()
return DF.CLEncounterID
end
--doo elsee
--was doing double loops due to not enought height