Results: 268Comments by: Soyier
File: Neuron10-27-18
Any word on being able to suppress...
Posted By: Soyier
Any word on being able to suppress Blizzard's standard Vehicle UI? I just wrote the code to implement this. I tried to make it so you could show the vehicle bar independent of the blizz bar, but it was buggy. I couldn't get it consistently to work, so for now it's either show ALL the blizz stuff or hide ALL the blizz stuff. Gra...
File: Neuron10-27-18
Any word on being able to suppress...
Posted By: Soyier
Any word on being able to suppress Blizzard's standard Vehicle UI? I just wrote the code to implement this. I tried to make it so you could show the vehicle bar independent of the blizz bar, but it was buggy. I couldn't get it consistently to work, so for now it's either show ALL the blizz stuff or hide ALL the blizz stuff. Gra...
File: Neuron10-26-18
Any word on being able to suppress...
Posted By: Soyier
Any word on being able to suppress Blizzard's standard Vehicle UI? I just wrote the code to implement this. I tried to make it so you could show the vehicle bar independent of the blizz bar, but it was buggy. I couldn't get it consistently to work, so for now it's either show ALL the blizz stuff or hide ALL the blizz stuff.
File: Neuron10-25-18
Good news, I fixed the issue with m...
Posted By: Soyier
Good news, I fixed the issue with making and deleting new bars in MASTER. Can the people who were testing for me resync and test the latest patches? What we have now works and is stable, but it's not the end-product that I'd like to ship. I just don't wana keep holding up bug fixes for the DB any longer. I can always come back to the...
File: Neuron10-16-18
Any word on being able to suppress...
Posted By: Soyier
Any word on being able to suppress Blizzard's standard Vehicle UI? Will be in the next release
File: Neuron10-11-18
Jeeeesus After a week and half o...
Posted By: Soyier
Jeeeesus After a week and half of searching through the code I finally found the cause of the buttons not saving. And it wasn't the code that was broken, it was that I was misunderstanding how aceDB saved data.
File: Neuron09-26-18
Re: Re: New version Soon!
Posted By: Soyier
I haven't abandoned y'all ;-) New version is coming soon! I had a bunch of work needing my attention in my day-to-day, and needed a bit of a break from side projects. However, that's all done now, so I'll get back to writing code this week. With my last commits I was ~75% of the way with a database rewrite which has been a long ti...
File: Neuron09-26-18
New version Soon!
Posted By: Soyier
I haven't abandoned y'all ;-) New version is coming soon! I had a bunch of work needing my attention in my day-to-day, and needed a bit of a break from side projects. However, that's all done now, so I'll get back to writing code this week. With my last commits I was ~75% of the way with a database rewrite which has been a long ti...
File: Neuron09-19-18
Re: Heavy fps lag/stuttering in arenas
Posted By: Soyier
Over the past year or so with Ion/Neuron I've noticed progressively worse lag in arenas when pressing buttons, getting worse the longer I go without a /reloadui (but is never good.) Might start out dropping from 150-200 fps to 40-50 when spamming a button (but with a choppy feel, like frame freezes completely for 30-50% of total fram...
File: Neuron09-04-18
At another conference from tomorrow...
Posted By: Soyier
At another conference from tomorrow till monday Gah I have to miss the first raid!
File: Neuron09-02-18
Getting the following error when tr...
Posted By: Soyier
Getting the following error when trying to create a new bar. Using the github version, downloaded yesterday. Don't know if it matters but I had deleted the 4 default status bars prior to trying to create this new action bar. Message: Interface\AddOns\Neuron\Neuron-Bars.lua:1843: bad argument #1 to 'ipairs' (table expected, got nil...
File: Neuron09-02-18
Re: Re: Good new everyone!
Posted By: Soyier
I unanimously passed my doctoral thesis defense! Now I can stop stressing about that and get back to work :-) CONGRATS Dr. Soyier! Haha thanks!!! I'm not a doctor quite yet, 1 more year or so, but now they can't kick me out ;-)
File: Neuron08-31-18
Good new everyone!
Posted By: Soyier
I unanimously passed my doctoral thesis defense! Now I can stop stressing about that and get back to work :-)
File: Neuron08-30-18
Ah, that's exactly the error I was...
Posted By: Soyier
Ah, that's exactly the error I was telling you about, Soyier! I was also on my 110 shaman. I fixed this on the other branch. I have to fix another issue there though before I can merge it
File: Neuron08-29-18
Re: Re: New version coming soon!
Posted By: Soyier
Hey Guys, Over the last few days I completely rewrote the Neuron database system, and I'm pretty pleased where we are now. We now have database versioning, so I can write code to cleanly migrate databases from one version to another (so less needing to start from scratch going forward, ideally), and it is WAY easier to work with n...
File: Neuron08-27-18
New version coming soon!
Posted By: Soyier
Hey Guys, Over the last few days I completely rewrote the Neuron database system, and I'm pretty pleased where we are now. We now have database versioning, so I can write code to cleanly migrate databases from one version to another (so less needing to start from scratch going forward, ideally), and it is WAY easier to work with n...
File: Neuron08-25-18
Re: Travel form on feral druid
Posted By: Soyier
Hello when I'm specced feral the travel form button does not work on my toolbar. I can use it fine from spell book but not on toolbar Yeah there's a blizzard bug with druid forms right now. Just add shaoeshift to the macro so it should be "/cast Travel Form(shapeshift)" or "/cast Bear Form(shapeshift)" it has something to do when...
File: Neuron08-21-18
1. Since the reset with 34a my pet...
Posted By: Soyier
1. Since the reset with 34a my pet bar shows all the time (even without pet as blank). How do i change it back to usually setting ? 2. is thera a way to unsee the bars within the Memory-minigame ? 3. is there a way to create a 2nd Rep-bar ? thx upfront :) You might have to delete the pet bar and remake it. I've hit this glitc...
File: Neuron08-20-18
Re: Blizzard Vehicle UI
Posted By: Soyier
Will this release fix the Blizzard default vehicle UI background showing and blocking the neuron action bars? I did a quest this evening where I was controlling a ravager and it was happening there. I was able to finish the quest by just hitting the 1,2,3 buttons and figuring out what they do. Thank you and keep up the great w...
File: Neuron08-19-18
Great work as usual I have a sma...
Posted By: Soyier
Great work as usual I have a small issue though there is no Tooltip when I look at the Extra Action Button plus that button appears Dark even when I can use it (IE it seems visually that I am out of range or not in the correct area) Yeah something changed in BfA to the way the extra action button caches data and state. I need...
File: Neuron08-19-18
Great work as usual I have a sma...
Posted By: Soyier
Great work as usual I have a small issue though there is no Tooltip when I look at the Extra Action Button plus that button appears Dark even when I can use it (IE it seems visually that I am out of range or not in the correct area) Yeah something changed in BfA to the way the extra action button caches data and state. I need...
File: Neuron08-18-18
New Release Out!
Posted By: Soyier
New Feature! **You can now track Azerite power, much like you used to track Artifact Power, in the XP Bar! :)
File: Neuron08-15-18
With the latest patch I've noticed...
Posted By: Soyier
With the latest patch I've noticed that when I swap specs on my druid I need to /reload to get the bars to swap. This is on a completely new profile setup (the prior patch ate my bars). Also it seems that procs are randomly glowing (Omen of Clarity on druid). I'm reverting back to where we were in 0.9.31e until I can work this...
File: Neuron08-15-18
This latest release is a tad more g...
Posted By: Soyier
This latest release is a tad more glitchy than I had first though. Sadly I'm away at a conference till Sunday so I can't test any code changes I make. I reverted the OnUpdate changes I made, so that should possible fix some of them @buju you're my eyes and ears for the next 3 days bud :-)
File: Neuron08-15-18
New Big Release
Posted By: Soyier
Hey Guys, With the help of Buju we have just pushed what is the largest performance release of Neuron/Ion in probably 10 years. Enjoy the extra FPS and the game should be significantly, if not entirely, less choppy. There's still more than can be done, but this gets us over 50% of the way to what I would call optimized :-)...