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 2021-01-28 00:00:00Z and 2021-01-29 00:00:00Z
Web Real-Time Communications (WebRTC) transforms the communications landscape; becomes a World Wide Web Consortium (W3C) Recommendation and multiple Internet Engineering Task Force (IETF) standards
maybe i am a bit biasd since i play a bit on servers that do not change but and there it is easier to get confused but im sure some people even say "come lets play the game multimap"
09:11
its the same with even people working in tech startups not knowing the difference between a search engine and a browser
I'm sure that hasn't always been the case. For some time (months) there is an annoying bug in the UI. If you press ESC while in the game, and then release one of the mouse buttons, a click event is triggered. This click event often has worshipful consequences.
Example 1: You are playing a dummy map. That means, you go to the server and click on "connect dummy", in the further course of the game the UI mouse remains over the button "disconnect dummy" (because it is the same button as for...
Fix that libarchive fails to return filenames for UTF-8/UTF-16 entries.
The reason is that it uses locales and all that garbage, and mpv does
not set a locale.
Both C locales and wchar_t are shitf...
Previously the message was recorded when incoming. But the time when the input should apply wasn't recorded. Now inputs are recorded right before they get applied in the game world.
And record exact tick where load/save result is returned.
Checklist
[x] Tested the change ingame
[ ] Provided screenshots if it is a visual change
[ ] Tested in combination with possibly related configuration options
[ ] Written a unit test if it works standalone, system.c especially