Robert Müller

Results 148 issues of Robert Müller
trafficstars

**This requires a major version bump (0.8)**, as the game would otherwise be broken for old clients on servers with non-default tuning. See https://github.com/teeworlds/teeworlds/issues/1120#issuecomment-612869798.

The message gets printed very often on some maps/servers (e.g. Multeasymap), which may lead to lag (#200), though I didn't notice it on my machine. It also gets printed even...

Increase size for maplist entries to from 32 to 128. This still works in the console autocompletion: ![screenshot_2022-02-16_23-12-42](https://user-images.githubusercontent.com/23437060/154366269-081a85df-935e-4522-b7e2-96a7d0abfe2c.png) Unusualy names like 127 times the letter `m` don't fit in the...

Sort the maplist on the server-side, so it's also sorted on the client-side.

Add updated scripts to detect variable name style violations. Remove the obsolete `scripts/refactor_count.py`. Remove the `// ignore_convention` comments that were only used by this script. All currently incorrectly named identifies...

The client hangs in `CSound::Init` when calling `SDL_InitSubSystem`, inside the PulseAudio library code on Ubuntu. I think this is an issue with SDL and not with PulseAudio, as it works...

Using stb_image decreases loading times for images by around 25% when compared to pnglite for me, but this should be tested with other compilers, computers and images. This would also...

Adopt UI refactorings from upstream: - move `CUIRect` into a separate file - this allows some includes of `ui.h` to be removed, most importantly in `render.h` - move `CRenderTools::DrawUIRect/4` to...

1. Open or create a map with Game, Tele, Speedup, Switch and Tune layers. 2. Select a brush in the Game layer. 3. Switch to the Tele, Speedup, Switch or...

bug
editor

For example if the server crashes due to an assertion, the workflow will only log ``` ./integration_test.sh: line 169: 6420 Illegal instruction (core dumped) $tool ../DDNet-Server "sv_input_fifo server.fifo; sv_rcon_password rcon;...

CI