Skip to content

Commit

Permalink
Split the window_playerbreakdown_spells.lua into three more files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Jun 9, 2023
1 parent 631b3ce commit cc09a73
Show file tree
Hide file tree
Showing 15 changed files with 1,643 additions and 1,529 deletions.
17 changes: 10 additions & 7 deletions Details.toc
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,16 @@ frames\window_options2.lua
frames\window_options2_sections.lua
frames\window_api.lua
frames\window_cdtracker.lua
frames\window_playerbreakdown.lua
frames\window_playerbreakdown_list.lua
frames\window_playerbreakdown_compare.lua
frames\window_playerbreakdown_avoidance.lua
frames\window_playerbreakdown_auras.lua
frames\window_playerbreakdown_spells.lua
frames\window_playerbreakdown_spells_options.lua
frames\window_breakdown\window_playerbreakdown.lua
frames\window_breakdown\window_playerbreakdown_list.lua
frames\window_breakdown\window_playerbreakdown_compare.lua
frames\window_breakdown\window_playerbreakdown_avoidance.lua
frames\window_breakdown\window_playerbreakdown_auras.lua
frames\window_breakdown\window_playerbreakdown_spells.lua
frames\window_breakdown\window_playerbreakdown_spells_options.lua
frames\window_breakdown\breakdown_spells_genericframes.lua
frames\window_breakdown\breakdown_spells_spellframes.lua
frames\window_breakdown\breakdown_spells_targetframes.lua
frames\window_report.lua
frames\window_main.lua
frames\window_custom.lua
Expand Down
17 changes: 10 additions & 7 deletions Details_Classic.toc
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,16 @@ frames\window_options2.lua
frames\window_options2_sections.lua
frames\window_api.lua
frames\window_cdtracker.lua
frames\window_playerbreakdown.lua
frames\window_playerbreakdown_list.lua
frames\window_playerbreakdown_compare.lua
frames\window_playerbreakdown_avoidance.lua
frames\window_playerbreakdown_auras.lua
frames\window_playerbreakdown_spells.lua
frames\window_playerbreakdown_spells_options.lua
frames\window_breakdown\window_playerbreakdown.lua
frames\window_breakdown\window_playerbreakdown_list.lua
frames\window_breakdown\window_playerbreakdown_compare.lua
frames\window_breakdown\window_playerbreakdown_avoidance.lua
frames\window_breakdown\window_playerbreakdown_auras.lua
frames\window_breakdown\window_playerbreakdown_spells.lua
frames\window_breakdown\window_playerbreakdown_spells_options.lua
frames\window_breakdown\breakdown_spells_genericframes.lua
frames\window_breakdown\breakdown_spells_spellframes.lua
frames\window_breakdown\breakdown_spells_targetframes.lua
frames\window_report.lua
frames\window_main.lua
frames\window_custom.lua
Expand Down
17 changes: 10 additions & 7 deletions Details_Wrath.toc
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,16 @@ frames\window_options2.lua
frames\window_options2_sections.lua
frames\window_api.lua
frames\window_cdtracker.lua
frames\window_playerbreakdown.lua
frames\window_playerbreakdown_list.lua
frames\window_playerbreakdown_compare.lua
frames\window_playerbreakdown_avoidance.lua
frames\window_playerbreakdown_auras.lua
frames\window_playerbreakdown_spells.lua
frames\window_playerbreakdown_spells_options.lua
frames\window_breakdown\window_playerbreakdown.lua
frames\window_breakdown\window_playerbreakdown_list.lua
frames\window_breakdown\window_playerbreakdown_compare.lua
frames\window_breakdown\window_playerbreakdown_avoidance.lua
frames\window_breakdown\window_playerbreakdown_auras.lua
frames\window_breakdown\window_playerbreakdown_spells.lua
frames\window_breakdown\window_playerbreakdown_spells_options.lua
frames\window_breakdown\breakdown_spells_genericframes.lua
frames\window_breakdown\breakdown_spells_spellframes.lua
frames\window_breakdown\breakdown_spells_targetframes.lua
frames\window_report.lua
frames\window_main.lua
frames\window_custom.lua
Expand Down
16 changes: 16 additions & 0 deletions frames/window_breakdown/breakdown_spells_genericframes.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

local addonName, Details222 = ...
local breakdownWindow = Details.BreakdownWindow
local Loc = LibStub("AceLocale-3.0"):GetLocale("Details")
local SharedMedia = LibStub:GetLibrary("LibSharedMedia-3.0")
local unpack = unpack
local GetTime = GetTime
local CreateFrame = CreateFrame
local GetSpellLink = GetSpellLink
local GetSpellInfo = GetSpellInfo
local _GetSpellInfo = Details.GetSpellInfo
local GameTooltip = GameTooltip
local IsShiftKeyDown = IsShiftKeyDown
local DF = DetailsFramework
local tinsert = tinsert

Loading

0 comments on commit cc09a73

Please sign in to comment.