- For some special cases, left click now open the report window and shift+click shows the tooltip content in the window.

- Damage Taken by Spells now are a part of Damage bracket (no more on custom).
- Fixed custom functions for the customized bar left text.
- Improvements on report text format and also reverse option now works as intended.
- Removed the option for report only what is shown in the window.
- Added skins for report panel, the skin follow the skin selected for Player Detail Window.
This commit is contained in:
Tercio
2015-07-13 15:30:16 -03:00
parent 85f0038398
commit b2698005fb
21 changed files with 1564 additions and 994 deletions
+8 -3
View File
@@ -14,6 +14,7 @@ do
--[[global]] DETAILS_SUBATTRIBUTE_FRAGS = 5
--[[global]] DETAILS_SUBATTRIBUTE_ENEMIES = 6
--[[global]] DETAILS_SUBATTRIBUTE_VOIDZONES = 7
--[[global]] DETAILS_SUBATTRIBUTE_BYSPELLS = 8
--[[global]] DETAILS_ATTRIBUTE_HEAL = 2
@@ -51,6 +52,7 @@ do
"miscdata", --frags
"damage", --enemy damage
"aura", --auras
"damage", --damage taken by spell
"heal", --healing done
"heal", --hps
@@ -83,7 +85,7 @@ do
--[[ DAMAGE ]]
dano = 1, --> identifier
[1] = 7, --> sub attributes
[1] = 8, --> sub attributes
--[[ HEALING ]]
cura = 2, --> identifier
@@ -123,6 +125,7 @@ do
frags = 5,
enemies = 6,
voidzones = 7,
damage_taken_by_spells = 8,
lista = { --[[ String Names ]]
Loc ["STRING_ATTRIBUTE_DAMAGE_DONE"],
Loc ["STRING_ATTRIBUTE_DAMAGE_DPS"],
@@ -131,6 +134,7 @@ do
Loc ["STRING_ATTRIBUTE_DAMAGE_FRAGS"],
Loc ["STRING_ATTRIBUTE_DAMAGE_ENEMIES"],
Loc ["STRING_ATTRIBUTE_DAMAGE_DEBUFFS"],
Loc ["STRING_ATTRIBUTE_DAMAGE_BYSPELL"],
},
icones = {
{"Interface\\AddOns\\Details\\images\\atributos_icones_damage", {0, .125, 0, 1}},
@@ -139,9 +143,10 @@ do
{"Interface\\AddOns\\Details\\images\\atributos_icones_damage", {.375, .5, 0, 1}},
{"Interface\\AddOns\\Details\\images\\atributos_icones_damage", {.5, 0.625, 0, 1}},
{"Interface\\AddOns\\Details\\images\\atributos_icones_damage", {0.625, .75, 0, 1}},
{"Interface\\AddOns\\Details\\images\\atributos_icones_damage", {.75, 0.875, 0, 1}}
{"Interface\\AddOns\\Details\\images\\atributos_icones_damage", {.75, 0.875, 0, 1}},
{"Interface\\AddOns\\Details\\images\\atributos_icones_damage", {0.875, 1, 0, 1}},
},
internal = {"total", "last_dps", "damage_taken", "friendlyfire_total", "frags", "enemies", "voidzones"}
internal = {"total", "last_dps", "damage_taken", "friendlyfire_total", "frags", "enemies", "voidzones", "damage_taken_by_spells"}
},
{