Skip to content

Commit

Permalink
Merge pull request #16 from jsb/classic
Browse files Browse the repository at this point in the history
port to Classic WoW (UI version 11302)
  • Loading branch information
jsb authored Aug 11, 2019
2 parents 14a8d47 + d178d1d commit b5c68ee
Show file tree
Hide file tree
Showing 14 changed files with 338 additions and 700 deletions.
4 changes: 1 addition & 3 deletions Bindings.xml
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>
15 changes: 6 additions & 9 deletions README.md
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)).
252 changes: 0 additions & 252 deletions RingMenu.lua

This file was deleted.

16 changes: 8 additions & 8 deletions RingMenu.toc
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
30 changes: 0 additions & 30 deletions RingMenu.xml

This file was deleted.

Loading

0 comments on commit b5c68ee

Please sign in to comment.