Robert Müller
                                            Robert Müller
                                        
                                    Seems good. I assume in terms of UI we could add another checkbox "No login required" which would be checked by default. We only have enough height in the server...
Is this related to the map on your server? The DDNet client crashes with a bunch of my maps and demos I created with 0.7 master.
I can't reproduce the crash with ASAN, but I can get the client to freeze by sending a random start tick. Change both `pProj->m_StartTick = m_StartTick;` ([here](https://github.com/ddnet/ddnet/blob/56088cb4b090e2354206e6239cfd63727a97686d/src/game/server/entities/projectile.cpp#L300) and [here](https://github.com/ddnet/ddnet/blob/56088cb4b090e2354206e6239cfd63727a97686d/src/game/server/entities/projectile.cpp#L405)) to...
As far as I understand this request, it asks to add plus/minus buttons also for layer sizes. I don't see any problem adding the buttons to all numeric value selectors,...
@teini94 Can you clarify what you meant with this issue? Did #7897 fix it? Or is it https://github.com/ddnet/ddnet/pull/7897#issuecomment-1924115038?
Many of these changes were already included in #7532, please rebase on master first.
TBH, I'm not sure if any of the maintainers are motivated to get this PR merged. I'd prefer not to merge this unless another maintainer wants it. Seems too risky...
Likely caused by the same mechanism as #8101, since in both cases the crash is caused by accesses to map data with a tile index which should be valid, so...
If we increased `VOTE_DESC_LENGTH` from 64 to 128 then `Sv_VoteOptionListAdd` could potentially not fit all entries anymore due to the maximum packet size, so we would have to add additional...
Looks like this is caused by https://github.com/ValveSoftware/steam-runtime/issues/52. @Scrumplex Can you try recompiling the client with the following change? Add the line ```cpp curl_easy_setopt(pH, CURLOPT_CAINFO, "/etc/ssl/certs/ca-bundle.crt"); // use the correct path...