ddnet/src
bors[bot] 8b31dbb108
Merge #5155
5155: Remove cl_show_console and -c / --console command line options, attach to existing console r=heinrich5991 a=Robyt3

Alternative to #5154. 

Closes #5150.

If you want to open the client with a console window, instead create a new shortcut with the following target:

```
cmd /c "C:\path\to\your\DDNet.exe"
```

You can change the icon of the shortcut to the DDNet icon in the properties of the shortcut file.

## Checklist

- [X] Tested the change ingame
- [ ] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps
- [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional)


Co-authored-by: Robert Müller <robytemueller@gmail.com>
2022-05-20 06:49:41 +00:00
..
android Add Android build scripts 2021-08-24 12:18:20 +02:00
antibot Merge pull request #3961 from fokkonaut/pr-antibot 2021-12-19 19:33:56 +01:00
base Try attaching to existing console 2022-05-19 21:24:46 +02:00
engine Remove cl_show_console and -c / --console cmdline options 2022-05-19 21:24:19 +02:00
game Merge #5155 2022-05-20 06:49:41 +00:00
macos Make Objective-C file Objective-C++ 2022-05-19 11:16:03 +02:00
mastersrv Switch to nanoseconds 2022-05-18 18:05:41 +02:00
steam Add modernize-deprecated-headers 2022-02-15 00:22:52 +01:00
test Add override in code behind CONF_DISCORD, disable clang-tidy check 2022-05-18 01:19:35 +02:00
tools Switch to nanoseconds 2022-05-18 18:05:41 +02:00
twping Remove unused Flags argument in network code 2022-03-04 19:33:06 +01:00