Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Edik
Forum: PTR General Discussion 04-30-18, 11:39 PM
Replies: 14
Views: 8,463
Posted By Edik
I agree. GetTime() changing every frame update....

I agree. GetTime() changing every frame update. When you have low FPS it could change only few times per second. But auras change few times per second as well if you care just about aura existence...
Forum: PTR General Discussion 04-30-18, 11:29 PM
Replies: 14
Views: 8,463
Posted By Edik
I must agree with most notes here. I found falw...

I must agree with most notes here. I found falw in my code. In fact it didn't cahe at all if query didn't hit exactly same aura. I fix it by:


if cache and cache[key] and cache[key]['stamp'] ==...
Forum: PTR General Discussion 04-30-18, 05:21 AM
Replies: 14
Views: 8,463
Posted By Edik
In 7.3 you won't need any caching. In 8.x is...

In 7.3 you won't need any caching. In 8.x is quering Aura by name completely removed. So if you have mutiple checks in single line I guess caching is worth to try. If you do by aura index from 1 to...
Forum: PTR General Discussion 04-29-18, 05:54 AM
Replies: 14
Views: 8,463
Posted By Edik
Wraper functions for 8.0.1 spell/aura changes

I have set of functions to wrap changes without no need to modify old code for transcending period in addon development. It allows still use code in 7.3 and 8.x. Just replace P. with your add-on name...
Showing results 1 to 4 of 4