ddnet/src/engine/server/databases/mysql.cpp:84:15: warning: 'Disconnect' overrides a member function but is not marked 'override' [-Wsuggest-override]
-Wsuggest-override
in C mode, but supports it in
C++ mode.
cl_port
cl_port 0
character-display-info@netobj.ddnet.tw
string736c392
Add HTTP masterserver registering and HTTP masterserver - heinrich5991
816e9f7
mastersrv: Add 0.7 support and other stuff - heinrich5991
2c004bf
x - heinrich5991
ce613e2
Fix memleak of multiply chained console commands - heinrich5991
19f57b4
bb - heinrich5991
c461d2f
Cut some dependencies - heinrich5991
7dac8bc
among others: make info serial a number - heinrich5991
4779660
more - heinrich5991
0632ec3
more - heinrich5991
4846c66
fix ipv6 - heinrich5991
1e388ff
kill the whole process if a task fails - heinrich5991
f769425
send non-info fields via http headers - heinrich5991
293a030
Make dbg_curl 1
use the normal logging - heinrich5991
4ed7d3c
Don't resend server info the masterserver already knows - heinrich5991
e6ccb3f
Make server info buffer size large enough - heinrich5991
dc711fc
Make mastersrv restartable without losing a lot of data - heinrich5991
79b1d98
Separate challenge token, add register extra fields again and handle Content-Type - heinrich5991
5252e25
Remove backward compatibility in mastersrv - heinrich5991
de2564b
Add crude port forward error message in the style of the old one - heinrich5991GetStdHandle(STD_OUTPUT_HANDLE)
will return an invalid handle, as no console has initially been created.
This causes the fallback CLoggerAsync
to be used, but it is also initialized only once with io_stdout()
, so it will not use the new console.
AllocConsole
is later called to create a console (with -c
or --console
command line options or with conf...if(ddnet) { dosomething; }
if(!ddnet) { dosomething; }
then you changed behavior on non-ddnet servers as well, no?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.
if(!ddnet) { dosomething; }
then you changed behavior on non-ddnet servers as well, no? if(ddnet) { dosomething; }
ResetInput
directly belowResetInput
, not the second one?ResetInput
, not the second one? 3d4db8f
Version 16.1 - def-
c9810c4
Add translation string "Adjust the opacity..." - def-
2ea7d54
Update spanish.txt - n0Ketchp
3dcf607
Remove accidentally added demos - def-
9bce268
Update tooltip text after changing language - def-
fd08635
Move create/destroy window ntf dbg_msg to log_debug - Jupeyy
eb1f78f
Update simplified_chinese.txt - Cheeser0613
179e06c
Update traditional_chinese.txt - Cheeser0613
dec9ddb
Revert "CGameClient::LoadMapSettings: Load the default tuning params by default" - def-
8106b3f
Update Korean translations by CHaBek - cwh7435
fc9bdd7
update french translation - NouaaTW
dfb4056
update french translations - NouaaTW
eb72cfb
Fixes by Chairn - def-
b9fb777
Updated dutch language by Ronan - Chairn
992f403
Update hungarian.txt - bencie3d4db8f
Version 16.1 - def-
c9810c4
Add translation string "Adjust the opacity..." - def-
2ea7d54
Update spanish.txt - n0Ketchp
3dcf607
Remove accidentally added demos - def-
9bce268
Update tooltip text after changing language - def-
fd08635
Move create/destroy window ntf dbg_msg to log_debug - Jupeyy
eb1f78f
Update simplified_chinese.txt - Cheeser0613
179e06c
Update traditional_chinese.txt - Cheeser0613
dec9ddb
Revert "CGameClient::LoadMapSettings: Load the default tuning params by default" - def-
8106b3f
Update Korean translations by CHaBek - cwh7435
fc9bdd7
update french translation - NouaaTW
dfb4056
update french translations - NouaaTW
eb72cfb
Fixes by Chairn - def-