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 2018-10-01 00:00:00Z and 2018-10-02 00:00:00Z
I forgot to check but last time I always have a bug in the editor, like when I press the tab bottom to hide the editor to have a look all of the things on top bugs and scrolls down weirdly and I can't see xD(edited)
maybe its some uninitialized data, that is zeroed now, since its release mode now
atleast it doesn't look like somebody fixed anything related between 11.4.3 and 11.4.4
ddnet\src\base\system.c:704:31: warning: passing argument 3 of 'CreateThread' from incompatible pointer type [-Wincompatible-pointer-types]
I got this warning compiling with mingw
3fd2f60 Left align editor menu texts like server settings, closes #1215 - timakro
7e76f71 Merge pull request #1313 from timakro/pr_left_align_editor_text - def-