Guild icon
DDraceNetwork
Development / bugs
Report client & server bugs, especially but not limited to release candidates.
Between 2021-10-05 00:00:00Z and 2021-10-06 00:00:00Z
Avatar
i dont know if this is done on purpose but if you add spaces to a name it still counts as if it is the same name
😯 4
Avatar
Oh certainly troll , I had said months ago that the client sees some letters as the same and if someone comes with Coke on the server is still a (1) in front of it.... Although I have a special letter (edited)
justatest 2
Avatar
Avatar
qweeeeeeed
i dont know if this is done on purpose but if you add spaces to a name it still counts as if it is the same name
There are different sized space characters and some are so small that you could effectively fake names, I guess all whitespace is ignored to be sure
Avatar
hm, spaces? I didn't think it happened with standard whitespace
11:04
I thought we only did it with those invisible whitespace characters
Avatar
@heinrich5991 hm, the confusables table doesn't seem to have any transformation for SPACE, but our generated confusables_data says it has 0 length
Avatar
we ignore all whitespace for confusable comparison
14:14
DDraceNetwork, a cooperative racing mod of Teeworlds - ddnet/generate_unicode_confusables_data.py at b2efcb8ba4de40df6b1c6ea716c7cbb014471f17 · ddnet/ddnet
Avatar
@heinrich5991 is that sane? I think normal whitespace should be considered
14:29
(dug that up while trying to understand why it was there)
Avatar
Hm, well I think we should only be disregarding the weird whitespaces, not proper ascii whitespace
Avatar
there are whitespaces of varying widths. with the current system, we'd have to decide on a width from which on we treat it as a simple ASCII space. it sounds like it needs more complicated treatment
14:32
another observation: false positives aren't so bad in this system
Avatar
if u put a space at the end or beginning it could look the same
Avatar
How about we pretend all weird spaces are 0 len, and only treat simple ascii spaces as spaces?
Avatar
then a name with ascii space and name with a weird space of correct length look the same but aren't marked as confusable
Avatar
mh, no simple solutions 😦
Avatar
when i select something in the external console (cl_show_console 1) doesnt matter how long and than try to to connect to a server the game freezes. Im using the https://ddnet.tw/news/nightly-build-revived/ version tho, as u can see from the screenshot [2021-10-05 18:42:01][client]: version 0.6 626fce9a778df4d4
Avatar
is that on windows? I think that behavior is known and not really fixable
16:51
ah, Learath2 proposed a fix
Avatar
Avatar
heinrich5991
is that on windows? I think that behavior is known and not really fixable
jup windows
Avatar
you can copy the selection by pressing enter, the client should unfreeze then
Avatar
thanks
Exported 25 message(s)