Guild icon
DDraceNetwork
Development / bugs
Report client & server bugs, especially but not limited to release candidates.
Between 2022-04-25 00:00:00Z and 2022-04-26 00:00:00Z
Avatar
i do remember i report this before
Avatar
Avatar
PeX
bot-cmds is wrong. It shows points (past 365 days) as "team rank" and team rank as "rank"
happy 1
Avatar
Weird work with m_JumpedTotal in CCharacterCore::Tick(): https://github.com/ddnet/ddnet/blob/1dea02d4562ef6028db47da1a3fb3fd0c4efdfc8/src/game/gamecore.cpp#L156-L211 if(m_Input.m_Jump) { // ... if(Grounded) { m_JumpedTotal = 1; } // ... } // No any read from m_JumpedTotal if(Grounded) { m_JumpedTotal = 0; } I do not know about the intention so I can't propose a fix. If there is no bug then at least m_JumpedTotal = 1; can be removed without behavior changes. (edited)
Avatar
Only happened once so far: Rendered Video is sped up gameplay, Sound is normal speed. Was rendered after recent Render changes
21:30
You can see it freeze the gameplay at the end
Avatar
Avatar
Kaffeine
Weird work with m_JumpedTotal in CCharacterCore::Tick(): https://github.com/ddnet/ddnet/blob/1dea02d4562ef6028db47da1a3fb3fd0c4efdfc8/src/game/gamecore.cpp#L156-L211 if(m_Input.m_Jump) { // ... if(Grounded) { m_JumpedTotal = 1; } // ... } // No any read from m_JumpedTotal if(Grounded) { m_JumpedTotal = 0; } I do not know about the intention so I can't propose a fix. If there is no bug then at least m_JumpedTotal = 1; can be removed without behavior changes. (edited)
Avatar
Yes, but in CCharacterCore::Tick() it is m_JumpedTotal = 1; m_JumpedTotal = 0; The first m_JumpedTotal = 1; is never read. It does not mean that the member variable is not used at all.
Exported 7 message(s)