- Built-in plugin ToC update.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Interface: 70100
|
||||
## Interface: 70200
|
||||
## Title: Details Storage
|
||||
## Notes: Stores information for Details!
|
||||
## DefaultState: Enabled
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Interface: 70100
|
||||
## Interface: 70200
|
||||
## Title: Details Damage, the Game! (plugin)
|
||||
## Notes: Plugin for Details
|
||||
## RequiredDeps: Details
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Interface: 70100
|
||||
## Interface: 70200
|
||||
## Title: Details Dps Tuning (plugin)
|
||||
## Notes: Plugin for Details
|
||||
## RequiredDeps: Details
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Interface: 70100
|
||||
## Interface: 70200
|
||||
## Title: Details Encounter (plugin)
|
||||
## Notes: Plugin for Details
|
||||
## RequiredDeps: Details
|
||||
|
||||
@@ -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},
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Interface: 70100
|
||||
## Interface: 70200
|
||||
## Title: Details: Emerald Nightmare
|
||||
## Notes: Plugin for Details
|
||||
## RequiredDeps: Details
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Interface: 70100
|
||||
## Interface: 70200
|
||||
## Title: Details: Nighthold
|
||||
## Notes: Plugin for Details
|
||||
## RequiredDeps: Details
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Interface: 70100
|
||||
## Interface: 70200
|
||||
## Title: Details: Trial Of Valor
|
||||
## Notes: Plugin for Details
|
||||
## RequiredDeps: Details
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Interface: 70100
|
||||
## Interface: 70200
|
||||
## Title: Details TimeAttack (plugin)
|
||||
## Notes: Plugin for Details
|
||||
## SavedVariablesPerCharacter: _detalhes_databaseTimeAttack
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Interface: 70100
|
||||
## Interface: 70200
|
||||
## Title: Details Tiny Threat (plugin)
|
||||
## Notes: Plugin for Details
|
||||
## RequiredDeps: Details
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Interface: 70100
|
||||
## Interface: 70200
|
||||
## Title: Details Vanguard (plugin)
|
||||
## Notes: Plugin for Details
|
||||
## SavedVariablesPerCharacter: _detalhes_databaseVanguard
|
||||
|
||||
Reference in New Issue
Block a user