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
Andrew Reed
VuhDo
Commits
22b59de7
Commit
22b59de7
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Plain Diff
Merge branch 'master' into classic
parents
44067836
c246ece3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
60 additions
and
24 deletions
+60
-24
README.md
README.md
+1
-1
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoOptions/VuhDoOptions.toc
VuhDoOptions/VuhDoOptions.toc
+1
-1
VuhDoPanelRefresh.lua
VuhDoPanelRefresh.lua
+2
-5
changelog.txt
changelog.txt
+55
-16
No files found.
README.md
View file @
22b59de7
Get
[
VuhDo release v3.11
1
](
https://www.curseforge.com/wow/addons/vuhdo
)
now with support for patch 8.3.0 Visions of N'Zoth!
Get
[
VuhDo release v3.11
2
](
https://www.curseforge.com/wow/addons/vuhdo
/download/2898609
)
now with support for patch 8.3.0 Visions of N'Zoth!
To get started read the updated
[
guide over at Icy-Veins
](
https://www.icy-veins.com/forums/topic/11805-vuhdo-a-comprehensive-guide/
)
.
...
...
This diff is collapsed.
Click to expand it.
VuhDo.toc
View file @
22b59de7
## Interface: 11303
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.11
2
-classic
## Version: 3.11
3
-classic
## 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.
VuhDoOptions/VuhDoOptions.toc
View file @
22b59de7
## Interface: 11303
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.11
2
-classic
## Version: 3.11
3
-classic
## Notes: VuhDo Options
## SavedVariables: VUHDO
_
OPTIONS
_
SETTINGS
## SavedVariablesPerCharacter: VUHDO
_
GLOBAL
_
ICONS, VUHDO
_
GI
_
SCAN
_
IDX
...
...
This diff is collapsed.
Click to expand it.
VuhDoPanelRefresh.lua
View file @
22b59de7
...
...
@@ -69,11 +69,8 @@ function VUHDO_panelRefreshInitLocalOverrides()
VUHDO_isPanelVisible
=
_G
[
"VUHDO_isPanelVisible"
];
VUHDO_positionHealButton
=
_G
[
"VUHDO_positionHealButton"
];
VUHDO_positionTableHeaders
=
_G
[
"VUHDO_positionTableHeaders"
];
if
(
VUHDO_CONFIG
[
"DEBUFF_TOOLTIP"
])
then
sLastDebuffIcon
=
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
][
"max_num"
]
+
39
;
else
sLastDebuffIcon
=
-
1
;
end
sLastDebuffIcon
=
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
][
"max_num"
]
+
39
;
sShowPanels
=
VUHDO_CONFIG
[
"SHOW_PANELS"
];
end
-- BURST CACHE ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
22b59de7
Version 3.112-classic
Version 3.113-classic
Known issues:
-- Spells by rank can be specified using a rank suffix:
-- Example: Lesser Heal(Rank 1)
-- Buff Watch is not currently fully working (missing many spells)
-- Debuff tooltips are currently bugged when using ElvUI
-- Deselect 'VuhDo Options > Panels > Tooltips > Tooltips > Debuffs'
-- Shield bar is not working due to unavailable Blizzard APIs
-- Spell trace only works for known spells in the player's spellbook
Bugfixes:
Improvements:
--------------------------------------------------------------
Version 3.113
Known issues:
...
...
@@ -12,6 +32,27 @@ Known issues:
-- You may need to reselect your sound options in VuhDo for debuffs
Bugfixes:
-- Debuff icon button frames now properly refresh unit IDs
Improvements:
--------------------------------------------------------------
Version 3.112-classic
Known issues:
-- Spells by rank can be specified using a rank suffix:
-- Example: Lesser Heal(Rank 1)
-- Buff Watch is not currently fully working (missing many spells)
-- Debuff tooltips are currently bugged when using ElvUI
-- Deselect 'VuhDo Options > Panels > Tooltips > Tooltips > Debuffs'
-- Shield bar is not working due to unavailable Blizzard APIs
-- Spell trace only works for known spells in the player's spellbook
Bugfixes:
...
...
@@ -47,14 +88,13 @@ Version 3.111-classic
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
--
Spells by rank can be specified using a rank suffix:
--
Example: Lesser Heal(Rank 1)
--
Buff Watch is not currently fully working (missing many spells)
-- Debuff tooltips are currently bugged when using ElvUI
-- Deselect 'VuhDo Options > Panels > Tooltips > Tooltips > Debuffs'
-- In 8.2.0 Blizzard removed the ability to play sounds by file path
-- If you have LibSharedMedia installed make sure it is up to date
-- You may need to reselect your sound options in VuhDo for debuffs
-- Deselect 'VuhDo Options > Panels > Tooltips > Tooltips > Debuffs'
-- Shield bar is not working due to unavailable Blizzard APIs
-- Spell trace only works for known spells in the player's spellbook
Bugfixes:
...
...
@@ -92,18 +132,17 @@ Improvements:
--------------------------------------------------------------
Version 3.110-classic
Version 3.110-classic
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
--
Spells by rank can be specified using a rank suffix:
--
Example: Lesser Heal(Rank 1)
--
Buff Watch is not currently fully working (missing many spells)
-- Debuff tooltips are currently bugged when using ElvUI
-- Deselect 'VuhDo Options > Panels > Tooltips > Tooltips > Debuffs'
-- In 8.2.0 Blizzard removed the ability to play sounds by file path
-- If you have LibSharedMedia installed make sure it is up to date
-- You may need to reselect your sound options in VuhDo for debuffs
-- Deselect 'VuhDo Options > Panels > Tooltips > Tooltips > Debuffs'
-- Shield bar is not working due to unavailable Blizzard APIs
-- Spell trace only works for known spells in the player's spellbook
Bugfixes:
...
...
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