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
Klex
VuhDo
Commits
062ebf3d
Commit
062ebf3d
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed usage of deprecated Blizzard API HasLFGRestriction
parent
229a23c6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
55 additions
and
3 deletions
+55
-3
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoOptions/VuhDoOptions.toc
VuhDoOptions/VuhDoOptions.toc
+1
-1
VuhDoSpellEventHandler.lua
VuhDoSpellEventHandler.lua
+1
-1
VuhDoToolbox.lua
VuhDoToolbox.lua
+8
-0
changelog.txt
changelog.txt
+44
-0
No files found.
VuhDo.toc
View file @
062ebf3d
## Interface: 11303
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.11
0
-classic
## Version: 3.11
1
-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 @
062ebf3d
## Interface: 11303
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.11
0
-classic
## Version: 3.11
1
-classic
## Notes: VuhDo Options
## SavedVariables: VUHDO
_
OPTIONS
_
SETTINGS
## SavedVariablesPerCharacter: VUHDO
_
GLOBAL
_
ICONS, VUHDO
_
GI
_
SCAN
_
IDX
...
...
This diff is collapsed.
Click to expand it.
VuhDoSpellEventHandler.lua
View file @
062ebf3d
...
...
@@ -118,7 +118,7 @@ function VUHDO_spellcastSent(aUnit, aTargetName, aSpellId)
end
if
VUHDO_CONFIG
[
"RES_IS_SHOW_TEXT"
]
then
local
tChannel
=
(
UnitInBattleground
(
"player"
)
or
H
asLFGRestrictions
())
and
"INSTANCE_CHAT"
local
tChannel
=
(
UnitInBattleground
(
"player"
)
or
VUHDO_h
asLFGRestrictions
())
and
"INSTANCE_CHAT"
or
IsInRaid
()
and
"RAID"
or
IsInGroup
()
and
"PARTY"
or
nil
;
if
tChannel
then
...
...
This diff is collapsed.
Click to expand it.
VuhDoToolbox.lua
View file @
062ebf3d
...
...
@@ -1260,3 +1260,11 @@ function VUHDO_hasIncomingSummon(...)
end
end
function
VUHDO_hasLFGRestriction
()
return
false
;
end
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
062ebf3d
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
-- 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
Bugfixes:
-- Fixed usage of deprecated Blizzard API HasLFGRestriction
Improvements:
--------------------------------------------------------------
Version 3.111
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'
-- 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
Bugfixes:
Improvements:
--------------------------------------------------------------
Version 3.110-classic
...
...
@@ -43,6 +86,7 @@ Bugfixes:
Improvements:
-- Added Paladin 'Glimmer of Light' as default HoT icon option
-- Added default custom debuffs for Ny'alotha raid encounters
-- Bump TOC interface for 8.3.0
--------------------------------------------------------------
...
...
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