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 2020-11-29 00:00:00Z and 2020-11-30 00:00:00Z
that is supposed to help when for example a person should be kicked, but in the vote menu you cant make out which person you want to kick because the name is so similar
there is problem with changing custom resolution, everytime I open game I need to turn off full screen and turn it on again after opening game to make custom resolution work, like it doesnt save everytime you restart game. A lot of people using custom res and its a bit annoying
Some entities like pickups are always sent to the client, and the client will currently try to render them even if they are off screen.
I'm not sure if using hardcoded values for the maximum item size is the correct way. For some entities it can vary depending on the game.png, or on font size and namelength for nameplates, so I tried to find the maximum values and added an extra margin of 2-3 tiles.