From 293282e984f59674606f44dd252173b92bf314ad Mon Sep 17 00:00:00 2001 From: Tercio Date: Tue, 28 Mar 2017 19:18:25 -0300 Subject: [PATCH] - Built-in plugin ToC update. --- plugins/Details_3DModelsPaths/Details_3DModelsPaths.toc | 2 +- plugins/Details_DataStorage/Details_DataStorage.toc | 2 +- plugins/Details_DmgRank/Details_DmgRank.toc | 2 +- plugins/Details_DpsTuning/Details_DpsTuning.toc | 2 +- plugins/Details_EncounterDetails/Details_EncounterDetails.lua | 1 + plugins/Details_EncounterDetails/Details_EncounterDetails.toc | 2 +- plugins/Details_EncounterDetails/frames.lua | 4 +++- plugins/Details_RaidCheck/Details_RaidCheck.toc | 2 +- .../Details_RaidInfo-EmeraldNightmare.toc | 2 +- .../Details_RaidInfo-Nighthold/Details_RaidInfo-Nighthold.lua | 2 +- .../Details_RaidInfo-Nighthold/Details_RaidInfo-Nighthold.toc | 2 +- .../Details_RaidInfo-TrialOfValor.toc | 2 +- plugins/Details_Streamer/Details_Streamer.toc | 2 +- plugins/Details_TimeAttack/Details_TimeAttack.toc | 2 +- plugins/Details_TinyThreat/Details_TinyThreat.toc | 2 +- plugins/Details_Vanguard/Details_Vanguard.toc | 2 +- 16 files changed, 18 insertions(+), 15 deletions(-) diff --git a/plugins/Details_3DModelsPaths/Details_3DModelsPaths.toc b/plugins/Details_3DModelsPaths/Details_3DModelsPaths.toc index 531bdf5d..2e791ae5 100644 --- a/plugins/Details_3DModelsPaths/Details_3DModelsPaths.toc +++ b/plugins/Details_3DModelsPaths/Details_3DModelsPaths.toc @@ -1,4 +1,4 @@ -## Interface: 70100 +## Interface: 70200 ## Title: Details! 3D Model Viewer ## Notes: When the 3d models option is enabled, this tool is used to select which model will be used on the window's rows. ## DefaultState: Enabled diff --git a/plugins/Details_DataStorage/Details_DataStorage.toc b/plugins/Details_DataStorage/Details_DataStorage.toc index 70f2a87a..098bcdd8 100644 --- a/plugins/Details_DataStorage/Details_DataStorage.toc +++ b/plugins/Details_DataStorage/Details_DataStorage.toc @@ -1,4 +1,4 @@ -## Interface: 70100 +## Interface: 70200 ## Title: Details Storage ## Notes: Stores information for Details! ## DefaultState: Enabled diff --git a/plugins/Details_DmgRank/Details_DmgRank.toc b/plugins/Details_DmgRank/Details_DmgRank.toc index 3589d2ec..1a0918dd 100644 --- a/plugins/Details_DmgRank/Details_DmgRank.toc +++ b/plugins/Details_DmgRank/Details_DmgRank.toc @@ -1,4 +1,4 @@ -## Interface: 70100 +## Interface: 70200 ## Title: Details Damage, the Game! (plugin) ## Notes: Plugin for Details ## RequiredDeps: Details diff --git a/plugins/Details_DpsTuning/Details_DpsTuning.toc b/plugins/Details_DpsTuning/Details_DpsTuning.toc index b70ea203..e2c8845c 100644 --- a/plugins/Details_DpsTuning/Details_DpsTuning.toc +++ b/plugins/Details_DpsTuning/Details_DpsTuning.toc @@ -1,4 +1,4 @@ -## Interface: 70100 +## Interface: 70200 ## Title: Details Dps Tuning (plugin) ## Notes: Plugin for Details ## RequiredDeps: Details diff --git a/plugins/Details_EncounterDetails/Details_EncounterDetails.lua b/plugins/Details_EncounterDetails/Details_EncounterDetails.lua index de2aa77e..578302de 100644 --- a/plugins/Details_EncounterDetails/Details_EncounterDetails.lua +++ b/plugins/Details_EncounterDetails/Details_EncounterDetails.lua @@ -1,6 +1,7 @@ local AceLocale = LibStub ("AceLocale-3.0") local Loc = AceLocale:GetLocale ("Details_EncounterDetails") local Graphics = LibStub:GetLibrary("LibGraph-2.0") +local _ --> Needed locals local _GetTime = GetTime --> wow api local diff --git a/plugins/Details_EncounterDetails/Details_EncounterDetails.toc b/plugins/Details_EncounterDetails/Details_EncounterDetails.toc index 1c04e511..0ca91182 100644 --- a/plugins/Details_EncounterDetails/Details_EncounterDetails.toc +++ b/plugins/Details_EncounterDetails/Details_EncounterDetails.toc @@ -1,4 +1,4 @@ -## Interface: 70100 +## Interface: 70200 ## Title: Details Encounter (plugin) ## Notes: Plugin for Details ## RequiredDeps: Details diff --git a/plugins/Details_EncounterDetails/frames.lua b/plugins/Details_EncounterDetails/frames.lua index 092eb57e..e610fedb 100644 --- a/plugins/Details_EncounterDetails/frames.lua +++ b/plugins/Details_EncounterDetails/frames.lua @@ -8,7 +8,9 @@ do local _math_floor = math.floor local _cstr = string.format local _GetSpellInfo = _detalhes.getspellinfo - + local _ + + local PhaseButtonTemplate = { backdrop = {edgeFile = [[Interface\Buttons\WHITE8X8]], edgeSize = 1, bgFile = [[Interface\Tooltips\UI-Tooltip-Background]], tileSize = 64, tile = true}, backdropcolor = {.3, .3, .3, .5}, diff --git a/plugins/Details_RaidCheck/Details_RaidCheck.toc b/plugins/Details_RaidCheck/Details_RaidCheck.toc index 628f876d..cf3c73aa 100644 --- a/plugins/Details_RaidCheck/Details_RaidCheck.toc +++ b/plugins/Details_RaidCheck/Details_RaidCheck.toc @@ -1,4 +1,4 @@ -## Interface: 70100 +## Interface: 70200 ## Title: Details Raid Check (plugin) ## Notes: Show a icon on Details title bar showing flask, food, pre-pots. ## RequiredDeps: Details diff --git a/plugins/Details_RaidInfo-EmeraldNightmare/Details_RaidInfo-EmeraldNightmare.toc b/plugins/Details_RaidInfo-EmeraldNightmare/Details_RaidInfo-EmeraldNightmare.toc index 97335409..b55984ee 100644 --- a/plugins/Details_RaidInfo-EmeraldNightmare/Details_RaidInfo-EmeraldNightmare.toc +++ b/plugins/Details_RaidInfo-EmeraldNightmare/Details_RaidInfo-EmeraldNightmare.toc @@ -1,4 +1,4 @@ -## Interface: 70100 +## Interface: 70200 ## Title: Details: Emerald Nightmare ## Notes: Plugin for Details ## RequiredDeps: Details diff --git a/plugins/Details_RaidInfo-Nighthold/Details_RaidInfo-Nighthold.lua b/plugins/Details_RaidInfo-Nighthold/Details_RaidInfo-Nighthold.lua index 7e46cdec..eab850ee 100644 --- a/plugins/Details_RaidInfo-Nighthold/Details_RaidInfo-Nighthold.lua +++ b/plugins/Details_RaidInfo-Nighthold/Details_RaidInfo-Nighthold.lua @@ -2,7 +2,7 @@ do local INSTANCE_EJID = 786 - local INSTANCE_MAPID = 0--? + local INSTANCE_MAPID = 1530--? local HDPATH = "Details_RaidInfo-Nighthold" local LOADINGSCREEN_FILE, LOADINGSCREEN_COORDS = "LoadScreen_SuramarRaid", {0, 1, 282/1024, 872/1024} local EJ_LOREBG = "UI-EJ-LOREBG-TheNighthold" diff --git a/plugins/Details_RaidInfo-Nighthold/Details_RaidInfo-Nighthold.toc b/plugins/Details_RaidInfo-Nighthold/Details_RaidInfo-Nighthold.toc index 534418f6..4e05d3cc 100644 --- a/plugins/Details_RaidInfo-Nighthold/Details_RaidInfo-Nighthold.toc +++ b/plugins/Details_RaidInfo-Nighthold/Details_RaidInfo-Nighthold.toc @@ -1,4 +1,4 @@ -## Interface: 70100 +## Interface: 70200 ## Title: Details: Nighthold ## Notes: Plugin for Details ## RequiredDeps: Details diff --git a/plugins/Details_RaidInfo-TrialOfValor/Details_RaidInfo-TrialOfValor.toc b/plugins/Details_RaidInfo-TrialOfValor/Details_RaidInfo-TrialOfValor.toc index a5cc5bec..74f28eec 100644 --- a/plugins/Details_RaidInfo-TrialOfValor/Details_RaidInfo-TrialOfValor.toc +++ b/plugins/Details_RaidInfo-TrialOfValor/Details_RaidInfo-TrialOfValor.toc @@ -1,4 +1,4 @@ -## Interface: 70100 +## Interface: 70200 ## Title: Details: Trial Of Valor ## Notes: Plugin for Details ## RequiredDeps: Details diff --git a/plugins/Details_Streamer/Details_Streamer.toc b/plugins/Details_Streamer/Details_Streamer.toc index 8b0a3668..e7a07319 100644 --- a/plugins/Details_Streamer/Details_Streamer.toc +++ b/plugins/Details_Streamer/Details_Streamer.toc @@ -1,4 +1,4 @@ -## Interface: 70100 +## Interface: 70200 ## Title: Details!: Streamer (plugin) ## Notes: Show which spells you are casting, viewers can see what are you doing and follow your steps. ## RequiredDeps: Details diff --git a/plugins/Details_TimeAttack/Details_TimeAttack.toc b/plugins/Details_TimeAttack/Details_TimeAttack.toc index d9e59f6e..8feffa0f 100644 --- a/plugins/Details_TimeAttack/Details_TimeAttack.toc +++ b/plugins/Details_TimeAttack/Details_TimeAttack.toc @@ -1,4 +1,4 @@ -## Interface: 70100 +## Interface: 70200 ## Title: Details TimeAttack (plugin) ## Notes: Plugin for Details ## SavedVariablesPerCharacter: _detalhes_databaseTimeAttack diff --git a/plugins/Details_TinyThreat/Details_TinyThreat.toc b/plugins/Details_TinyThreat/Details_TinyThreat.toc index 5b247c77..c93390ae 100644 --- a/plugins/Details_TinyThreat/Details_TinyThreat.toc +++ b/plugins/Details_TinyThreat/Details_TinyThreat.toc @@ -1,4 +1,4 @@ -## Interface: 70100 +## Interface: 70200 ## Title: Details Tiny Threat (plugin) ## Notes: Plugin for Details ## RequiredDeps: Details diff --git a/plugins/Details_Vanguard/Details_Vanguard.toc b/plugins/Details_Vanguard/Details_Vanguard.toc index a4406503..63059fb9 100644 --- a/plugins/Details_Vanguard/Details_Vanguard.toc +++ b/plugins/Details_Vanguard/Details_Vanguard.toc @@ -1,4 +1,4 @@ -## Interface: 70100 +## Interface: 70200 ## Title: Details Vanguard (plugin) ## Notes: Plugin for Details ## SavedVariablesPerCharacter: _detalhes_databaseVanguard