KebsCS
KebsCS
Bumped `VERSION_DDNET_PREINPUT` version to 19.4
> i like this! - but how is it an alternative to #9060, because launching the server normally won't auth you automatically its more of an addition right? also will...
Fixed, If you're rcon on a local server, it will simply change the map. If the local server is running or you aren't authenticated, it will prompt you to confirm...
@Robyt3 Done!
@Robyt3 Done. Semicolons are fine, as they are parsed by the server's `ParseArguments`
@Robyt3 Done! I've tested the escaped quotes `\"\"\"` with `sv_name` and whitespaces, and everything worked fine
@Robyt3 Resolved conflicts and added tests to verify, that shell_execute which starts the server behaves correctly
@Robyt3 Done. This is the new popup. Could you check if it works on Android? 
> Could disable the quick action if there is no map opened yet. I think that would be unintuitive since there's already a warning prompting the user to save the...
@Robyt3 Done, also added `dbg_assert((arguments == nullptr) == (num_arguments == 0), "Invalid number of arguments");` in response to this comment: > The documentation for lpParameters also states > > Optional....