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
Chris Houm
VuhDo
Commits
1ddbaefc
Commit
1ddbaefc
authored
3 years ago
by
Ivaria
Browse files
Options
Download
Plain Diff
Merge branch 'master' into tbcc
parents
56472b0b
4d201d9c
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
62 additions
and
9 deletions
+62
-9
VuhDo.toc
VuhDo.toc
+1
-1
VuhDoDefaults.lua
VuhDoDefaults.lua
+1
-1
VuhDoNewOptionsGeneralSkinsShared.lua
VuhDoNewOptionsGeneralSkinsShared.lua
+9
-3
VuhDoOptions/VuhDoNewOptionsDebuffsCustom.lua
VuhDoOptions/VuhDoNewOptionsDebuffsCustom.lua
+5
-1
VuhDoOptions/VuhDoNewOptionsGeneralSpellTrace.lua
VuhDoOptions/VuhDoNewOptionsGeneralSpellTrace.lua
+4
-2
VuhDoOptions/VuhDoOptions.toc
VuhDoOptions/VuhDoOptions.toc
+1
-1
changelog.txt
changelog.txt
+41
-0
No files found.
VuhDo.toc
View file @
1ddbaefc
...
...
@@ -2,7 +2,7 @@
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.12
5
-tbcc
## Version: 3.12
6
-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.
VuhDoDefaults.lua
View file @
1ddbaefc
...
...
@@ -600,7 +600,7 @@ local VUHDO_DEFAULT_CONFIG = {
[
"isName"
]
=
false
,
[
"isShowOnlyForFriendly"
]
=
false
,
[
"blacklistModi"
]
=
"ALT-CTRL-SHIFT"
,
[
"
selected
"
]
=
""
,
[
"
SELECTED
"
]
=
""
,
[
"point"
]
=
"TOPRIGHT"
,
[
"xAdjust"
]
=
-
2
,
[
"yAdjust"
]
=
-
34
,
...
...
This diff is collapsed.
Click to expand it.
VuhDoNewOptionsGeneralSkinsShared.lua
View file @
1ddbaefc
...
...
@@ -33,7 +33,7 @@ local VUHDO_DEFAULT_PROFILES = {
[
"animate"
]
=
true
,
[
"scale"
]
=
0
.
8
,
[
"isIcon"
]
=
true
,
[
"
selected
"
]
=
""
,
[
"
SELECTED
"
]
=
""
,
[
"TIMER_TEXT"
]
=
{
[
"X_ADJUST"
]
=
20
,
[
"USE_MONO"
]
=
false
,
...
...
@@ -96,7 +96,7 @@ local VUHDO_DEFAULT_PROFILES = {
[
"isOthers"
]
=
false
,
[
"duration"
]
=
2
,
[
"showTrailOfLight"
]
=
false
,
[
"
selected
"
]
=
""
,
[
"
SELECTED
"
]
=
""
,
},
[
"SHOW_TEXT_OVERHEAL"
]
=
true
,
},
...
...
@@ -748,7 +748,7 @@ local VUHDO_DEFAULT_PROFILES = {
[
"isOthers"
]
=
false
,
[
"duration"
]
=
2
,
[
"showTrailOfLight"
]
=
false
,
[
"
selected
"
]
=
""
,
[
"
SELECTED
"
]
=
""
,
},
},
[
"LOCKED"
]
=
false
,
...
...
@@ -2569,10 +2569,16 @@ function VUHDO_loadProfile(aName)
if
(
VUHDO_initCustomDebuffComboModel
~=
nil
)
then
VUHDO_initCustomDebuffComboModel
();
VuhDoNewOptionsDebuffsCustomStorePanelEditBox
:
SetText
(
""
);
VUHDO_customDebuffUpdateEditBox
(
VuhDoNewOptionsDebuffsCustomStorePanelEditBox
);
end
if
(
VUHDO_initSpellTraceComboModel
~=
nil
)
then
VUHDO_initSpellTraceComboModel
();
VuhDoNewOptionsGeneralSpellTraceStorePanelEditBox
:
SetText
(
""
);
VUHDO_spellTraceUpdateEditBox
(
VuhDoNewOptionsGeneralSpellTraceStorePanelEditBox
);
end
collectgarbage
(
'collect'
);
...
...
This diff is collapsed.
Click to expand it.
VuhDoOptions/VuhDoNewOptionsDebuffsCustom.lua
View file @
1ddbaefc
...
...
@@ -412,16 +412,20 @@ function VUHDO_deleteCustomDebuffOnClick(aButton)
if
(
tIndex
~=
nil
and
#
tValue
>
0
)
then
tremove
(
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
][
"STORED"
],
tIndex
);
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
][
"STORED_SETTINGS"
][
tValue
]
=
nil
;
VUHDO_CONFIG
[
"CUSTOM_DEBUFF"
][
"SELECTED"
]
=
""
;
VUHDO_Msg
(
"(de)buff "
..
tValue
..
" removed."
,
1
,
0
.
4
,
0
.
4
);
else
VUHDO_Msg
(
"(de)buff "
..
tValue
..
" doesn't exist."
,
1
,
0
.
4
,
0
.
4
);
end
VUHDO_initCustomDebuffComboModel
();
VuhDoNewOptionsDebuffsCustomStorePanelEditBox
:
SetText
(
""
);
VUHDO_customDebuffUpdateEditBox
(
VuhDoNewOptionsDebuffsCustomStorePanelEditBox
);
VuhDoNewOptionsDebuffsCustom
:
Hide
();
VuhDoNewOptionsDebuffsCustom
:
Show
();
VuhDoNewOptionsDebuffsCustomStorePanelEditBox
:
SetText
(
""
);
end
...
...
This diff is collapsed.
Click to expand it.
VuhDoOptions/VuhDoNewOptionsGeneralSpellTrace.lua
View file @
1ddbaefc
...
...
@@ -176,18 +176,20 @@ function VUHDO_deleteSpellTraceOnClick(aButton)
if
(
tIndex
~=
nil
and
#
tValue
>
0
)
then
tremove
(
VUHDO_CONFIG
[
"SPELL_TRACE"
][
"STORED"
],
tIndex
);
VUHDO_CONFIG
[
"SPELL_TRACE"
][
"STORED_SETTINGS"
][
tValue
]
=
nil
;
VUHDO_CONFIG
[
"SPELL_TRACE"
][
"SELECTED"
]
=
""
;
VUHDO_Msg
(
VUHDO_I18N_SPELL_TRACE
..
" on spell \"" .. tValue .. "
\
" removed."
,
1
,
0
.
4
,
0
.
4
);
else
VUHDO_Msg
(
VUHDO_I18N_SPELL_TRACE
..
" on spell \"" .. tValue .. "
\
" doesn't exist."
,
1
,
0
.
4
,
0
.
4
);
end
VUHDO_initSpellTraceComboModel
();
VuhDoNewOptionsGeneralSpellTraceStorePanelEditBox
:
SetText
(
""
);
VUHDO_spellTraceUpdateEditBox
(
VuhDoNewOptionsGeneralSpellTraceStorePanelEditBox
);
VuhDoNewOptionsGeneralSpellTrace
:
Hide
();
VuhDoNewOptionsGeneralSpellTrace
:
Show
();
VuhDoNewOptionsGeneralSpellTraceStorePanelEditBox
:
SetText
(
""
);
end
This diff is collapsed.
Click to expand it.
VuhDoOptions/VuhDoOptions.toc
View file @
1ddbaefc
...
...
@@ -2,7 +2,7 @@
## Title: VuhDo ['vu:du:] - Options
## Author: Iza@Gilneas, humfras, Ivaria@Hyjal
## Version: 3.12
5
-tbcc
## Version: 3.12
6
-tbcc
## Notes: VuhDo Options
## X-Curse-Project-ID: 7950
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
1ddbaefc
Version 3.126-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!
Bugfixes:
Improvements:
--------------------------------------------------------------
Version 3.126
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:
-- Fixed combobox model reset on profile change
Improvements:
--------------------------------------------------------------
Version 3.125-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