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
782e49a2
Commit
782e49a2
authored
6 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed vertical health bar display for units w/o a power bar
parent
e37625b9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
4 deletions
+28
-4
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoBarCustomizerMana.lua
VuhDoBarCustomizerMana.lua
+4
-2
VuhDoOptions/VuhDoOptions.toc
VuhDoOptions/VuhDoOptions.toc
+1
-1
changelog.txt
changelog.txt
+22
-0
No files found.
VuhDo.toc
View file @
782e49a2
## Interface: 80000
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.9
6
## Version: 3.9
7
## 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
_
DEFAULT
_
LAYOUT, VUHDO
_
DEFAULT
_
PROFILE, 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.
VuhDoBarCustomizerMana.lua
View file @
782e49a2
...
...
@@ -117,8 +117,10 @@ function VUHDO_manaBarBouquetCallback(aUnit, anIsActive, anIcon, aCurrValue, aCo
tRegularHeight
=
tButton
[
"regularHeight"
];
if
tRegularHeight
then
VUHDO_getHealthBar
(
tButton
,
1
):
SetHeight
(
tRegularHeight
-
tManaBarHeight
);
VUHDO_getHealthBar
(
tButton
,
6
):
SetHeight
(
tRegularHeight
-
tManaBarHeight
);
VUHDO_getHealthBar
(
tButton
,
19
):
SetHeight
(
tRegularHeight
-
tManaBarHeight
);
if
(
tQuota
>
0
)
then
VUHDO_getHealthBar
(
tButton
,
6
):
SetHeight
(
tRegularHeight
-
tManaBarHeight
);
VUHDO_getHealthBar
(
tButton
,
19
):
SetHeight
(
tRegularHeight
-
tManaBarHeight
);
end
end
end
end
...
...
This diff is collapsed.
Click to expand it.
VuhDoOptions/VuhDoOptions.toc
View file @
782e49a2
## Interface: 80000
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.9
6
## Version: 3.9
7
## Notes: VuhDo Options
## SavedVariables: VUHDO
_
OPTIONS
_
SETTINGS
## SavedVariablesPerCharacter: VUHDO
_
GLOBAL
_
ICONS, VUHDO
_
GI
_
SCAN
_
IDX
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
782e49a2
Version 3.97
Known issues:
-- BfA stat squish cleanup still a work in progress
-- AOE Advice spell equations need complete overhaul
-- Some text providers need changes to better display small numbers
-- Debuff tooltips are currently bugged when using ElvUI
-- Deselect 'VuhDo Options > Panels > Tooltips > Tooltips > Debuffs'
-- Bug in French language clients for Priest 'Shadow Mend' spell
-- Work around for now is to create and bind a custom macro:
-- /cast [@vuhdo] Soins rapides
Bugfixes:
-- Fixed vertical health bar display for units w/o a power bar
Improvements:
--------------------------------------------------------------
Version 3.96
...
...
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