[11:24 AM] Syltoox: - If im in another team, I can still see other people in /spec
[11:24 AM] Syltoox: - Can see tee's outline which are in /spec in a solopart
GameServer()->m_pController
GameServer()->m_pController->NeedtoHide = false;
NeedtoHide
is privateNeedtoHide
is public#include <game/server/gamecontroller.h>
#include <game/server/gamecontroller.h>
EXPLAYERFLAG_SPEC
even when the tee hasn't paused yet?CNetObj_SpecChar
inside a CNetObj_Character
and passing that to the render functions? That should get rid of all the special cases inside the render functions themselvesCAnimState::GetIdle()
(edited)spec-char-2
CGameClient::OnNewSnapshot
function? @Learath2if(Item.m_Type == NETOBJTYPE_CLIENTINFO)
for int ClientID;
dbg_assert
dbg_assert
here, it's network inputClientID
is controlled by the server (0-65535)
https://github.com/ddnet/ddnet/blob/df66d83a04789b628d1526e9414ec9f4c231a7e8/src/game/client/gameclient.cpp#L1157
ClientID
is used to write server-controlled data pInfo->m_UseCustomColor
.
This could have security implications, couldn't find something quickly that doesn't need an info leak./cansave [server] code
or /saveexists [server] code
).root@ryozuki ~ # free -m
total used free shared buff/cache available
Mem: 3850 561 1442 97 1846 2911
Swap: 1023 292 731
my server with several websites xdbind f9 "connect 127.0.0.1:8303"
2020-06-24 » DDNet 14.0
the browser tries to download file ddnet-14.0
instead of opening the news page. My guess is that the permalink is missing /
at the very end431d824
Revert "Fix wrong usage of bitwise-or which is resulting in an always true" - def-href="/css-halloween.css"
actually points to /css/css-empty.css
? :F