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-17 00:00:00Z and 2021-03-18 00:00:00Z
i often switch between mesa 20 and 21 and both run completly stable for me. indeed the only crash i had recently was outside of ddnet(probs not even opengl)
11:32
but when i first got my gpu the driver were more unstable too, but that was also the time amd went opensource
Uh, I will take a look, if it doesnt look to hairy I'll try to get it in but honestly I've been in a shitty mood this entire month so it's kinda uncertain I can get to it
13:49
If you want it certainly done you should PR it yourself :P
https://github.com/ddnet/ddnet/pull/3654
Any idea why the style check/clang might be failing me? I've run the clang format locally and it doesn't change anything. I've overwrote the ddracechat file with the master version but no changes were detected
Added a new chat command /swap based on the discussion in the associated issue:
#1103
Swaps the character's position with another tee using the existing Save/Load functionality.
Restriction...
Don't put effort into getting clang-format right, we need to find a better solution that uses a fixed version. For example we could just do the clang-format as part of the merge into master