InfusOnWoW
                                            InfusOnWoW
                                        
                                    I think a global options for that is saner. An aura author mostly wants to set it up so that the user's unit frame gets anchored, glowed, etc. And the...
I've finally taken a close look at the casting bar to understand how it works. First of all there's a huge amount of stuff there, the cast bar consists of...
All auras in a dynamic group are on the same frame level. This is intended behaviour. Although dynamic groups previously worked differently and thus I think we should add an...
I did change the behaviour again for the next release, it should work in the way you want it. The current behaviour is then an opt-in.
That's the simple part. (Though obviously incomplete). The complex part is modernizing all existing auras, which is I think is currently impossible. We would need to map all indexes in...
Well, they only break for some classes not for all, and also only partially. This wasn't a problem in the past because the pvp talents rarely changed. They have been...
This is now implemented for TWW. The pvp talent trigger now internally uses spellIds, meaning that on patches the trigger should mostly continue to work. (Since spellIds changed less than...
There's actually already a sort-of standard for custom names in the role playing addon community, apparently the common protocol is this: https://github.com/Total-RP/Total-RP-3/wiki/Mary-Sue-Protocol I haven't looked to deep into it, the...
As far as I undestood, there can be multiple addons requesting name information, but only one responding to name request information. Which is a pretty reasonable. With the library/protocol you...
I am leaning towards not merging before 10.2, there are probably regressions which we won't immediately recognize and I think merging in a quiter period is better than immediately before...