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
7f11a2d0
Commit
7f11a2d0
authored
3 years ago
by
Ivaria
Browse files
Options
Download
Plain Diff
Merge branch 'master' into tbcc
parents
1e40aa7f
848b302d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
49 additions
and
3 deletions
+49
-3
VuhDo.lua
VuhDo.lua
+3
-1
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoOptions/VuhDoOptions.toc
VuhDoOptions/VuhDoOptions.toc
+1
-1
changelog.txt
changelog.txt
+44
-0
No files found.
VuhDo.lua
View file @
7f11a2d0
...
...
@@ -36,7 +36,9 @@ setmetatable(VUHDO_PANEL_UNITS, VUHDO_META_NEW_ARRAY);
-- TODO: make local
VUHDO_BOSS_UNITS
=
{
};
for
i
=
1
,
MAX_BOSS_FRAMES
do
local
VUHDO_MAX_BOSS_FRAMES
=
8
;
for
i
=
1
,
VUHDO_MAX_BOSS_FRAMES
do
-- FIXME: Blizzard forgot to update the MAX_BOSS_FRAMES constant for 9.2
local
bossUnitId
=
format
(
"boss%d"
,
i
);
VUHDO_BOSS_UNITS
[
bossUnitId
]
=
true
;
...
...
This diff is collapsed.
Click to expand it.
VuhDo.toc
View file @
7f11a2d0
...
...
@@ -2,7 +2,7 @@
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.13
2
-tbcc
## Version: 3.13
3
-tbcc
## Notes: Raid Frames providing click-heal functionality, buff and debuff control, main tank management and much more
## X-Curse-Project-ID: 7950
...
...
This diff is collapsed.
Click to expand it.
VuhDoOptions/VuhDoOptions.toc
View file @
7f11a2d0
...
...
@@ -2,7 +2,7 @@
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.13
2
-tbcc
## Version: 3.13
3
-tbcc
## Notes: VuhDo Options
## X-Curse-Project-ID: 7950
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
7f11a2d0
Version 3.133-tbcc
Known issues:
-- Spells by rank can be specified using a rank suffix:
-- Example: Lesser Heal(Rank 1)
-- 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
-- Group roster changes will not be reflected during combat
-- Swapping a player between groups during combat will cause
-- unpredictable, negative results. Be warned!
-- Built-in Blizzard APIs for incoming healing only partially working
-- If other healers are using LibHealComm enable it under:
-- 'VuhDo Options > General > Threat / Incoming > Incoming Heal > Use LibHealComm'
Bugfixes:
Improvements:
-------------------------------------------------------------
Version 3.133
Known issues:
-- Shadowlands 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'
Bugfixes:
Improvements:
-- Increased maximum number of NPC units from 5 to 8
--------------------------------------------------------------
Version 3.132-tbcc
...
...
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