ddnet.exe
downloaded from both ddnet.tw/downloads and Steam is frequently unresponsive.
And also to load Assets
directory in Setting
would report an unknown error but can still open it.if
chain.
rebasing
(edited)git rebase -i upstream/master
keeping the first commit, squashing the second one into the first one and deleting the other two of this pull request: https://github.com/ddnet/ddnet/pull/5398git rebase -i upstream/master
keeping the first commit, squashing the second one into the first one and deleting the other two of this pull request: https://github.com/ddnet/ddnet/pull/5398 git rebase -i
tw::time_get
to time_get_nanoseconds
and delete the old
time_get_nanoseconds
. Move CCmdlineFix
and the typed
net_socket_read_wait
function to the global namespace.
-Weverything
isn't useful-Wall
of text, sure :p-Weverything
doesn't sound beneficial-Wall
actually means "activate a conservative, always useful set of warnings"-Wextra
means "activate a usually useful set of warnings" ^^-Wonderful
:p-Wpadded
"Warn if padding is included in a structure"-Weverything
is "enable literally all warnings, even those that aren't actually useful for anyone"MoveBox
I guessgit fetch origin
git reset --hard origin/features/elasticity-tuning
$ git reset --hard origin/feature/elasticity-tuning
fatal: ambiguous argument 'origin/feature/elasticity-tuning': unknown revision or path not in the working tree.
git remote -v
(or tell me how you call your github.com/AssassinTee/ddnet remote)?git fetch origin pull/5398/head:BRANCHNAME
and see, that the commit hashes are identical nowgit remote rename origin temp; git remote rename upstream origin; git remote rename temp upstream
git rev-parse HEAD
?loglevel
config variable changes.
The default logger loglevel is LEVEL_INFO
, so this fixes the log output not working when the config is not initialized (in tools). Closes #5349. Supersedes #5350.
Uncaught Error: Call to undefined function str_ends_with() in /var/www/skins/edit/modify_skin.php:136
321892 Stack trace:
321893 #0 /var/www/skins/edit/modify_skin.php(359): DoSkinAction()
could this be it?str_contains
is basically just strpos
, str_ends_with
is basically substr_compare
symfony/polyfills
if we have to stick to php7.4