Fix for #3.
Moved to folder MBB to easy install (need to exit WOW if you upgrading to this version). Changed from Drag to Shift-Drag to move MBB button. More compatibility w/ simpleMinimap
This commit is contained in:
+694
-698
File diff suppressed because it is too large
Load Diff
+11
-11
@@ -1,11 +1,11 @@
|
||||
## Interface: 11200
|
||||
## Title: MinimapButtonBag
|
||||
## Version: 0.503
|
||||
## Author: Tunhadil, LaYt - continue
|
||||
## Notes: Reduces minimap buttons and makes them accessible through a menu!
|
||||
## Notes-deDE: Reduziert die Minimap Knöpfe und erlaubt den Zugriff auf diese über ein Menü!
|
||||
## SavedVariablesPerCharacter: MBB_Exclude, MBB_Options
|
||||
localization-enGB.lua
|
||||
localization-deDE.lua
|
||||
localization-ruRU.lua
|
||||
MBB.xml
|
||||
## Interface: 11200
|
||||
## Title: MinimapButtonBag
|
||||
## Version: 0.503
|
||||
## Author: Tunhadil, LaYt - continue
|
||||
## Notes: Reduces minimap buttons and makes them accessible through a menu!
|
||||
## Notes-deDE: Reduziert die Minimap Knöpfe und erlaubt den Zugriff auf diese über ein Menü!
|
||||
## SavedVariablesPerCharacter: MBB_Exclude, MBB_Options
|
||||
localization-enGB.lua
|
||||
localization-deDE.lua
|
||||
localization-ruRU.lua
|
||||
MBB.xml
|
||||
+667
-664
File diff suppressed because it is too large
Load Diff
@@ -1,22 +1,22 @@
|
||||
if( GetLocale() == "deDE" ) then
|
||||
MBB_TOOLTIP1 = "Strg + Rechtsklick auf einen Button, um ihn aus der Leiste zu lösen.";
|
||||
MBB_OPTIONS_HEADER = "Einstellungen";
|
||||
MBB_OPTIONS_OKBUTTON = "Ok";
|
||||
MBB_OPTIONS_CANCELBUTTON = "Abbrechen";
|
||||
MBB_OPTIONS_SLIDEROFF = "Aus";
|
||||
MBB_OPTIONS_SLIDERSEK = "Sek.";
|
||||
MBB_OPTIONS_SLIDERLABEL = "Autom. ausblenden:";
|
||||
MBB_OPTIONS_EXPANSIONLABEL = "Ausklappen nach:";
|
||||
MBB_OPTIONS_EXPANSIONLEFT = "Links";
|
||||
MBB_OPTIONS_EXPANSIONTOP = "Oben";
|
||||
MBB_OPTIONS_EXPANSIONRIGHT = "Rechts";
|
||||
MBB_OPTIONS_EXPANSIONBOTTOM = "Unten";
|
||||
MBB_OPTIONS_MAXBUTTONSLABEL = "Max. Knöpfe/Zeile:";
|
||||
MBB_OPTIONS_MAXBUTTONSINFO = "(0=unendlich)";
|
||||
MBB_OPTIONS_ALTEXPANSIONLABEL = "Alt. Ausklappen nach:";
|
||||
MBB_HELP1 = "Gib \"/mbb <cmd>\" ein, wobei <cmd> folgendes sein kann:";
|
||||
MBB_HELP2 = " |c00ffffffbuttons|r: Zeigt eine Liste aller Frames in der MBB Leiste";
|
||||
MBB_HELP3 = " |c00ffffffreset position|r: Setzt den MBB Minimap Button an seine ursprüngliche Position";
|
||||
MBB_HELP4 = " |c00ffffffreset all|r: Setzt alle Einstellungen auf ihre ursprünglichen Werte";
|
||||
MBB_NOERRORS = "Keine Fehler gefunden!";
|
||||
if( GetLocale() == "deDE" ) then
|
||||
MBB_TOOLTIP1 = "Strg + Rechtsklick auf einen Button, um ihn aus der Leiste zu lösen.\nUmschalt + Linke Ziehen-Taste zum Verschieben.";
|
||||
MBB_OPTIONS_HEADER = "Einstellungen";
|
||||
MBB_OPTIONS_OKBUTTON = "Ok";
|
||||
MBB_OPTIONS_CANCELBUTTON = "Abbrechen";
|
||||
MBB_OPTIONS_SLIDEROFF = "Aus";
|
||||
MBB_OPTIONS_SLIDERSEK = "Sek.";
|
||||
MBB_OPTIONS_SLIDERLABEL = "Autom. ausblenden:";
|
||||
MBB_OPTIONS_EXPANSIONLABEL = "Ausklappen nach:";
|
||||
MBB_OPTIONS_EXPANSIONLEFT = "Links";
|
||||
MBB_OPTIONS_EXPANSIONTOP = "Oben";
|
||||
MBB_OPTIONS_EXPANSIONRIGHT = "Rechts";
|
||||
MBB_OPTIONS_EXPANSIONBOTTOM = "Unten";
|
||||
MBB_OPTIONS_MAXBUTTONSLABEL = "Max. Knöpfe/Zeile:";
|
||||
MBB_OPTIONS_MAXBUTTONSINFO = "(0=unendlich)";
|
||||
MBB_OPTIONS_ALTEXPANSIONLABEL = "Alt. Ausklappen nach:";
|
||||
MBB_HELP1 = "Gib \"/mbb <cmd>\" ein, wobei <cmd> folgendes sein kann:";
|
||||
MBB_HELP2 = " |c00ffffffbuttons|r: Zeigt eine Liste aller Frames in der MBB Leiste";
|
||||
MBB_HELP3 = " |c00ffffffreset position|r: Setzt den MBB Minimap Button an seine ursprüngliche Position";
|
||||
MBB_HELP4 = " |c00ffffffreset all|r: Setzt alle Einstellungen auf ihre ursprünglichen Werte";
|
||||
MBB_NOERRORS = "Keine Fehler gefunden!";
|
||||
end
|
||||
@@ -1,20 +1,20 @@
|
||||
MBB_TOOLTIP1 = "Ctrl + Right click on a button to reattach it to the minimap.";
|
||||
MBB_OPTIONS_HEADER = "Options";
|
||||
MBB_OPTIONS_OKBUTTON = "Ok";
|
||||
MBB_OPTIONS_CANCELBUTTON = "Cancel";
|
||||
MBB_OPTIONS_SLIDEROFF = "Off";
|
||||
MBB_OPTIONS_SLIDERSEK = "sec";
|
||||
MBB_OPTIONS_SLIDERLABEL = "Collapse Timeout:";
|
||||
MBB_OPTIONS_EXPANSIONLABEL = "Expand to:";
|
||||
MBB_OPTIONS_EXPANSIONLEFT = "Left";
|
||||
MBB_OPTIONS_EXPANSIONTOP = "Top";
|
||||
MBB_OPTIONS_EXPANSIONRIGHT = "Right";
|
||||
MBB_OPTIONS_EXPANSIONBOTTOM = "Bottom";
|
||||
MBB_OPTIONS_MAXBUTTONSLABEL = "Max. Buttons/Line:";
|
||||
MBB_OPTIONS_MAXBUTTONSINFO = "(0=infinity)";
|
||||
MBB_OPTIONS_ALTEXPANSIONLABEL = "Alt. Expand to:";
|
||||
MBB_HELP1 = "Type \"/mbb <cmd>\" where <cmd> is one of the following:";
|
||||
MBB_HELP2 = " |c00ffffffbuttons|r: Shows a list of all frames in the MBB bar";
|
||||
MBB_HELP3 = " |c00ffffffreset position|r: resets the position of the MBB minimap button";
|
||||
MBB_HELP4 = " |c00ffffffreset all|r: resets all options";
|
||||
MBB_TOOLTIP1 = "Ctrl + Right click on a button to detach from or reattach it to the minimap.\nShift + Left drag to move button.";
|
||||
MBB_OPTIONS_HEADER = "Options";
|
||||
MBB_OPTIONS_OKBUTTON = "Ok";
|
||||
MBB_OPTIONS_CANCELBUTTON = "Cancel";
|
||||
MBB_OPTIONS_SLIDEROFF = "Off";
|
||||
MBB_OPTIONS_SLIDERSEK = "sec";
|
||||
MBB_OPTIONS_SLIDERLABEL = "Collapse Timeout:";
|
||||
MBB_OPTIONS_EXPANSIONLABEL = "Expand to:";
|
||||
MBB_OPTIONS_EXPANSIONLEFT = "Left";
|
||||
MBB_OPTIONS_EXPANSIONTOP = "Top";
|
||||
MBB_OPTIONS_EXPANSIONRIGHT = "Right";
|
||||
MBB_OPTIONS_EXPANSIONBOTTOM = "Bottom";
|
||||
MBB_OPTIONS_MAXBUTTONSLABEL = "Max. Buttons/Line:";
|
||||
MBB_OPTIONS_MAXBUTTONSINFO = "(0=infinity)";
|
||||
MBB_OPTIONS_ALTEXPANSIONLABEL = "Alt. Expand to:";
|
||||
MBB_HELP1 = "Type \"/mbb <cmd>\" where <cmd> is one of the following:";
|
||||
MBB_HELP2 = " |c00ffffffbuttons|r: Shows a list of all frames in the MBB bar";
|
||||
MBB_HELP3 = " |c00ffffffreset position|r: resets the position of the MBB minimap button";
|
||||
MBB_HELP4 = " |c00ffffffreset all|r: resets all options";
|
||||
MBB_NOERRORS = "No errors found!";
|
||||
@@ -1,22 +1,22 @@
|
||||
if( GetLocale() == "ruRU" ) then
|
||||
MBB_TOOLTIP1 = "Ctrl + ПКМ на кнопке чтобы приаттачить ее к миникарте.";
|
||||
MBB_OPTIONS_HEADER = "Настройки";
|
||||
MBB_OPTIONS_OKBUTTON = "Ok";
|
||||
MBB_OPTIONS_CANCELBUTTON = "Отмена";
|
||||
MBB_OPTIONS_SLIDEROFF = "Выкл.";
|
||||
MBB_OPTIONS_SLIDERSEK = "сек";
|
||||
MBB_OPTIONS_SLIDERLABEL = "Таймаут скрытия:";
|
||||
MBB_OPTIONS_EXPANSIONLABEL = "Расширяться в:";
|
||||
MBB_OPTIONS_EXPANSIONLEFT = "Лево";
|
||||
MBB_OPTIONS_EXPANSIONTOP = "Верх";
|
||||
MBB_OPTIONS_EXPANSIONRIGHT = "Право";
|
||||
MBB_OPTIONS_EXPANSIONBOTTOM = "Низ";
|
||||
MBB_OPTIONS_MAXBUTTONSLABEL = "Max. кнопок на строку:";
|
||||
MBB_OPTIONS_MAXBUTTONSINFO = "(0=бесконечно)";
|
||||
MBB_OPTIONS_ALTEXPANSIONLABEL = "Расширять строки в:";
|
||||
MBB_HELP1 = "Напечатайте \"/mbb <cmd>\" где <cmd> есть одна из команд:";
|
||||
MBB_HELP2 = " |c00ffffffbuttons|r: Показать список всех кнопок в MBB";
|
||||
MBB_HELP3 = " |c00ffffffreset position|r: Сбросить позицию кнопки МBB у миникарты";
|
||||
MBB_HELP4 = " |c00ffffffreset all|r: Сбросить все настройки";
|
||||
MBB_NOERRORS = "Ошибок не найдено!";
|
||||
end
|
||||
if( GetLocale() == "ruRU" ) then
|
||||
MBB_TOOLTIP1 = "Ctrl + ПКМ на кнопке чтобы оторвать от или приаттачить ее к миникарте.\nShift + Left Drag чтобы перемещать ее.";
|
||||
MBB_OPTIONS_HEADER = "Настройки";
|
||||
MBB_OPTIONS_OKBUTTON = "Ok";
|
||||
MBB_OPTIONS_CANCELBUTTON = "Отмена";
|
||||
MBB_OPTIONS_SLIDEROFF = "Выкл.";
|
||||
MBB_OPTIONS_SLIDERSEK = "сек";
|
||||
MBB_OPTIONS_SLIDERLABEL = "Таймаут скрытия:";
|
||||
MBB_OPTIONS_EXPANSIONLABEL = "Расширяться в:";
|
||||
MBB_OPTIONS_EXPANSIONLEFT = "Лево";
|
||||
MBB_OPTIONS_EXPANSIONTOP = "Верх";
|
||||
MBB_OPTIONS_EXPANSIONRIGHT = "Право";
|
||||
MBB_OPTIONS_EXPANSIONBOTTOM = "Низ";
|
||||
MBB_OPTIONS_MAXBUTTONSLABEL = "Max. кнопок на строку:";
|
||||
MBB_OPTIONS_MAXBUTTONSINFO = "(0=бесконечно)";
|
||||
MBB_OPTIONS_ALTEXPANSIONLABEL = "Расширять строки в:";
|
||||
MBB_HELP1 = "Напечатайте \"/mbb <cmd>\" где <cmd> есть одна из команд:";
|
||||
MBB_HELP2 = " |c00ffffffbuttons|r: Показать список всех кнопок в MBB";
|
||||
MBB_HELP3 = " |c00ffffffreset position|r: Сбросить позицию кнопки МBB у миникарты";
|
||||
MBB_HELP4 = " |c00ffffffreset all|r: Сбросить все настройки";
|
||||
MBB_NOERRORS = "Ошибок не найдено!";
|
||||
end
|
||||
@@ -11,6 +11,8 @@ I started new trank from original addon MBB by Tunhadil for vanilla wow servers.
|
||||
|
||||
If you ctrl-Right click the MBB button - it will be freely moveble. One more time ctrl-Right click - will put it back to minimap.
|
||||
|
||||
Shift-Drag to move MBB button.
|
||||
|
||||
If you want to reattach any button to the minimap just use Ctrl + Right click on it.
|
||||
|
||||
Use Ctrl + Right click again on the button to put it back into the bar.
|
||||
@@ -19,6 +21,26 @@ Or hold the Ctrl key down and move the mouse cursor over the button. A button to
|
||||
|
||||
Use Right click on the MinimapButtonBag button to open the options dialog.
|
||||
|
||||
#Last changes
|
||||
|
||||
v0.503
|
||||
|
||||
+ Fix for #3
|
||||
+ Moved to folder "MBB" to easy install (need to exit WOW if you upgrading to this version)
|
||||
+ Changed from Drag to Shift-Drag to move MBB button.
|
||||
+ More compatibility w/ simpleMinimap
|
||||
|
||||
v0.502
|
||||
|
||||
+ Fix for WIM icon. But you need to use this version of WIM https://github.com/shirsig/WIM
|
||||
|
||||
v0.501
|
||||
|
||||
+ Fixed some position issues.
|
||||
+ Added square minimap support (Squeenix & simpleMiniMap)
|
||||
+ Added russian localization
|
||||
+ Multiline support
|
||||
|
||||
# Download
|
||||
#<a href="https://github.com/laytya/MinimapButtonBag-vanilla/releases/latest">Download HERE</a>
|
||||
|
||||
@@ -35,5 +57,5 @@ Use Right click on the MinimapButtonBag button to open the options dialog.
|
||||
|
||||
# Basic install instructions
|
||||
- Extract the archive
|
||||
- Rename the "MinimapButtonBag-vanilla-master" folder to "MBB" and copy into your "<WOW FOLDER>/Interface/Addons/" directory
|
||||
- Copy "MBB" folder into your "<WOW FOLDER>/Interface/Addons/" directory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user