Got rid of needing a new special method per addon master. Now the vast majority just use the same one (as long as you're only pushing buttons as opposed to lists or anything else).
Drawing attempts also only occur if there's a focused addon now, so more performant vs checking dozens of addons all the time
The built in command now actually does something (it just toggles execution)
Moved the watcher to an event that's only active while keys are being drawn.
Fixed the conditions for node visibility some more (selectok when you died in pvp would erroneously draw, as well as old context menu entries)
Got rid of needing a new special method per addon master. Now the vast majority just use the same one (as long as you're only pushing buttons as opposed to lists or anything else).
Drawing attempts also only occur if there's a focused addon now, so more performant vs checking dozens of addons all the time
The built in command now actually does something (it just toggles execution)
Moved the watcher to an event that's only active while keys are being drawn.
Fixed the conditions for node visibility some more (selectok when you died in pvp would erroneously draw, as well as old context menu entries)
And added a couple dozen more addons