File Details
1.0.0-1
- R
- Oct 11, 2018
- 369.60 KB
- 56
- 8.0.1
- Retail
File Name
ElvUI_SpellBinder-1.0.0-1.zip
Supported Versions
- 8.0.1
ElvUI SpellBinder
1.0.0-1 (2018-10-11)
- One more try at .travis.yml
- Fixed .travis.yml again
- Fixed .travis.yml and update TOC
- Added .travis.ymp for automatic packaging
- No longer save the active bindings tree in the database. It's a pointless waste of space.
- Fixed a few minor bugs when starting up for the first time.
- Item binding is now functional
- I have no idea how this was working at all before this commit.
- Update README.md
- Fixed copy/paste error
- Restored functionality of racials, even if a class has no other supported abilities
-
Fixed lua error and finished out support for all classes
No longer generates an error when logging in with a class that has no supported spells.
Added all the spells that I'm aware of for all classes. - Removed two vim backup files
- Fix load error on new machines?
- nothing to see here
- Group of minor updates, mostly aesthetic
-
Worked around a Blizzard bug where GetSpellPowerCost() doesn't always set the cost correctly.
Sometimes, with Levitate for exampe, the table that GetSpellPowerCost() returns has the .cost member set to 0. This is inaccurate, so to work around it, I calculate the cost myself using the costPercent member and UnitPower.
This is still slightly inaccurate, however, since the costPercent variable appears to be wrong. Using Levitate as an example again, costPercent is set to 1, when in reality, the spell appears to cost 0.9% of base mana.
Whatever, it doesn't need to be exact. - Tooltip colors are now customizable
- Now guarantees the order in which bindings will be shown in the tooltip
- Prevent accidental binding of multiple abilities to the same key
- Command menu works now
- Removed .idea/* from repo
-
Added the .idea folder to .gitignore
Ignoring CLion IDE files -
Spel based bindings completely work now
It's a little messy, but I'll clean it up later - Spec based bindings work now
- Diabled Spec Based Bindings button until it actually works
-
Cleanup and more features
Cleaned up some code and DB usage
Enable button now works as expected
Added option to turn off tooltip modification -
Left and Right buttons default to target and menu respectively when bindings are removed
Left and right buttons will now be reset to their defaults of target and menu when bindings are removed from them.
Tooltip width narrowed by 30%
Removed print statement that was accidentally left in -
All basic functionality is now working
Spellcasting, tooltips and racial abilities are all working now. - Initial commit

