forked from DanderBot/DandersFrames
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDandersFrames.toc
More file actions
144 lines (127 loc) · 3.77 KB
/
DandersFrames.toc
File metadata and controls
144 lines (127 loc) · 3.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
## Interface: 120000, 120001, 120005
## Title: DandersFrames
## Notes: Custom party/raid frames for WoW Midnight 12.0
## X-Credits: Some optimization patterns informed by studying Grid2 and other community addons. Secret aura tracking techniques from Harrek's Advanced Raid Frames (used with permission).
## Author: Danders
## Version: v4.3.5
## X-Curse-Project-ID: 1389690
## X-Wago-ID: RNL9B46o
## IconTexture: Interface\AddOns\DandersFrames\Media\DF_Icon
## SavedVariables: DandersFramesDB_v2, DandersFramesClickCastingDB
## SavedVariablesPerCharacter: DandersFramesCharDB
## AllowAddOnTableAccess: 1
## OptionalDeps: Masque, LibSharedMedia-3.0, SharedMedia, SharedMedia_MyMedia, SharedMediaAdditionalFonts, FrameSort
# Libraries
Libs\LibStub\LibStub.lua
Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua
Libs\AceLocale-3.0\AceLocale-3.0.lua
Libs\AceSerializer-3.0\AceSerializer-3.0.lua
Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua
Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua
Libs\LibSharedMedia-3.0\LibSharedMedia-3.0.lua
Libs\LibDeflate\LibDeflate.lua
Libs\LibSerialize\LibSerialize.lua
# Localization (must load before code that uses L)
Locales\enUS.lua
Locales\deDE.lua
Locales\esES.lua
Locales\esMX.lua
Locales\frFR.lua
Locales\itIT.lua
Locales\koKR.lua
Locales\ptBR.lua
Locales\ruRU.lua
Locales\zhCN.lua
Locales\zhTW.lua
# XML Templates (must load before Lua that uses them)
DandersFrames.xml
# Core
Config.lua
Changelog.lua
Profile.lua
ExportCategories.lua
Core.lua
RosterEvents.lua
# Debug Console (loads early so all modules can use DF:Debug)
Debug\DebugConsole.lua
# Profiler (loads early so its SetScript hook is in place before any
# feature file binds an OnUpdate handler — this is what gives the
# OnUpdate registry full coverage of all DF every-frame handlers)
Debug\Profiler.lua
# GUI System
GUI\IconLib.lua
GUI\GUI.lua
GUI\DFFonts.lua
GUI\ColorPickerTest.lua
Features\Search.lua
Options\Options.lua
Options\AutoProfiles.lua
# Popup System (generic wizard & alert popups)
Popup.lua
WizardBuilder.lua
# Frame System
Frames\Core.lua
Frames\Colors.lua
Frames\Create.lua
Frames\Headers.lua
Frames\Update.lua
Frames\Bars.lua
Frames\Icons.lua
Frames\StatusIcons.lua
Frames\Init.lua
Frames\Position.lua
Frames\Pets.lua
# Test Mode
TestMode\TestFramePool.lua
TestMode\TestMode.lua
# Features
Features\Auras.lua
Features\PrivateAuras.lua
Features\Highlights.lua
Features\ElementAppearance.lua
Features\Range.lua
Features\HealthFade.lua
Features\ClassPower.lua
Features\Sort.lua
Features\SecureSort.lua
Features\FrameSort.lua
Features\Dispel.lua
Features\MyBuffIndicators.lua
# Aura Designer
AuraDesigner\Config.lua
AuraDesigner\SecretAuras.lua
# AuraDesigner\LinkedAuras.lua - DISABLED: WoW 12.0.5 marks UnitIsUnit results
# secret in some cases, which floods the error log via the UNIT_AURA guard.
# Only consumer is Symbiotic Relationship target inference for Resto Druid;
# minor functionality loss. Re-enable once Blizzard provides a non-secret
# path or after the guard is rewritten to use string comparison.
AuraDesigner\AuraAdapter.lua
AuraDesigner\Engine.lua
AuraDesigner\Indicators.lua
AuraDesigner\SoundEngine.lua
AuraDesigner\Options.lua
# Aura Blacklist
AuraBlacklist\Config.lua
AuraBlacklist\Options.lua
Features\TargetedSpells.lua
Features\VersionCheck.lua
Features\PinnedFrames.lua
Features\FlatRaidFrames.lua
# Debug (Profiler.lua is loaded earlier so its SetScript hook is in place)
Debug\DebugAuras.lua
Debug\AtlasBrowser.lua
Debug\Performance.lua
Debug\PerformanceTest.lua
# Click-Casting System
ClickCasting\Core.lua
ClickCasting\Constants.lua
ClickCasting\Profiles.lua
ClickCasting\Frames.lua
ClickCasting\Bindings.lua
ClickCasting\Events.lua
ClickCasting\UI\Main.lua
ClickCasting\UI\ProfilesPanel.lua
ClickCasting\UI\BindingEditor.lua
ClickCasting\UI\Dialogs.lua
# External API (for Wago UI Packs, etc.)
API.lua