Robert Müller
Robert Müller
Do you mean that the client can connect to servers via econ? Or that the (headless) client can be controlled via econ?
We would need a global RAII wrapper to do all cleanup in the correct order, otherwise we don't have the control over the order that we need for SDL.
Chinese input works (using native keyboard layout and Microsoft PinYin IME):  Korean (Hangul) input works (using a Korean keyboard layout and Microsoft IME):  Right Alt toggles Hangul input....
It works when I compile SDL 2.0.16 myself, but 2.0.10 is the latest version available via package manager. I think we should provide precompiled libraries for all operating systems, so...
The "else" code is basically the same as for `eval_if`, so I think this code would be fine for now https://github.com/teeworlds/teeworlds/blob/b9a30e8a2b872c31b4513e9575c99e044be40bd4/src/engine/shared/console.cpp#L695-L738 IMO, just remove the "else" entirely from both commands....
Remove just the keyword, so the second option.
> Don't you think it helps with readability? Slightly, but I think it would get confusing with multiple nested commands in any case. For complex commands it's probably more readable...
I changed it to use only `FreeConsole` instead of `ShowWindow(GetConsoleWindow(), SW_HIDE)`, so the parent console line window is not closed/hidden. If you want to open teeworlds/srv without a console, from...
Like before, the statboard opens automatically 3 seconds after game over. Then 200ms later the stats screenshot is taken. The duration for which the statboard is open is determined by...
We can do this with tooltips based on #2825 but I don't want to add more things to that pull request.