reload_announcement
rcon command.
Also I think it's better to load announcement file when server starts (edited)reload_announcement
rcon command.
Also I think it's better to load announcement file when server starts
CFGFLAG_COLLIGHT7
for 0.7 color config variables, which use 61/255
as darkest lighting value. In comparison, CFGFLAG_COLLIGHT
uses 0.5
darkest lighting, so the color values being shown for 0.7 color variables were incorrect. Closes #8775.
bool
s to avoid duplicating the logic.
ColorHSLA::DARKEST_LGT7
constant to replace existing CTeeInfo::ms_DarkestLGT7
and CSkins7::DARKEST_COLOR_LGT
constants...CNetTokenCache
for storing tokens but I can't see anything like that in ddnetCNetTokenCache
for storing tokens but I can't see anything like that in ddnet // connless packets without token are not allowed
isn't this comment wrong?SERVERBROWSE_GETINFO
messages are sent without a tokenm_CurrentLanToken = GetNewToken();
int SrvBrwsToken = Unpacker.GetInt();
printf "%.0f" $source_w_text
echo "$source_w_text"
LC_NUMERIC=C LC_ALL=C printf "%.0f" "$source_w_text"
we already added LC_NUMERIC=C LC_ALL=C bcs it broke in past if u had other locale than english.
output:
255.99998
-nan
GNU bash, version 5.2.26(1)-release (x86_64-pc-linux-gnu)
LC_NUMERIC=C LC_ALL=C printf "%.0f" "255.99"
bash --posix -c 'printf "%.0f" 255.99'
echo "$source_w_text" | perl -ne 'printf("%.0f", $_)'
reload_announcement
to reread the announcements file
sv_announcement_filename
git reflog
SERVERINFO_VANILLA
type then (edited)DDNet-Server "dbg_dummies 1"
and you have a tee. Or get DDNet++ and write /dummy 1 in chat as admin https://github.com/DDNetPP/DDNetPP/releases/tag/v0.0.7skill
awk
can do floats/times
one that looked out of place but I slightly changed the other ones as well.
Before:
!before
After:
!after