Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Justin Piper
VuhDo
Commits
8979609d
Commit
8979609d
authored
10 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Apparently this UTF8 string library doesn't use LibStub
parent
1e2e9e6f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
2 deletions
+9
-2
VuhDo.toc
VuhDo.toc
+2
-0
VuhDoAddonAdapter.lua
VuhDoAddonAdapter.lua
+0
-1
VuhDoDcShield.lua
VuhDoDcShield.lua
+1
-1
changelog.txt
changelog.txt
+6
-0
No files found.
VuhDo.toc
View file @
8979609d
...
...
@@ -16,6 +16,8 @@ VuhDo.xml
Libs
\AceAddon
-3.0
\AceAddon
-3.0.xml
Libs
\AceGUI
-3.0
\AceGUI
-3.0.xml
Libs
\AceConfig
-3.0
\AceConfig
-3.0.xml
Libs
\UTF
8
\utf
8.lua
Libs
\UTF
8
\utf
8data.lua
VuhDoPanel.xml
VuhDoBuffWatch.xml
This diff is collapsed.
Click to expand it.
VuhDoAddonAdapter.lua
View file @
8979609d
...
...
@@ -2,7 +2,6 @@ local _;
VUHDO_LibSharedMedia
=
LibStub
(
"LibSharedMedia-3.0"
);
VUHDO_LibDataBroker
=
LibStub
(
"LibDataBroker-1.1"
,
true
);
VUHDO_LibUTF8
=
LibStub
(
"UTF8"
);
VUHDO_LibButtonFacade
=
nil
;
...
...
This diff is collapsed.
Click to expand it.
VuhDoDcShield.lua
View file @
8979609d
...
...
@@ -91,7 +91,7 @@ local function VUHDO_buildSnippetArray()
VUHDO_CLASS_TO_MACRO
[
tInfo
[
"classId"
]]
or
"_"
,
VUHDO_ROLE_TO_MACRO
[
tInfo
[
"role"
]]
or
"_"
);
VUHDO_NAME_SNIPPETS
[
tMacroIndex
]
=
VUHDO_LibUTF8
:
utf8sub
(
tInfo
[
"name"
]
or
""
,
1
,
3
);
VUHDO_NAME_SNIPPETS
[
tMacroIndex
]
=
string
.
utf8sub
(
tInfo
[
"name"
]
or
""
,
1
,
3
);
end
end
end
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
8979609d
...
...
@@ -15,9 +15,15 @@ Bugfixes:
-- Fixed pump aegis tooltip to correctly indicate a cap of 60% player max health
-- Fixed Clarity of Will to cap based on 50% of the target's maximum health
-- Fixed bug when saving macros for player names with extended characters
-- Removed Hunter Rapid Fire from custom debuff list
Improvements:
-- Added new default bouquet for Paladin Beacon of Light and Faith
-- Added Paladin Beacon of Faith to Buff Watch
-- Added Paladin Beacon of Faith as default HoT icon option
-- Added Paladin Beacon of Insight as a default HoT icon option
-- Added Paladin Stay of Execution as a default HoT icon option
--------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment