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-05-07 00:00:00Z and 2021-05-08 00:00:00Z
was trying to add an popup, then i don't want to just copy paste more popup code. so I went on and made a generic popup. then I found out the text align doesn't work, now I want my text layout, but porting that is too much work.
07:53
TsFreddie
was trying to add an popup, then i don't want to just copy paste more popup code. so I went on and made a generic popup. then I found out the text align doesn't work, now I want my text layout, but porting that is too much work.
sadly it changes bahavior with xmonad:
"Previously when I had the window open on another virtual desktop on another screen (but not focussed) it would still show me an x11 notify telling me on which desktop it is. With this change I only get the notification when the desktop is not on any visible screen."
it might be code QoL down the line. that one has auto text ellipses and correct word wrapping, and the text layout code is like multiple times faster than TextEx.
08:04
I've even prepared the layout code for RTL rendering even tho we don't have the shaping yet.
programming for android studio sometimes is a hassle, the tutorials from google explain things half assed always so u gotta relly on tutorials from decades
16:33
16:33
and its not something you can known from programming experience since its all obscure apis from google/android
16:33
rly triggers me
16:33
xd
16:34
and the worse of the worse is the mix of kotlin java
if the server sends spec char, the client should show it correctly. right now, if a player is in team and you send it's spec char to a client from another team it will render alpha 0.4 * show-others-transparency, which makes it very, very transparent and almost unvisible. Also the nameplate should not use that value. (Server decides when to send the spec-char, so this should not be a problem anyways)
Rust for Windows v0.9 has recently been released and includes full consumption support, along with several other updates! With completed consumption support, you can now call any Windows APIs (past, present, and futur