Robert Müller
                                            Robert Müller
                                        
                                    Seems to happen very consistently now.
I tried getting a backtrace by running server and client with gdb in the clang-san CI but that seems to prevent the issue from happening. Or disabling leak sanitizer had...
Variable names should be descriptive and readable. I wouldn't say there's a fixed length that they need to have and I don't know if I can describe it as any...
> > though I would prefer if the textrender was changed to support STextColorSplit also with text containers instead of creating a separate text container for every colored segment. >...
To consider: the console command input is 512 characters long, so the longest broadcast that can be sent with the current color codes from the rcon without using config files...
I think checks for uninitialized memory are generally useful, some weird UI bug have been caused by uninitialized memory in the past and this can be hard to debug. In...
By the way, closing statements in the commit/PR title still don't work. I always put the `Closes XYZ` in the body of the commit, so I never run into this...
> Yea a default would be nice but how? How does the default know it can be used? Check the tileset name? Check the image hash? The purpose of a...
> Could we send SDL events for controllers to reuse the controller logic? Or is that more complicated than handling it in our logic directly. Probably easier to do it...