Robert Müller
Robert Müller
It's currently not possible to copy selected console lines unless Ctrl+C is used with an external keyboard. Activating the search is also only possible with Ctrl+F. We could add some...
The idea is to split the menus further (demo, ingame, settings etc.) and allow splitting other components into sub-components (see #10308) while still giving them convenient access to the interface...
Previously, the message `Getting server list from master server` kept being shown also after no master servers could be found. Now, a separate message `Could not get server list from...
Check if more ticks are still being written to the demo 1 second after starting playback to detect a live demo. For live demos, each tick incrementally scan for new...
Reported by texnonik: 1. Create a new map. 2. Add an image that has automapper rules. 3. Add a tile layer to the game group. 4. Increase the tile layer...
``` In file included from src/engine/shared/websockets.cpp:15: ddnet-libs/websockets/include/libwebsockets.h:42:10: fatal error: lws_config.h: No such file or directory 42 | #include "lws_config.h" | ^~~~~~~~~~~~~~ compilation terminated. ``` The file is generated by the...
Add `cl_video_touch_controls` option which overrides whether the touch controls are shown while rendering a demo, to more easily hide/show all touch controls while rendering a demo instead of having to...
Executables fail to launch when build with latest MSYS2/MinGW due to outdated `libwinpthread-1.dll`
Launching any of the compile targets results in an error similar to `Procedure entry point "nanosleep64" not found in DLL "DDNet.exe"`. Deleting the file `libwinpthread-1.dll` from the build folder fixes...