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
Luna Nova
VuhDo
Commits
6bae42d4
Commit
6bae42d4
authored
10 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed Masque integration to no longer call deprecated API Group:Skin
parent
1338da84
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
8 deletions
+18
-8
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoBuffWatchBuilder.lua
VuhDoBuffWatchBuilder.lua
+0
-3
VuhDoPanelRedraw.lua
VuhDoPanelRedraw.lua
+0
-4
changelog.txt
changelog.txt
+17
-0
No files found.
VuhDo.toc
View file @
6bae42d4
## Interface: 60000
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras
## Version: 3.6
0
## Version: 3.6
1
## Notes: Raid Frames providing click-heal functionality, buff and debuff control, main tank management and much more
## SavedVariablesPerCharacter: VUHDO
_
CONFIG, VUHDO
_
PANEL
_
SETUP, VUHDO
_
SPELL
_
ASSIGNMENTS, VUHDO
_
HOSTILE
_
SPELL
_
ASSIGNMENTS, VUHDO
_
MM
_
SETTINGS, VUHDO
_
PLAYER
_
TARGETS, VUHDO
_
MAINTANK
_
NAMES, VUHDO
_
BUFF
_
SETTINGS, VUHDO
_
POWER
_
TYPE
_
COLORS, VUHDO
_
SPELLS
_
KEYBOARD, VUHDO
_
SPELL
_
CONFIG, VUHDO
_
BUFF
_
ORDER, VUHDO
_
SPEC
_
LAYOUTS, VUHDO
_
GROUP
_
SIZE, VUHDO
_
RAID, VUHDO
_
INDICATOR
_
CONFIG
## SavedVariables: VUHDO
_
PROFILES, VUHDO
_
MANUAL
_
ROLES, VUHDO
_
SPELL
_
LAYOUTS, VUHDO
_
USER
_
CLASS
_
COLORS, VUHDO
_
DEBUFF
_
BLACKLIST, VUHDO
_
BOUQUETS, VUHDO
_
COMBAT
_
LOG
_
TRACE, VUHDO
_
GLOBAL
_
CONFIG, VUHDO
_
DEBUG
...
...
This diff is collapsed.
Click to expand it.
VuhDoBuffWatchBuilder.lua
View file @
6bae42d4
...
...
@@ -242,9 +242,6 @@ function VUHDO_reloadBuffPanel()
if
VUHDO_BUFF_SETTINGS
[
"CONFIG"
][
"SHOW"
]
then
VuhDoBuffWatchMainFrame
:
Show
();
if
VUHDO_LibButtonFacade
then
VUHDO_LibButtonFacade
:
Group
(
"VuhDo"
,
VUHDO_I18N_BUFF_WATCH
):
Skin
(
VUHDO_BUFF_SETTINGS
[
"CONFIG"
][
"BUTTON_FACADE"
]);
end
else
VuhDoBuffWatchMainFrame
:
Hide
();
end
...
...
This diff is collapsed.
Click to expand it.
VuhDoPanelRedraw.lua
View file @
6bae42d4
...
...
@@ -1032,10 +1032,6 @@ function VUHDO_redrawAllPanels(anIsFixAllFrameLevels)
twipe
(
VUHDO_UNIT_BUTTONS
);
twipe
(
VUHDO_UNIT_BUTTONS_PANEL
);
if
VUHDO_LibButtonFacade
then
VUHDO_LibButtonFacade
:
Group
(
"VuhDo"
,
VUHDO_I18N_HOTS
):
Skin
(
VUHDO_PANEL_SETUP
[
"HOTS"
][
"BUTTON_FACADE"
]);
end
tBackdrop
=
nil
;
tBackdropCluster
=
nil
;
for
tCnt
=
1
,
10
do
-- VUHDO_MAX_PANELS
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
6bae42d4
Version 3.61.
Bugfixes:
-- Fixed Masque integration to no longer call deprecated API 'Skin'
Improvements:
Changes:
Features:
--------------------------------------------------------------
Version 3.60.
...
...
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