pacman -Syu git pactoys --needed
pacboy -S --needed cmake:p curl:p ffmpeg:p freetype:p glew:p glslang:p gtest:p libnotify:p libpng:p opusfile:p python:p rust:p SDL2:p spirv-tools:p sqlite:p vulkan-headers:p wavpack:p x264:p
Unfortunately msys2 doesn't support ssp.
But seems removing the SSP line at 555 on CMakeLists.txt builds DDNet-Server.exe under msys2-1
client id :\************* Module seven.content
datasrc/seven/content.py:34:1: R0917: Too many positional arguments (7/5) (too-many-positional-arguments)
************* Module content
datasrc/content.py:34:1: R0917: Too many positional arguments (7/5) (too-many-positional-arguments)
------------------------------------------------------------------
Your code has been rated at 9.99/10 (previous run: 9.99/10, +0.00)
Could also refactor the code to take a ...sv_destroy_bullets_on_death
is 0
the flying projectiles have no effect if the owner left the game and was in a ddrace team.
This is caused by the code being a mess.
There is ddrace team code in the character but not in the player. This conceptually sounds very wrong to me. If a player dies their projectiles should still be in that ddrace team. So the player code has to be able to handle that. It works quite well in ddnet because respawning is so fast and joining the spectator...sv_destroy_bullets_on_death
is 0
and the player touched a "You can't hit others" tile. Then fires a grenade and before it lands disconnects the grenade can hit others.SDLActivity
does not use the recommended ContextCompat
and ActivityCompat
for permissions so requesting the unknown permission fails.
da66e83
Don't re-scan the source tree in scripts/languages/update_all.py - heinrich5991
ebb645a
Use ServiceCompat
for server service on Android - Robyt3
aa73de2
Fix server not starting on Android 12 and older versions - Robyt3
9ece28e
Merge pull request #9450 from Robyt3/Android-Server-Notification-Permission-Fix - def-
0231445
Merge pull request #9445 from heinrich5991/pr_twlang_cache - def-