CServer::SendServerInfo
is what sends it, but UpdateServerInfo
-> CacheServerInfo
is what generates it. It's only generated when something about the server changes\x78\x65\x5b\x06\x00\x00\xff\xff\xff\xff\x67\x69\x65\x33\xdb
src/engine/shared/network.h
documents the packet header, it shouldn't be randomsrc/engine/shared/network.h
documents the packet header, it shouldn't be random debug 1
on the server to see if any error is triggered, or you can add some dbg_msg
along the path. I need to go take care of some personal stuffdebug 1
on the server to see if any error is triggered, or you can add some dbg_msg
along the path. I need to go take care of some personal stuff cl_skin_download_url
on steam?sed -i "" 's/11\.0/10.15/g' CMakeCache.txt
so damn annoyingANTIBOTAPI
.
https://master2.ddnet.tw/ddnet/15/servers.json failed. libcurl error: SSL certificate problem: certificate has expired
um why?m_ScreenHiDPIScale
is a float/Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1761:3: error: unknown type name 'ptrdiff_t'
make VERBOSE=1
is also usableninja -v
is exactly the output I'm looking or// SDL_GL_GetDrawableSize reports HiDPI resolution even with SDL_WINDOW_ALLOW_HIGHDPI not set, which is wrong
if(SdlFlags & SDL_WINDOW_ALLOW_HIGHDPI)
SDL_GL_GetDrawableSize(m_pWindow, pCurrentWidth, pCurrentHeight);
else
SDL_GetWindowSize(m_pWindow, pCurrentWidth, pCurrentHeight);
in backend_sdl.cppis really needed for non HiDPI[2021-10-05 18:19:46][dbg]: drawable w=2576 h=1798
[2021-10-05 18:19:46][dbg]: window w=1288 h=899
this is with hidpi onSDL_ShowCursor(false);
fail maybe :o?SDL_SetWindowGrab
which sounds correct
otool -L DDNet
and check what it linked to PC_CURL_INCLUDEDIR:INTERNAL=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include
In file included from /Users/runner/work/ddnet/ddnet/src/macos/notifications.mm:3:
In file included from /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:168:
In file included from /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:9:
In file included from /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:43:
In file included from /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/HIServices.h:26:
In file included from /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/HIShape.h:22:
In file included from /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:31:
/Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1761:3: error: unknown type name 'ptrdiff_t'
ptrdiff_t rowStride;
I wonder if the apple devs have nothing like a CI that catches such simple bugs