Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2024-02-27 00:00:00Z and 2024-02-28 00:00:00Z
GitHub
BOT
2024-02-27 04:39:22Z
ChillerDragon
[teeworlds/teeworlds] Issue opened: #3232 Misleading comment
// render
on a block that does networking
https://github.com/teeworlds/teeworlds/blob/a1911c8f7d8458fb4076ef8e7651e8ef5e91ab3e/src/engine/client/client.cpp#L2077-L2122
There is a scope being created that is documented with the comment
// render
So I expect only the rendering to be in there. Not the networking. But in there it calls Update()
https://github.com/teeworlds/teeworlds/blob/a1911c8f7d8458fb4076ef8e7651e8ef5e91ab3e/src/engine/client/client.cpp#L2093
Which then calls PumpNetwork()
https://github.com/teewo
...
GitHub
BOT
2024-02-27 08:40:32Z
heinrich5991
[teeworlds/teeworlds] Issue opened: #3233
CharacterCore::m_HookTick
is a duration, not an absolute tick
CC
https://github.com/heinrich5991/libtw2/issues/93
CC @Zwelf The type
NetTick
seems wrong, should probably be a NetInt.
https://github.com/teeworlds/teeworlds/blob/a1911c8f7d8458fb4076ef8e7651e8ef5e91ab3e/src/game/gamecore.cpp#L294-L295
https://github.com/teeworlds/teeworlds/blob/a1911c8f7d8458fb4076ef8e7651e8ef5e91ab3e/datasrc/network.py#L170
Exported 2 message(s)