Robert Müller
Robert Müller
The name of the Kills/Frags column in the statboard is not consistent with the settings. In the statboard it's _K_, whereas in the settings it's called _Frags_. Should the K...
Should we decrease https://github.com/teeworlds/teeworlds/blob/0a02e13dc071fb91ae67ad63731d66f135fd1441/src/engine/server/server.h#L81 accordingly?
I think you also need to implement `GetScreen` in the null-graphics, otherwise the outputs of the function will be left uninitialized. Setting all four outputs to zero would also lead...
Good question. Problem with creating a separate 0.8 branch now would be the same as with the editor branch. It gets harder and harder to merge all the new changes...
> In the menu where I need to select a server, I try to scroll through the list of servers with the mouse wheel. Instead of scrolling through the list,...
> And what does the keyboard have to do with it? I am writing about the fact that my mouse wheel is not working properly. But my keyboard layout is...
> I specifically avoided this because you cannot use the pointer safely without also checking the returned length. I don't really see a use case where you can use the...
> Also can you make sure that the player itself is on the statboard? I don't know if it still works with 64 players and you are somewhere at the...
My roadmap: - [X] Base64 encoding/decoding - Base64 encoding adds around 33% overhead to the skin container file size, but it's easier to integrate as we already have json skin...
> improve removing a map list entry for the client (currently creates a duplicate one and copies over) Is there even a need for the server to be able to...