From f2368c886c92b8d4f0181033769b5519f659e4fa Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sun, 21 Jun 2015 13:29:24 +0400 Subject: [PATCH] Da new option and some BS --- ElvUI_SLE/core/globals.lua | 1 + ElvUI_SLE/core/modules.lua | 1 + ElvUI_SLE/defaults/profile.lua | 2 ++ ElvUI_SLE/locales/russian.lua | 3 +++ ElvUI_SLE/modules/load_modules.xml | 1 + ElvUI_SLE/modules/raidroleicons.lua | 42 +++++++++++++++++++++++++++++++++++ ElvUI_SLE/options/unitframes_c.lua | 8 +++++++ 7 files changed, 58 insertions(+) create mode 100644 ElvUI_SLE/modules/raidroleicons.lua diff --git a/ElvUI_SLE/core/globals.lua b/ElvUI_SLE/core/globals.lua index 72e0ed7..576e647 100755 --- a/ElvUI_SLE/core/globals.lua +++ b/ElvUI_SLE/core/globals.lua @@ -71,6 +71,7 @@ SLE.SpecialChatIcons = { ["Рыжа"] = friend, ["Шензори"] = classTable.hunter, --Some people + ["Маразм"] = classTable.shaman, ["Брэгар"] = test }, ["Пиратскаябухта"] = { diff --git a/ElvUI_SLE/core/modules.lua b/ElvUI_SLE/core/modules.lua index c1192b3..6be7ad1 100644 --- a/ElvUI_SLE/core/modules.lua +++ b/ElvUI_SLE/core/modules.lua @@ -25,6 +25,7 @@ local modules = { ['SLE_Garrison'] = { 'AceEvent-3.0' }, ['SLE_ErrorFrame'] = { }, ['SLE_Quests'] = { 'AceEvent-3.0' }, + ['SLE_BlizzRaid'] = { 'AceEvent-3.0' }, ['SLE'] = {'AceHook-3.0', 'AceEvent-3.0'}, } diff --git a/ElvUI_SLE/defaults/profile.lua b/ElvUI_SLE/defaults/profile.lua index e8cd11e..974cc0c 100644 --- a/ElvUI_SLE/defaults/profile.lua +++ b/ElvUI_SLE/defaults/profile.lua @@ -460,6 +460,8 @@ P['sle'] = { ['garrison'] = "FULL", }, }, + + ['blizzraidroles'] = false, } P.chat.editboxhistory = 5 diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua index 87a16b9..e5820e8 100644 --- a/ElvUI_SLE/locales/russian.lua +++ b/ElvUI_SLE/locales/russian.lua @@ -473,6 +473,9 @@ L["This options will allow you to detach your classbar from player's frame and m L["Power Text Position"] = "Позиция текста ресурса" L["Position power text on this bar of chosen frame"] = "Позиционировать текст ресурса относительно выбранной полосы на каждой рамке" L["Choose what icon set will unitframes and chat use."] = "Набор иконок для использования на рамках юнитов и в чате." +L["Use role icons in Blizzard raid manager"] = "Показывать иконки в менеджере рейда Blizzard" +L["Show/hide role icons in raid manager \"O -> Raid\"."] = "Показывать/скрывать иконки роли в менеджере рейда \"О -> Рейд\"" + L["Enhanced Vehicle Bar"] = "Улучшенный контроль машин" L["A different look/feel vehicle bar based on work by Azilroka"] = "Использовать улучшенную панель управления средствами передвижения, основанную на коде Azilroka" diff --git a/ElvUI_SLE/modules/load_modules.xml b/ElvUI_SLE/modules/load_modules.xml index 0c71cd8..6629c56 100644 --- a/ElvUI_SLE/modules/load_modules.xml +++ b/ElvUI_SLE/modules/load_modules.xml @@ -28,4 +28,5 @@