[V19] Skillslot Dollar Symbol and Antialiasing Problem

01/05/2016 21:15 NickHough#1
Hello,

I've noticed that when playing on my server that if i have Multisampling enabled the Gold Dollar Symbol on the action slot fails to render what i assume to be the backbuffer information (where it loads 2 merged images at a time).

However when not using Multisampling at all it works completely fine as intended.

Has anyone come across this problem before and found a fix for it? I have tried several things, including introducing a new backbuffer temporarily to handle just that one bit (no luck) as well as adjusting the Multisampling code, it seems that whenever you have a SampleType or SampleQuality it just fails to render the Dollar Symbol when you're waiting for a cooldown of the action slot.

For those wondering what my current MSAA code looks like (It is dynamic and applys the correct MSAA based on what your computer can handle as shown by the parameter MSQualityNumber)

01/10/2016 18:22 KazumiTanuki#2
try adding the taskbar of the released source code v19 from Virtouse by yourself and then it should be solved.
01/10/2016 19:09 NickHough#3
Quote:
Originally Posted by KazumiTanuki View Post
try adding the taskbar of the released source code v19 from Virtouse by yourself and then it should be solved.
I have looked at that source code for the taskbar system as i have with many others and they are quite similar to mine, but the problem is it works when there is no MSAA turned on (You activate the skill slot and the dollar symbol slowly loads back up from greyed out), but when you turn on MSAA it messes up and doesn't show either symbols.
01/10/2016 20:13 Mike Oxmaul#4
whats your "load" function?
01/11/2016 05:49 NickHough#5
Quote:
Originally Posted by Jupsi332 View Post
whats your "load" function?

Assuming you mean for the textures it is these:


It is exactly as it shows in Virtous's source for v19 and still doesn't work with MSAA!
04/02/2017 18:34 Capt. Jack#6
Sorry for pushing old threads, but I have the same issue.
Does someone know a workaround or fix?