Results: 639Comments by: Satrina
File: Status Window 210-28-10
Soon! There's a fair bit of testin...
Posted By: Satrina
Soon! There's a fair bit of testing to make sure that everything works correctly after updating the code for WoW 4.0.
File: Satrina Buff Frames 310-26-10
SBF and Clicking off Buffs Read wh...
Posted By: Satrina
SBF and Clicking off Buffs Read what I am working on: http://evilempireguild.org/SBF. All updates to what's happening will appear there. brknsoul: Not easily, no. In any case, trying to show/hide a SecureAuraHeader frame in combat via a click from an addon would give you taint errors.
File: Satrina Buff Frames 310-24-10
Looking at the code, there is no re...
Posted By: Satrina
Looking at the code, there is no reason why !my and !c should not work right now.
File: Satrina Buff Frames 310-24-10
About the not being able to dispell...
Posted By: Satrina
About the not being able to dispell buffs thing... Isn't it possible to just run a macro that runs '/cancelaura ' when rightclicking on a buff> The text would have been invoked by an addon, so the execution path would be considered tainted and you'd get the same blocked action message. c&!my : this should allow me to se...
File: Satrina Buff Frames 310-22-10
So why not just activate the mouse...
Posted By: Satrina
So why not just activate the mouse for names?
File: Satrina Buff Frames 310-22-10
Originally posted by bossmansmith...
Posted By: Satrina
Originally posted by bossmansmith Link found here for a way to allow right clicking of buffs/debuffs http://www.wowinterface.com/forums/showthread.php?t=36117 I was reading that code, yep. I am fairly sure it will suffer the same problem as when I tried using SecureActionButtonTemplate alone - if you do any sorting on the buf...
File: Satrina Buff Frames 310-22-10
I can fix that in the next update!
Posted By: Satrina
I can fix that in the next update!
File: Satrina Buff Frames 310-21-10
Unfortunately, because the text wou...
Posted By: Satrina
Unfortunately, because the text would have been placed there by an addon, the execution path would be considered tainted and you'd get the same blocked action message.
File: Satrina Unit Frames 310-21-10
Given the lack of outcry at the pot...
Posted By: Satrina
Given the lack of outcry at the potential demise of SUF, I'll take it that the six of you who used it have moved on ;)
File: Satrina Buff Frames 310-21-10
Well, for now don't click on empty...
Posted By: Satrina
Well, for now don't click on empty list entries :)
File: Satrina Buff Frames 310-21-10
3.1.25 is up! + "my" filters are...
Posted By: Satrina
3.1.25 is up! + "my" filters are fixed + Added support for thrown weapon poisons + Poisons, totems, etc. should not cause errors in filters anymore + Spells tab works again + Added option in the spells tab to show/not show buffs by spellID + Added options in the global tab to show default buff frame and default enchant frame...
File: Satrina Buff Frames 310-21-10
Bitterness/Vertigo - I can't reprod...
Posted By: Satrina
Bitterness/Vertigo - I can't reproduce your cooldown sweep problem. Any extra info you can give would be great. People with problems where clicking the tracking buff does not pop up the menu - I can't reproduce that either. Do you have that frame set to clickthrough? Also, if you're showing names and it overlaps the icon that...
File: Satrina Buff Frames 310-21-10
That is addressed in 3.1.25, which...
Posted By: Satrina
That is addressed in 3.1.25, which will go up a little later this afternoon.
File: Satrina Buff Frames 310-20-10
I'll check that out, thanks!
Posted By: Satrina
I'll check that out, thanks!
File: Satrina Buff Frames 310-20-10
And yet after all that diligence, y...
Posted By: Satrina
And yet after all that diligence, you still missed the giant red text on the front page
File: Satrina Buff Frames 310-20-10
...
Posted By: Satrina
...
File: Satrina Buff Frames 310-20-10
my filters will be fixed in 3.1.25...
Posted By: Satrina
my filters will be fixed in 3.1.25 (Thanks, Chip, for pointing out my boneheaded change :D)
File: Satrina Buff Frames 310-20-10
Yes, but you'd know that had you re...
Posted By: Satrina
Yes, but you'd know that had you read the GIANT RED TEXT on the front page.
File: Satrina Buff Frames 310-19-10
3.1.22 was using SecureActionButton...
Posted By: Satrina
3.1.22 was using SecureActionButtonTemplates for icons/bars/names, but trying to set the buff index (you also need button:SetAttribute("index", n) for the cancelaura type to work) for the secure buttons in combat was giving taint errors and causing buffs gained in combat to not appear, and other bad stuff. I have some ideas that I a...
File: Status Window 210-17-10
Heh, you all don't make it easy to...
Posted By: Satrina
Heh, you all don't make it easy to drop the project, eh? I'll think about it then :)
File: Satrina Buff Frames 310-16-10
The spells list is just a nice fron...
Posted By: Satrina
The spells list is just a nice front end that writes filters for you. Write em yourself for now :)
File: Satrina Buff Frames 310-15-10
3.1.24 disables clicking off of buf...
Posted By: Satrina
3.1.24 disables clicking off of buffs. It was causing huge problems in combat (buffs and debuffs not showing at all), so it had to go for now. I'll work on it next week and hopefully find a workaround. Please try not to bump this down so it doesn't get lost for new viewers. I will not be near my computer until Sunday. If you h...
File: Satrina Buff Frames 310-15-10
Originally posted by Grayson Carlyl...
Posted By: Satrina
Originally posted by Grayson Carlyle Just as an extra precaution, for the brief period of right clicking buffs to remove them was enabled, it also totally killed my framerate in combat. From 40 to 5fps. Not sure if it had to do specifically with the taint and texture loading or something else, but it's a possible issue if you try...
File: Satrina Buff Frames 310-15-10
3.1.24 is awaiting promotion to dow...
Posted By: Satrina
3.1.24 is awaiting promotion to downloadable status. The problem is that in combat, when trying to associate a buff's index with the secure frame to allow it to cancel the buff when you click, you get a taint error and the icon doesn't get to be shown. When I can find a way around that, we'll be in business. (Any buffs you...
File: Satrina Buff Frames 310-15-10
Yeah, it's a side effect of the cli...
Posted By: Satrina
Yeah, it's a side effect of the clicking off of buffs problem. I thought I had solved it, but I have not. I will look at it more next week. 3.1.24 coming up with no dismissable buffs in the meantime. Yay?