-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDandersFrames.toc
More file actions
114 lines (100 loc) · 2.73 KB
/
DandersFrames.toc
File metadata and controls
114 lines (100 loc) · 2.73 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
## Interface: 120000, 120001
## 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.1.3-alpha.17
## 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
# Libraries
Libs\LibStub\LibStub.lua
Libs\CallbackHandler-1.0\CallbackHandler-1.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
# XML Templates (must load before Lua that uses them)
DandersFrames.xml
# Core
Config.lua
Changelog.lua
Profile.lua
ExportCategories.lua
Core.lua
# Debug Console (loads early so all modules can use DF:Debug)
Debug\DebugConsole.lua
# GUI System
GUI\IconLib.lua
GUI\GUI.lua
GUI\ColorPickerTest.lua
Features\Search.lua
Options\Options.lua
Options\AutoProfiles.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\Dispel.lua
Features\MyBuffIndicators.lua
# Aura Designer
AuraDesigner\Config.lua
AuraDesigner\SecretAuras.lua
AuraDesigner\LinkedAuras.lua
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\PinnedFrames.lua
Features\FlatRaidFrames.lua
# Debug
Debug\DebugAuras.lua
Debug\AtlasBrowser.lua
Debug\Performance.lua
Debug\PerformanceTest.lua
Debug\Profiler.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