forked from DakJaniels/LuiExtended
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLuiExtended.txt
124 lines (110 loc) · 4.29 KB
/
LuiExtended.txt
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
## Title: |cE12000L|cFFFFB0ui E|rxtended|
## Author: ArtOfShred, psypanda, SpellBuilder
## Version: 5.9.4
## APIVersion: 100027
## AddOnVersion: 594
## Description: Provides UnitFrames, InfoPanel, Combat Text & Info, Buffs & Debuff Tracking, Chat Announcements and Slash Commands.
## DependsOn: LibAddonMenu-2.0 LibMediaProvider-1.0
## OptionalDependsOn: LibStub
## IsLibrary: false
## SavedVariables: LUIESV
# This Add-on is not created by, affiliated with or sponsored by ZeniMax Media Inc. or its affiliates.
# The Elder Scrolls® and related logos are registered trademarks or trademarks of ZeniMax Media Inc. in the United States and/or other countries.
# All rights reserved
#
# You can read the full terms at https://account.elderscrollsonline.com/add-on-terms
# The MIT License (MIT)
#
# Copyright (c) 2017-2019 - LuiExtended - ArtOfShred <esoui.com>
# Copyright (c) 2015-2016 - LuiExtended - SpellBuilder and Upularity <esoui.com>
# Copyright (c) 2014 - CombatCloud - Samantha James
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
LuiExtended.lua
Functions.lua
Hooks.lua
Initialize.lua
UI.lua
Changelog.lua
Bindings.xml
frontend/Changelog.xml
frontend/CombatText.xml
# frontend/StatPanel.xml
i18n/en.lua
i18n/$(language).lua
i18n/settings/Settings_en.lua
i18n/settings/Settings_$(language).lua
i18n/skills/Skills_en.lua
i18n/skills/Skills_$(language).lua
data/AbilityTables.lua
data/Tooltips.lua
data/UnitNamesTable.lua
data/Effects.lua
data/CastBarTable.lua
data/CombatTextConstants.lua
data/AlertTable.lua
data/DebugTable.lua
data/Quests.lua
modules/ChatAnnouncements/ChatAnnouncements.lua
modules/CombatText/CombatText.lua
modules/CombatText/Animation.lua
modules/CombatText/Pool.lua
modules/CombatText/PoolManager.lua
modules/CombatText/EventListeners/Base.lua
modules/CombatText/EventListeners/Combat.lua
modules/CombatText/EventListeners/Death.lua
modules/CombatText/EventListeners/PointsAlliance.lua
modules/CombatText/EventListeners/PointsExperience.lua
modules/CombatText/EventListeners/PointsChampion.lua
modules/CombatText/EventListeners/ResourcesPotion.lua
modules/CombatText/EventListeners/ResourcesPower.lua
modules/CombatText/EventListeners/ResourcesUltimate.lua
modules/CombatText/EventViewers/Base.lua
modules/CombatText/EventViewers/CombatCloud.lua
modules/CombatText/EventViewers/CombatHybrid.lua
modules/CombatText/EventViewers/CombatEllipse.lua
modules/CombatText/EventViewers/CombatScroll.lua
modules/CombatText/EventViewers/CrowdControl.lua
modules/CombatText/EventViewers/Death.lua
modules/CombatText/EventViewers/Points.lua
modules/CombatText/EventViewers/Resources.lua
modules/CombatInfo/CombatInfo.lua
modules/CombatInfo/AbilityAlerts.lua
# modules/CombatInfo/StatPanel.lua
modules/InfoPanel/InfoPanel.lua
modules/SpellCastBuffs/SpellCastBuffs.lua
modules/SpellCastBuffs/Collectibles.lua
modules/SpellCastBuffs/Cyrodiil.lua
modules/SpellCastBuffs/Stealth.lua
modules/SpellCastBuffs/Debug.lua
modules/SpellCastBuffs/Werewolf.lua
modules/SlashCommands/SlashCommands.lua
modules/SlashCommands/General.lua
modules/SlashCommands/Group.lua
modules/SlashCommands/Guild.lua
modules/SlashCommands/Social.lua
modules/UnitFrames/UnitFrames.lua
settings/Settings.lua
settings/ChatAnnouncements.lua
settings/CombatInfo.lua
settings/CombatText.lua
settings/InfoPanel.lua
settings/SlashCommands.lua
settings/SpellCastBuffs.lua
settings/UnitFrames.lua