Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: Stea
Forum: General Authoring Discussion 10-16-20, 11:32 PM
Replies: 2
Views: 4,547
Posted By Stea
Thanks, that did the trick. I added a search for...

Thanks, that did the trick. I added a search for the category I put my addon in, and I guess that's close enough:

if (not KeyBindingFrame) then
KeyBindingFrame_LoadUI()
end
if not...
Forum: General Authoring Discussion 10-16-20, 07:37 AM
Replies: 2
Views: 4,547
Posted By Stea
Open to app Keybindings

My addon allows keybindings using the standard wow interface. I find a some people either have no idea where that is, or don't think to look there to set them. So I'd like to add an option in my...
Forum: Dev Tools 10-16-20, 07:27 AM
Replies: 16
Views: 23,263
Posted By Stea
Ah OK, thanks for the response. Was hoping it was...

Ah OK, thanks for the response. Was hoping it was still going since it's the least amount of things I have to do to distribute. Currently I tag in GitHub and that triggers the update to curse, but...
Forum: Dev Tools 10-14-20, 02:39 PM
Replies: 16
Views: 23,263
Posted By Stea
I authorize the auto pull of my addon from...

I authorize the auto pull of my addon from curse.

Stea Summon
https://www.wowinterface.com/downloads/info25724-SteaSummon.html
https://www.curseforge.com/wow/addons/steasummon

Thanks
Forum: General Authoring Discussion 09-28-20, 09:16 AM
Replies: 7
Views: 9,247
Posted By Stea
It's nothing fancy....

It's nothing fancy. Essentially:

getgroupmembership() do

-- add stuff to various lists within the same module
-- a few function calls base on trigger conditions (where the function updates...
Forum: General Authoring Discussion 09-28-20, 09:04 AM
Replies: 7
Views: 9,247
Posted By Stea
Hmm that might explain the instance of nil for...

Hmm that might explain the instance of nil for name that I got (I have catches and debug output for that now, along with a check around membership size changing during the loop). Though this add-on...
Forum: General Authoring Discussion 09-26-20, 01:07 PM
Replies: 7
Views: 9,247
Posted By Stea
Thanks, that is good news. I suspect then that...

Thanks, that is good news. I suspect then that the problem is just something to do with the changing group membership list while iterating the group - that at least is asynchronous, correct? Or...
Forum: General Authoring Discussion 09-26-20, 04:11 AM
Replies: 7
Views: 9,247
Posted By Stea
Threads: where is the mutex/lock api?

I have just noticed some problems that have the hallmark race conditions. I have two functions, both called via an event. One of them I just added and it is essentially called every 3 seconds. The...
Showing results 1 to 8 of 8