-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from jsb/classic
port to Classic WoW (UI version 11302)
- Loading branch information
Showing
14 changed files
with
338 additions
and
700 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
<Bindings> | ||
<Binding name="RINGMENU_TOGGLE" header="RINGMENU"> | ||
RingMenu_Toggle() | ||
</Binding> | ||
<Binding name="CLICK RingMenuToggleRing1:LeftButton" description="Toggle RingMenu" header="RINGMENU" /> | ||
</Bindings> |
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,23 +1,20 @@ | ||
# RingMenu | ||
This AddOn for Vanilla WoW (v.1.12.1) adds an additional circular action bar that normally remains hidden but can be summoned by a click of a (mouse) button. | ||
This AddOn for Classic WoW (v. 1.13) adds an additional circular action bar that normally remains hidden but can be summoned by a click of a (mouse) button. | ||
|
||
![RingMenu](http://i.imgur.com/DmDWVaA.png) | ||
![Settings](http://i.imgur.com/e8H4GFy.png) | ||
|
||
The RingMenu is hence ideal for storing away action buttons that are frequently used yet need not be present on the screen at all times (e.g. trade skills, tracking spells, hearthstone, etc.). | ||
|
||
**Note**: RingMenu for Classic WoW is still in Beta. Some features (e.g. animations) are currently missing. | ||
|
||
## Setup | ||
Before first use, you need to set up a button to summon / dismiss the RingMenu anywhere on the screen. Go to | ||
**Main Menu** > **Key Bindings** > **RingMenu** > **Open / Close RingMenu** | ||
and choose an appropriate button. This can be any keyboard or mouse button. | ||
**Main Menu** > **Key Bindings** > **RingMenu** > **Toggle RingMenu** | ||
and choose an appropriate button. This can be any keyboard or mouse button (e.g. middle mouse button). | ||
|
||
Open the RingMenu by clicking the summon button anywhere on the screen. You can now drag and drop actions to the slots of the RingMenu like for a regular action bar. | ||
|
||
## Configuration | ||
Open the settings window by typing **/ringmenu**. | ||
Open the settings panel by going to **Main Menu** > **Interface Options** > **AddOns** > **RingMenu**. | ||
|
||
Using the _First Button Slot_ and _Number of Buttons_ settings, you can adjust the range of action button slots that are used for the RingMenu. Depending on your class, some button slot ranges might be already in use for shapeshift forms. Use [this list](http://wowwiki.wikia.com/wiki/ActionSlot) to pick an appropriate range. | ||
|
||
Further configuration options include the radius and angle of the RingMenu as well as the color of the transparent backdrop. | ||
|
||
You can use the cyCircled AddOn to modify the appearance of RingMenu buttons (see the [installation instructions](cyCircledPlugin/README.md)). |
This file was deleted.
Oops, something went wrong.
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,10 +1,10 @@ | ||
## Interface: 11200 | ||
## Interface: 11302 | ||
## Title: RingMenu | ||
## Author: jsb | ||
## Version: 1.0.2 | ||
## SavedVariablesPerCharacter: RingMenu_settings | ||
RingMenuSettingsTemplates.xml | ||
RingMenuSettings.lua | ||
RingMenu.lua | ||
RingMenu.xml | ||
Strings.lua | ||
## Version: 2.0.0 | ||
## SavedVariablesPerCharacter: RingMenu_globalConfig, RingMenu_ringConfig | ||
copy.lua | ||
bindings.xml | ||
bindings.lua | ||
main.lua | ||
options.lua |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.