Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2023-01-22 00:00:00Z and 2023-01-23 00:00:00Z
teeworlds/src/engine/shared/network.h Lines 322 to 324 in 26d24ec unsigned short m_Sequence; unsigned short m_Ack; unsigned short m_PeerAck; In my opinion it is a bit non obvious which of those var...
I have observed an unusual issue with quads in the latest version of DDNet (16.7.2), as shown in these screenshots (first ingame, second in editor). The issue is not present in the previous version (16.6). Can someone please take a look?
Puppet
I have observed an unusual issue with quads in the latest version of DDNet (16.7.2), as shown in these screenshots (first ingame, second in editor). The issue is not present in the previous version (16.6). Can someone please take a look?
Check if deleting the old map file or renaming the temporary downloaded map fails. If so, show an error message which indicates that the user should delete the map file manually.
Sometimes downloaded map files seem to end up with wrong permissions, ownership or with read-only flag set, which makes the client unable to delete them.
!screenshot_2023-01-22_17-19-12
yo, weird problem, my friend sees game in transparency in entities and without (for example normally you shouldn't see star or gun behind the block) anyone knows how to fix this?(edited)
f78fd6b Minor refactoring of CFifo - Robyt3
f7d3052 Export windows_format_system_message utility on Windows - Robyt3
7eb5966 Implement FIFO on Windows using Named Pipes - Robyt3
3ffd420 Merge #6295 - bors[bot]