Robert Müller
Robert Müller
We got following reports of crashes: - [ ] Redmi Note 8 Pro, Android 11 (FNG on Discord) - [ ] Redmi Note 9, Android 10 (METERO on Discord) -...
Add new client component `CTouchControls` for playing the game with touch inputs. The touch controls can be enabled/disabled with the config variable `cl_touch_controls`, which defaults to `1` on Android and...
This uses `0.5f` as the darkest lighting value for color config variables, but the 0.7 skin color config variables should use `61 / 255.0f` instead: https://github.com/ddnet/ddnet/blob/580b2690a0e1f274b08ce4868ec5dde835278206/src/engine/shared/config.cpp#L120-L121 This uses `UnclampLighting` with...
Reported by cyberfighter 2 on Discord: > i got a very weird bug once > i timed out and rejoined, the only thing visible was my cursor > then my...
Enabling WiFi while already connected to a server over mobile network causes the client to get connection problems but not directly time out. Seems like some packets still go through...
Reported by texnonik: 1. Create new envelope 2. Set time of second point to 10.0s with the text input 3. Adjust zoom 4. Undo the change with Ctrl+Z 5. The...
Reported by Gwendal on Discord: > /setjumps have weird behaviours when going above 2^31(intmax issues ig) We are currently not validating any of the integer, float and color console command...
I think it would be useful to add CI for the Android build, so we notice when it breaks in the future. It would also allow building and uploading the...
This increments the loading progress `client_data7::g_pData->m_NumImages` times by calling `RenderLoading`: https://github.com/ddnet/ddnet/blob/8290db97b80082f10dcbece183bd5eda5ad1e8c2/src/game/client/gameclient.cpp#L388-L395 However, the total loading amount does not include the 0.7 images: https://github.com/ddnet/ddnet/blob/8290db97b80082f10dcbece183bd5eda5ad1e8c2/src/game/client/components/menus.cpp#L899 This causes the loading bar to overflow,...
Would be helpful if the client could show the ban time localized to the time zone of the user instead of requiring them to convert from UTC manually. This would...