-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [ver. 3.58] - 11.09.2024 ### NEW - NEW - [Portraits]: Add a function to add your custom Class Icons to the portraits via code. - NEW - [Portraits]: Add a Set of new Class Icons.
- Loading branch information
Showing
26 changed files
with
96 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## Interface: 110002, 110005 | ||
## Author: Blinkii | ||
## Version: 3.57 | ||
## Version: 3.58 | ||
## Title: |CFF6559F1m|r|CFFA037E9M|r|CFFDD14E0T|r - |CFF6559F1m|r|CFF7A4DEFM|r|CFF8845ECe|r|CFFA037E9d|r|CFFA435E8i|r|CFFB32DE6a|r|CFFBC26E5T|r|CFFCB1EE3a|r|CFFDD14E0g|r |CFFFF006C&|r |CFFFF4C00T|r|CFFFF7300o|r|CFFFF9300o|r|CFFFFA800l|r|CFFFFC900s|r | ||
## Notes: ElvUI Plugin from Blinkii | Support: [email protected] | ||
## IconTexture: Interface\AddOns\ElvUI_mMediaTag\media\logo\mmt_icon | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
mMT.Changelog[358] = { | ||
DATE = "11.09.2024", | ||
NEW = { | ||
"[Portraits]: Add a function to add your custom Class Icons to the portraits via code.", | ||
"[Portraits]: Add e Set of new Class Icons.", | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,5 @@ | |
<Script file="3.55.lua"/> | ||
<Script file="3.56.lua"/> | ||
<Script file="3.57.lua"/> | ||
<Script file="3.58.lua"/> | ||
</Ui> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
mMT.Changelog[356] = { | ||
DATE = "xx", | ||
IMPORTANT = { "xx" }, | ||
NEW = { "xx" }, | ||
UPDATE = { "xx" }, | ||
FIX = { "xx" }, | ||
DATE = "there is nothing new here", | ||
IMPORTANT = { "there is nothing new here" }, | ||
NEW = { "there is nothing new here" }, | ||
UPDATE = { "there is nothing new here" }, | ||
FIX = { "there is nothing new here" }, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file added
BIN
+222 KB
Addon/ElvUI_mMediaTag/media/portraits/class/mmt_classcolored_border.tga
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+147 KB
Addon/ElvUI_mMediaTag/media/portraits/class/mmt_transparent_colorboost.tga
Binary file not shown.
Binary file added
BIN
+325 KB
Addon/ElvUI_mMediaTag/media/portraits/class/mmt_transparent_colorboost_shadow.tga
Binary file not shown.
Binary file added
BIN
+181 KB
Addon/ElvUI_mMediaTag/media/portraits/class/mmt_transparent_outline.tga
Binary file not shown.
Binary file added
BIN
+181 KB
Addon/ElvUI_mMediaTag/media/portraits/class/mmt_transparent_outline_colorboost.tga
Binary file not shown.
Binary file added
BIN
+354 KB
Addon/ElvUI_mMediaTag/media/portraits/class/mmt_transparent_outline_shadow.tga
Binary file not shown.
Binary file added
BIN
+354 KB
Addon/ElvUI_mMediaTag/media/portraits/class/mmt_transparent_outline_shadow_colorboost.tga
Binary file not shown.
Binary file added
BIN
+324 KB
Addon/ElvUI_mMediaTag/media/portraits/class/mmt_transparent_shadow.tga
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
local L = mMT.Locales | ||
|
||
local type = type | ||
local path = "Interface\\Addons\\ElvUI_mMediaTag\\media\\portraits\\class\\" | ||
local textureCoords = { | ||
WARRIOR = { 0, 0, 0, 0.125, 0.125, 0, 0.125, 0.125 }, | ||
MAGE = { 0.125, 0, 0.125, 0.125, 0.25, 0, 0.25, 0.125 }, | ||
ROGUE = { 0.25, 0, 0.25, 0.125, 0.375, 0, 0.375, 0.125 }, | ||
DRUID = { 0.375, 0, 0.375, 0.125, 0.5, 0, 0.5, 0.125 }, | ||
EVOKER = { 0.5, 0, 0.5, 0.125, 0.625, 0, 0.625, 0.125 }, | ||
HUNTER = { 0, 0.125, 0, 0.25, 0.125, 0.125, 0.125, 0.25 }, | ||
SHAMAN = { 0.125, 0.125, 0.125, 0.25, 0.25, 0.125, 0.25, 0.25 }, | ||
PRIEST = { 0.25, 0.125, 0.25, 0.25, 0.375, 0.125, 0.375, 0.25 }, | ||
WARLOCK = { 0.375, 0.125, 0.375, 0.25, 0.5, 0.125, 0.5, 0.25 }, | ||
PALADIN = { 0, 0.25, 0, 0.375, 0.125, 0.25, 0.125, 0.375 }, | ||
DEATHKNIGHT = { 0.125, 0.25, 0.125, 0.375, 0.25, 0.25, 0.25, 0.375 }, | ||
MONK = { 0.25, 0.25, 0.25, 0.375, 0.375, 0.25, 0.375, 0.375 }, | ||
DEMONHUNTER = { 0.375, 0.25, 0.375, 0.375, 0.5, 0.25, 0.5, 0.375 }, | ||
} | ||
|
||
-- style = texture style, textur = path to the texture, table with texture coords for each class, name = optional name to show in dopdown menu | ||
function mMT:AddClassIcons(style, texture, texCoords, name) | ||
if type(texCoords) ~= "table" then | ||
mMT:Print("|CFFEA1818Error|r:", L["The texture coordinates must be passed as a table."]) | ||
return | ||
end | ||
|
||
if style and texture and texCoords then | ||
mMT.classIcons[style] = { | ||
name = name or style, | ||
texture = texture, | ||
texCoords = texCoords, | ||
} | ||
else | ||
mMT:Print("|CFFEA1818Error|r:", L["Could not add the texture."]) | ||
end | ||
end | ||
|
||
mMT:AddClassIcons("mmt_border", path .. "mmt_border.tga", textureCoords, "mMT Frame A") | ||
mMT:AddClassIcons("mmt_classcolored_border", path .. "mmt_classcolored_border.tga", textureCoords, "mMT Frame B") | ||
|
||
mMT:AddClassIcons("mmt_transparent", path .. "mmt_transparent.tga", textureCoords, "mMT Transparent A") | ||
mMT:AddClassIcons("mmt_transparent_shadow", path .. "mmt_transparent_shadow.tga", textureCoords, "mMT Transparent B") | ||
mMT:AddClassIcons("mmt_transparent_colorboost", path .. "mmt_transparent_colorboost.tga", textureCoords, "mMT Transparent C") | ||
mMT:AddClassIcons("mmt_transparent_colorboost_shadow", path .. "mmt_transparent_colorboost_shadow.tga", textureCoords, "mMT Transparent D") | ||
|
||
mMT:AddClassIcons("mmt_transparent_outline", path .. "mmt_transparent_outline.tga", textureCoords, "mMT Transparent Outline A") | ||
mMT:AddClassIcons("mmt_transparent_outline_shadow", path .. "mmt_transparent_outline_shadow.tga", textureCoords, "mMT Transparent Outline B") | ||
mMT:AddClassIcons("mmt_transparent_outline_colorboost", path .. "mmt_transparent_outline_colorboost.tga", textureCoords, "mMT Transparent Outline C") | ||
mMT:AddClassIcons("mmt_transparent_outline_shadow_colorboost", path .. "mmt_transparent_outline_shadow_colorboost.tga", textureCoords, "mMT Transparent Outline D") | ||
|
||
mMT:AddClassIcons("BLIZZARD", "Interface\\WorldStateFrame\\Icons-Classes", CLASS_ICON_TCOORDS, "Blizzard") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
Addon/ElvUI_mMediaTag/modules/unitframes/load_unitframes_classic.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters