Guild icon
DDraceNetwork
Development / developer
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-01-15 00:00:00Z and 2018-01-16 00:00:00Z
Avatar
@timakro looks like the last one is always same rank as previous one, interesting. On DDNet it doesn't matter of course since we have thousands with 0 points
Avatar
thanks deen, still hadn't figured it out
Avatar
I'm taking a look
07:49
I'm a bit confused how that ever worked^^
07:50
(all of our top sql code btw)
Avatar
Well, the group by makes it work, but that seems more like an implementation detail and could change in later mysql/mariadb versions
08:04
SELECT Rank, Points, Name FROM (SELECT Name, (@pos := @pos+1) pos, (@rank := IF(@prev = Points,@rank, @pos)) Rank, (@prev := Points) Points FROM (SELECT Name, Points FROM foo_points GROUP BY Name ORDER BY Points DESC) as a) as b LIMIT 0, 5;
08:04
That should work for now, at least as good as the rest of our code
08:05
@timakro
Avatar
272e143 Fix SQL code for points/top5points - def-
Avatar
ChillerDragon 2018-01-15 15:41:45Z
2nd client crash since im using ddnet11 i think i have to switch to the older one agian .-. i was on BlmapChill which is a big map and i played there like 2 minutes i was in zoomout 3-4 times and i was planning to open the chat (no idea if it crashed 1 sec before i pressed the chat key) windwos10 (ddnet11 64bit) (edited)
Avatar
where do i find the vertex shader to change LOD (mipmap level)?
15:59
Jupeyy told me to try
16:03
maybe here ?
16:03
idk
16:04
where
16:04
xd?
16:04
what file is it
Avatar
I don't know, serach
16:05
there are shaders (edited)
Avatar
im no coder
16:05
i dont know what everyhting means
Avatar
then don't do anything, it's porgamming
16:05
me either. Im web dev 😄
Avatar
i mean
16:05
😄
16:06
jupeyy just told me to change vertex shader LOD to 0-5 what mipmap lvl i want
Avatar
LOD means level of details
16:12
but no idea where you can change it in that code
16:12
mayhbe there's a Mipmap configruation in client
16:12
on Video tab check
Avatar
is jupeyy in this discord?
Avatar
9139737 Minor style cleanup - def- 949bb2d Fix crash in emoji on map change, clear emojis - def-
Avatar
where @ezy
18:29
ny
Avatar
45412a9 -ffloat-store to fix win32 server floats (fixes... - def-
18:35
This pr basically makes mutes show another output when there are no mutes and also makes muteid don't fail silently when the id is not valid.
Avatar
@deen how did you find that flag? 😮
18:41
05ece01 Add more output to mutes and muteid - Ryozuki d174509 Merge pull request #990 from Ryozuki/pr_add_out... - def-
Avatar
@heinrich5991 google for gcc float problems^^
18:41
and try out a few
18:41
this one did the trick
18:42
but we should fix the code, it's more of a workaround
18:45
@heinrich5991 how to get proper stdout output on windows again?
18:46
you removed my async output, implemented your own aio and then removed it for windows?
18:46
now we have slow blocking windows output and problems with encoding
19:19
[ddnet/ddnet] New tag created: 11.0.1
Avatar
"BTW, the 2016 answer to -ffloat-store is: don't use x87 in the first place. Use SSE2 math (64-bit binaries, or -mfpmath=sse -msse2 for making crusty old 32-bit binaries), because SSE/SSE2 has temporaries with no extra precision. double and float vars in XMM registers are really in IEEE 64-bit or 32-bit format. (Unlike x87, where the registers are always 80-bit, and storing to memory rounds to 32 or 64 bit.) "
Avatar
I can't see the players on a ddnet server in the serverbrowser
21:19
might be the server? i merged the server code into the unique race server code recently and i cant see the players online there as well
Avatar
@timakro i heard that you can't see the players because of the ddos attack. No idea why, but it helps protecting I guess. Correct me if I am wrong. I only write what I heard.
Avatar
i see, now it works again
21:31
but why on my servers o.O
Avatar
you mean
21:32
that your server wasn't even listed?
21:32
DDoS protection just cut income connections, and allows only a few of them
Avatar
Your trashmap servers works great when there is a ddos attack on ddnet <3
Avatar
that's why we can't see servers while ddos (sometimes)
Avatar
@heinrich5991 SSE2 only exists since Pentium 4 and Athlon 64. If this would be the only incompatibility, I'd rather keep building 32bit binaries that work on older CPUs. Everyone with a non-ancient CPU should be using 64bit anyway
Avatar
We plan to indroduce a new "Helper" rank that has rcon access to force no on votes and mute people. For that there need to be code changes so that we can allow them to only use "vote no" and not "vote yes".
Exported 73 message(s)