vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 This mod attempts to 'detach' all your minimap buttons, allowing you to place them anywhere on your screen. Positions are saved per server/character and restored next login.
2  
3 This is the first version of this mod, I am sure not all kinks are worked out. I have tested it only with the mods I have, so please let me know which mods create buttons that I cannot detach so I can load them and see what-is-what.
4  
5 Not all minimap buttons are detected at start up (such as FuBar plugin mods, which has its own moving anyway). A slash command is provided so you can rescan for buttons: /dmbs. This will also reposition any buttons it failed to find at startup.
6  
7 Special thanks to AnduinLothar without whose code and ideas in Mobile Minimap Buttons I would not have thought of this.
8  
9 This mod uses SeaHooks, which is included.
10  
11 Slash Commands:
12 /dmbs [help] : show help
13 /dmbs scan : look for new buttons.
14 /dmbs nodock : buttons will NOT try to dock to Minimap when close to it.
15 /dmbs dock : buttons will try to dock to Minimap when close to it. This is default.
16 /dmbs lock : buttons will not be moveable
17 /dmbs unlock : buttons will be moveable
18 /dmbs cfg : show dock/lock settings.
19 /dmbs reset : reset all buttons back to initial positions.