// do background
Graphics()->TextureSet(g_pData->m_aImages[IMAGE_CONSOLE_BG].m_Id);
Graphics()->QuadsBegin();
Graphics()->SetColor(ColorRGBA(g_Config.m_ScColorLocalConsole));
if(m_ConsoleType == CONSOLETYPE_REMOTE)
Graphics()->SetColor(ColorRGBA(g_Config.m_ScColorRemoteConsole));
Graphics()->QuadsSetSubset(0, -ConsoleHeight * 0.075f, Screen.w * 0.075f * 0.5f, 0);
QuadItem = IGraphics::CQuadItem(0, 0, Screen.w, ConsoleHeight);
Graphics()->QuadsDrawTL(&QuadItem, 1);
Graphics()->QuadsEnd();
The color doesn't match the set color at allvoid CGraphics_Threaded::SetColor(ColorRGBA Color)
color_cast<ColorRGBA>(ColorHSLA(g_Config.m_ScColorRemoteConsole))
void CGraphics_Threaded::SetColor(ColorRGBA Color)
1
or 0
to shared memory xD06 0b 0f 9a 51 9b 51 ...
right? Thats the snap67 61 6d 65 00
which is g a m e \0
so that the end of the joined the game message06 0b
the chunk header right?0f
is NETMSG_SNAPSINGLECNetConsole
will now ignore received lines containing invalid UTF-8 codepoints. Previously, it was possible to crash the server on Windows with Econ commands like exec
.
.github
directory isnt that bad of an idea .github
directory?)3.12
and everything works fine, it uses optional
keyword and they removed it in some version of proto3 but then re-added it. ubuntu-latest
runner has one error, ubuntu-20.04
has different one and it just works on my machine3.12
and everything works fine, it uses optional
keyword and they removed it in some version of proto3 but then re-added it. ubuntu-latest
runner has one error, ubuntu-20.04
has different one and it just works on my machine releasecandidate
.
After debugging, I noticed that a major difference between SLR3 + DDNet releasecandidate
and SLR3 + stable version from the website was that the releasecandidate
-version used a bundled libSDL, while the stable version from the website used SLR3's libSDL.
After del...2024-03-10 22:05:26 I http: https://master2.ddnet.org/ddnet/15/servers.json failed. libcurl error (28): Failed to connect to master2.ddnet.org port 443 after 10000 ms: Timeout was reached
2024-03-10 22:05:26 I http: https://master4.ddnet.org/ddnet/15/servers.json failed. libcurl error (22): The requested URL returned error: 404
2024-03-10 22:05:26 I http: https://master3.ddnet.org/ddnet/15/servers.json failed. libcurl error (6): Could not resolve host: master3.ddnet.org
2024-03-10 22:05:26 I http: https://master1.ddnet.org/ddnet/15/servers.json failed. libcurl error (47): Maximum (4) redirects followed
06 0b
the chunk header right? 0f
is NETMSG_SNAPSINGLE 7
>> 1
operation0x0f >> 1 == 7
byte[2] = 0x0f
isSystem = byte[2] & 1
message = byte[2] >> 1
if isSystem && message == 7: // SNAPSINGLE
(edited)