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 2020-06-29 00:00:00Z and 2020-06-30 00:00:00Z
Avatar
4fbad74 Add note for why not to use SDL 2.0.12 - def-
06:46
6455689 Super team can't be saved/loaded - def-
06:47
b0b670f Revert "SDL 2.0.8 -> 2.0.12" - def- 4fbad74 Add note for why not to use SDL 2.0.12 - def- 5317ccf Merge pull request #8 from ddnet/pr-sdl208 - def-
06:47
6aca082 Downgrade SDL2 to 2.0.8 again (fixes #2369) - def-
06:48
Avatar
Trafalgar Law 2020-06-29 07:58:59Z
@deen I can't open ddnet anymore since the new update https://i.imgur.com/tGRRI3O.png
Avatar
[quakenet] deen BOT 2020-06-29 08:00:42Z
oh no
Avatar
NANAMAR 2020-06-29 08:01:31Z
@deen I can't open ddnet anymore since the new update https://i.imgur.com/tGRRI3O.png
@Trafalgar Law same
(edited)
Avatar
does it work when you download new 14.0.3 from ddnet.tw?
Avatar
NANAMAR 2020-06-29 08:02:33Z
nope
08:02
same
Avatar
but 14.0.2 worked?
08:02
I can't reproduce this, again...
Avatar
NANAMAR 2020-06-29 08:02:49Z
i guess so
Avatar
Trafalgar Law 2020-06-29 08:02:56Z
14.0.2 worked for me
Avatar
a7d1594 Revert "Version 14.0.3" - def-
Avatar
Trafalgar Law 2020-06-29 08:04:33Z
Do I have to download now 14.0.2 from ddnet.tw?
Avatar
nooooo, the weird linking issue again
Avatar
how did we solve it before @Learath2 ? I guess I have to rebuild SDL2.dll myself?
08:07
yeah, looks like i fixed it by self-compiling
08:09
I think the issue was the mismatch of how gcc and msvs builds the dlls import address table
Avatar
9ef4277 Recompile SDL 2.0.8 with MinGW - def-
08:19
3242994 Update ddnet-libs with SDL 2.0.8 from MinGW - def-
08:19
3242994 Update ddnet-libs with SDL 2.0.8 from MinGW - def-
Avatar
ᶰ°Konͧsti 2020-06-29 08:21:51Z
Imagine the tons of work deen doing on DDNet even as retired admin justatest
Avatar
No worries, I'll be on vacation soon 😄
feelsbadman 3
Avatar
Trafalgar Law 2020-06-29 08:40:15Z
No :(
Avatar
6e85eaf Add missing SDL2.lib files - def-
08:46
8b0a459 Add missing SDL2.lib files - def-
Avatar
@Trafalgar Law @NANAMAR can you please verify if https://ddnet.tw/downloads/DDNet-14.0.3-win64.zip works before I release it again?
Avatar
Trafalgar Law 2020-06-29 08:48:35Z
I try sec
08:49
Works 👌
08:50
d430fe2 Stripped SDL2 libs - def-
08:50
8b0a459 Add missing SDL2.lib files - def- d430fe2 Stripped SDL2 libs - def-
Avatar
NANAMAR 2020-06-29 09:14:01Z
@Trafalgar Law @NANAMAR can you please verify if https://ddnet.tw/downloads/DDNet-14.0.3-win64.zip works before I release it again?
@deen im not at home now
Avatar
-1 means "no version packet received" @Learath2
Avatar
@heinrich5991 does vanilla send a version packet to become 0?
Avatar
no
Avatar
So vanilla is now -1?
Avatar
yes
09:39
but not to the code
09:39
only in status
Avatar
didn't want to break the code
Avatar
I was just about to say the code still refers to VERSION_VANILLA and that's 0
Avatar
@fokkonaut you might want to take a look at your fastdownload
Avatar
sv_map_download_speed seems to be too high. What value are you using @fokkonaut ?
11:13
Happened to me aswell some days ago. One hour later everything was fine again. The connection quality of the server seems to fluctuate a bit.
Avatar
@Learath2 i dont have fast download for ddnet clients
Avatar
that's beyond slow
11:24
what is that, extra slow download for ddnet clients?
Avatar
``` /home/deen/isos/ddnet/ddnet-master/src/game/prng.cpp: In member function ‘void CPrng::Seed(uint64*)’: /home/deen/isos/ddnet/ddnet-master/src/game/prng.cpp:33:62: warning: unknown conversion type character ‘l’ in format [- Wformat=] 33 | str_format(m_aDescription, sizeof(m_aDescription), "%s:%016llx:%016llx", NAME, aSeed[0], aSeed[1]); | ^ /home/deen/isos/ddnet/ddnet-master/src/game/prng.cpp:33:70: warning: unknow...
Avatar
Hm, I don't know how to fix the 0.7 votes
11:54
The message CNetMsg_Sv_VoteSet needs translation, it can't happen in CGameContext::SendVoteSet as at that point idk who it's sent to if ClientID == -1, it can't happen in CServer::SendPackMsgTranslate as there I don't have enough information to fill the 0.7 packet
Avatar
5999264 Make steam release without autoupdater - def-
Avatar
@Learath2 what's wrong with the votes?
Avatar
0.7 can call them but cant see them
11:58
why don't you know who it's sent to? Shouldn't they go to everyone?
Avatar
right now the connection to fokkonauts server seems stable. 20 KiB/s in 0.6, about 500 in 0.7
Avatar
Well CServer::SendPackMsg is usually what handles the -1 case
11:59
I guess I could move that up and handle the -1 in SendVoteSet
Avatar
yeah, sounds ok
12:00
i think you had to do that once before
Avatar
ab22bb9 Add ; when writing save into file - def- 4c5e96b Merge #2406 - bors[bot]
Avatar
@deen some localization update got into the https://github.com/ddnet/ddnet/pull/2398
in order to only show your own team members when they are in solo, not other teams. Also cl_show_others 2, sv_show_others_default 2
12:17
7608eb6 Ignore emoticon of spammy players (fixes #2387) - def- 6635ce2 Switch order in gui_icons.png, add icon by barsik - def- b237152 Fix alignment of icons in player options - def- b3b0e10 Center the icons - def- cb7a8a3 Add gui_icons.png by Ravie - def- de8cc79 Merge #2389 - bors[bot]
Avatar
@heinrich5991 that was actually intentional
12:20
because I added a new setting in menu, then wanted to translate it, then noticed some problems with translation stuff 😄
Avatar
okay
12:24
741c3a7 Revert "Fix str_format on mingw" - heinrich5991 efc4a8a Don't use %ll format - heinrich5991 87407be Merge #2408 - bors[bot]
Avatar
@deen the zoom client-to-server info thing is already in the 14.0.3 version?
12:36
heinrich still has some good ideas for how to improve it
Avatar
Just noticed there's something weird with it even now
12:37
like
12:37
12:37
on the red X on right is player, which I can't see, even though there's still 2 tiles until edge, yet freeze-particles are showing
12:38
1920x1080 with default zoom set to 7
Avatar
that's expected I think
Avatar
Trafalgar Law 2020-06-29 12:44:58Z
Is there are a public gCTF repo?
Avatar
A retro multiplayer shooter. Contribute to Teetime/teeworlds development by creating an account on GitHub.
Avatar
Trafalgar Law 2020-06-29 12:53:37Z
Thanks 🙏
Avatar
@Learath2 normal map download for ddnet
12:58
big map
Avatar
@deen we should add fokkonauts map to maps.ddnet.tw, no one should have to wait 25 minutes for a map
Avatar
Fixes #2404 The save code expected the tee to stay in the same team when the character is killed (and not explicitly moved out). With this change ClientID always matches the TeamID on solo servers.
Avatar
ᶰ°Konͧsti 2020-06-29 13:10:47Z
@fokkonaut make ur map smaller
yes 1
Avatar
@Learath2 usually it is just about 1-2 minutes? weird. Maybe because many players are online and therefore it takes longer
13:16
@Learath2 that maps has updates sometimes, no need to add it i guess
13:18
:/
13:19
it downloads faster than any city map >2000 (edited)
Avatar
That's 0.7 though
Avatar
[quakenet] ChillerDragon_ BOT 2020-06-29 14:13:54Z
yo does someone have expierience with broken harddrives? Idk what happend I was afk 5 min when I came back my laptop was stuck in reboot console. And after I force restarted the drive was no longer detected :/
14:14
I can only boot into my bios ._. and I also tried a live usb which booted but it did not find a drive
Avatar
try plugging the hdd out and in again
14:18
my laptop survived another 2 years and still counting on that method
justatest 2
Avatar
spinning rust hard disk or ssd?
15:41
for spinning rust it depends on how it is broken. If it makes weird sounds it's hard to repair. If the logic board has some burn marks, I once switched it out with another one (of the exact same model) and could restore the data
Avatar
past the logic board, it get's very hard to repair at home
15:52
you'd need a clean room or atleast one of those filtered boxes to actually open it up and check the platters/head
Avatar
exactly, you'll have to open it up and if some dust gets inside good night
kek 1
15:53
what I heard as a hack is to work upside down
15:53
in a very calm room, so that no dust gets blown up
Avatar
good night
Avatar
I was once considering getting one of those filtered boxes and becoming a hdd repair specialist
15:57
I guess it's always an option after I fail uni
Avatar
@Learath2 why focus on hdd, just become a pc repair man
15:58
u basically scam everyone
Avatar
hdd people get paid well, and I can feel a little good about myself
15:59
Honestly, not sure if I could live with being a pc repairman
17:34
506602d Fix /save on solo server - Zwelf ead2422 Fix practice on solo servers - def-
👍 1
Avatar
just as the headline says, when i spec in team others can see the tee outline even when im in an other team which is unneccesary !screenshot_2020-06-29_20-42-53
justatest 3
Avatar
ᶰ°Konͧsti 2020-06-29 18:46:13Z
ZombieTroll
Avatar
ZombieTroll
Avatar
Zoozti
Avatar
Fixes so that Firefox and other browsers wont output warnings
kek 1
Avatar
big zoozer
Avatar
after 10 years someone will check these irc-logs and will see this
troll 5
Avatar
1be3b7e Suppress open_link output - 3edcxzaq1 f30fe2b fix indentation - 3edcxzaq1 8c8f292 Merge #2411 - bors[bot]
Avatar
@Yami_x3 which client are you trying to connect with?
Avatar
DDNet 0.6.4, 14.0.3
Avatar
can you try to connect with an older client, just to check if it's #2370
Avatar
ᶰ°Konͧsti: @Deen any idea why i cant join DDNet server 14 on lan? I can't reproduce on Linux and with Win64 in wine. Anyone can?
Avatar
this is going to be so much of a pita to debug 😦
22:22
this one doesn't happen when I try it, so I don't know where to look
Avatar
have u a older version?
22:26
i try it with a older version but its not working only connect with: IP..
Avatar
older version of server? (edited)
Avatar
oh sure i test it x'D
Avatar
more stranger xd
Avatar
omg .-. with the DDNet 13.2.2 work the Server x'D
Avatar
yeah figures it'd be the impossible to reproduce bug
22:31
I'll take a look tomorrow
Avatar
ok no problem developing is hard x'D thanks for help ❤️ :3
Exported 164 message(s)