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
Kris
VuhDo
Commits
66b5b229
Commit
66b5b229
authored
7 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed error when configuring tooltip settings per panel
parent
363fb364
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
4 deletions
+27
-4
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoOptions/VuhDoLookAndFeel.lua
VuhDoOptions/VuhDoLookAndFeel.lua
+2
-2
VuhDoOptions/VuhDoOptions.toc
VuhDoOptions/VuhDoOptions.toc
+1
-1
changelog.txt
changelog.txt
+23
-0
No files found.
VuhDo.toc
View file @
66b5b229
## Interface: 70300
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.9
0
## Version: 3.9
1
## 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/VuhDoLookAndFeel.lua
View file @
66b5b229
...
...
@@ -454,7 +454,7 @@ function VUHDO_lnfUpdateVar(aModel, aValue, aPanelNum)
elseif
tPanelNum
then
if
(
strfind
(
aModel
,
"TOOLTIP"
,
1
,
true
)
~=
nil
)
then
VUHDO_demoTooltip
(
a
PanelNum
);
VUHDO_demoTooltip
(
t
PanelNum
);
else
VUHDO_initDynamicPanelModels
();
VUHDO_timeRedrawPanel
(
tPanelNum
,
0
.
3
);
...
...
@@ -1236,4 +1236,4 @@ function VUHDO_lnfShareButtonClicked(aButton)
VUHDO_lnfSetModel
(
VuhDoLnfShareDialog
,
aButton
:
GetAttribute
(
"model"
));
VuhDoLnfShareDialog
:
Show
();
end
end
\ No newline at end of file
end
This diff is collapsed.
Click to expand it.
VuhDoOptions/VuhDoOptions.toc
View file @
66b5b229
## Interface: 70300
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.9
0
## Version: 3.9
1
## 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 @
66b5b229
Version 3.91
Known issues:
-- Limited support for Class Order Hall Bodyguards
-- Bodyguards can be used in panels when set to target or focus
-- Bodyguards have no unit ID so for now are only partially supported
-- Incoming heal estimation reported is not even close to accurate
-- Bug in Blizzard API UnitGetIncomingHeals() - returns bogus values
-- Patch 7.1 disabled retrieval of unit facing and position in instances
-- This was an intentional breaking change by Blizzard
-- This breaks AOE Advice, Clusters and out-of-range direction arrow
-- At this time there is no way to fix or renable these features
Bugfixes:
-- Fixed error when configuring tooltip settings per panel
Improvements:
--------------------------------------------------------------
Version 3.90
...
...
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