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
Krazyito
VuhDo
Commits
fe992965
Commit
fe992965
authored
2 years ago
by
Ivaria
Browse files
Options
Download
Plain Diff
Merge branch 'tbcc' into vanilla
parents
a07cc035
4bf941a3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
98 additions
and
12 deletions
+98
-12
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoOptions/VuhDoOptions.toc
VuhDoOptions/VuhDoOptions.toc
+1
-1
VuhDoToolbox.lua
VuhDoToolbox.lua
+0
-10
changelog.txt
changelog.txt
+96
-0
No files found.
VuhDo.toc
View file @
fe992965
...
...
@@ -2,7 +2,7 @@
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.13
8
-vanilla
## Version: 3.13
9
-vanilla
## 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 @
fe992965
...
...
@@ -2,7 +2,7 @@
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.13
8
-vanilla
## Version: 3.13
9
-vanilla
## Notes: VuhDo Options
## X-Curse-Project-ID: 7950
...
...
This diff is collapsed.
Click to expand it.
VuhDoToolbox.lua
View file @
fe992965
...
...
@@ -1301,13 +1301,3 @@ function VUHDO_hasLFGRestrictions()
end
function
VUHDO_unitTargetsVehicleInRaidUI
(
...
)
-- for now UnitTargetsVehicleInRaidUI always returns false on WotLK Classic
-- force to true so we fall back on UnitHasVehicleUI to determine isVehicle
return
true
;
end
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
fe992965
Version 3.139-vanilla
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.139-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.139-wotlkc
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.139
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:
--------------------------------------------------------------
Version 3.138-vanilla
...
...
@@ -72,6 +165,9 @@ Bugfixes:
Improvements:
-- Added default custom debuffs for phase 1 raid encounters
-- Fixed vehicle targeting e.g. Malygos encounter
-- Fixed auto-activate of profile/key layout on spec change
-- Fixed detection of debuff type curse on Shamans with 'Cleanse Spirit'
-- Fixed detection of debuff type disease on Shamans with 'Cure Toxins'
--------------------------------------------------------------
...
...
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