Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2021-03-29 00:00:00Z and 2021-03-30 00:00:00Z
@louis about ur alt tab black screen, ever checked if you screen refresh rate is set correctly?
bcs black screen is normally, that it changes the video mode
I also rebased one pr, that adds desktop fullscreen and windowed fullscreen to the graphic options:
https://github.com/ddnet/ddnet/pull/3577/checks?check_run_id=2216275563
If you want to try that out, maybe that helps, bcs it uses the desktop video mode directly
just tell me where to discuss it, bcs i am actually serious about this request
Deleted User
@louis about ur alt tab black screen, ever checked if you screen refresh rate is set correctly?
bcs black screen is normally, that it changes the video mode
I also rebased one pr, that adds desktop fullscreen and windowed fullscreen to the graphic options:
https://github.com/ddnet/ddnet/pull/3577/checks?check_run_id=2216275563
If you want to try that out, maybe that helps, bcs it uses the desktop video mode directly
well i can just asssume, but maybe the refresh rate is set to 59hz on the desktop, but tw uses 60 or smth similar
12:18
it might be wrong and maybe just HDR setttings or color settings, but the client i posted has windowed and desktop fullscreen, which assuming SDL does its job correct, select the video mode the desktop is currently using
12:18
so i hoped, that might help and is just a config in general
My fear is that they are just overselling their network bandwidth. Last time I complained about something like that they just put me on another network instantly, so it seems like they expected some people to complain about that
@Learath2@heinrich5991
maybe you remember my question on how to make the emotes look smooth, like on fng2+, well, I found the cause, its sv_high_bandwidth which sends the m_CurrentGameTick so the animation looks smoother. I tried to send a SNAPEMTPY to update the current tick for the client between each snapshot, because with my 128p support i will definitely not go on snapshots every tick, lol :D already tested it, thats too much.
but i did not get anything good or smooth with the SNAPEMPTY contatining the current tick, maybe you have another solution?