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 2021-11-03 00:00:00Z and 2021-11-04 00:00:00Z
Avatar
Jupstar ✪ BOT 2021-11-03 00:00:10Z
mh, thought it recovers it
Avatar
6a98fd1 Reset selection, if gui element was changed outside of DoEditBox - Jupeyy fd6b26f Merge #4284 - bors[bot]
Avatar
Pushed, good night
Avatar
Oh, don't merge that though
00:08
It looks good but it's missing one thing
00:09
needs an alignas(8) somewhere
00:09
but I'm just way too tired actually
00:10
so it'll have to wait :/
Avatar
Jupstar ✪ BOT 2021-11-03 00:10:13Z
nice do we upgrade to c++17 now? :D
00:10
maybe_unused
Avatar
oh, right
Avatar
Jupstar ✪ BOT 2021-11-03 00:10:47Z
yeah right lets upgrade xdd
00:11
__has_include() also c++17
Avatar
mh not even just alignas, it needs to be padded :/
00:11
I don't actually know how to :/
Avatar
Ok, I know how, but idk how to do it pretty 😛
00:40
I'll pass out, night
Avatar
night
Avatar
good morning
06:46
bluekitty
Avatar
63c4617 Quick fix: entity id != player id - def-
Avatar
Join map, zoom out, player disappears. @trml your area with the recent changes?
Avatar
chillerdragon BOT 2021-11-03 13:25:32Z
image.png
13:25
Jupstar ✪: sort by stars drag the sub forks with in the sorting. Sort by highest plus dif when stars are same. Any wishes left?
You're invited to talk on Matrix
Avatar
Jupstar ✪ BOT 2021-11-03 13:26:28Z
lol, thats actually amazing :D
Avatar
chillerdragon BOT 2021-11-03 13:26:31Z
thansk :)
13:26
was a pain in the ass to drag the sub forks with in sorting
13:28
https://github.com/ChillerDragon/ChromeGithub in case anyone wants to go through the effort of instaling it
A chrome extension to show more info on the github network graph - GitHub - ChillerDragon/ChromeGithub: A chrome extension to show more info on the github network graph
Avatar
Jupstar ✪ BOT 2021-11-03 13:31:14Z
just leave a todo someday might be interesting for bigger projects :D
Avatar
chillerdragon BOT 2021-11-03 13:53:40Z
sadly github caps everything it can including hughe fork networks
13:54
image.png
Avatar
Jupstar ✪ BOT 2021-11-03 13:57:54Z
these diffs :o
Avatar
Thread 1 "DDNet-Server" received signal SIGFPE, Arithmetic exception. 0x000055555560d65f in CGun::Tick (this=0x55555583b440) at /media/ddnet/src/game/server/entities/gun.cpp:109 109 if(m_LastFire + Server()->TickSpeed() / g_Config.m_SvPlasmaPerSec Tick())

Checklist

  • [ ] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [ ] Written a unit test if it works standalone, system....
Avatar
chillerdragon BOT 2021-11-03 13:58:04Z
just linux things
Avatar
Jupstar ✪ BOT 2021-11-03 13:58:06Z
on a completly different lvl
Avatar
469e6ba Quick fix quick fix - def-
Avatar
i dont use chrome
14:15
so i wont install it
Avatar
Jupstar ✪ BOT 2021-11-03 14:25:37Z
btw does plasma per sec 0 mean always plasma? e.g. 50 plasma per second would already be every tick
Avatar
now with my change it does
14:28
previously it was division by 0, so who knows
14:28
we can also make 1 the minimum
Avatar
Jupstar ✪ BOT 2021-11-03 14:28:55Z
yeah i dunno how it even end up being 0, but i dont want to break anything xD
Avatar
i had it set to 0 in my config, not sure why
Avatar
a541894 Don't divide by 0 with sv_plasma_per_sec - def- 82c7b20 Merge #4286 - bors[bot]
Avatar
Jupstar ✪ BOT 2021-11-03 14:29:39Z
ah so its only on local server? :D
14:30
I don'T know if mappers used it
Avatar
Jupstar ✪ BOT 2021-11-03 14:30:18Z
good ^^
Avatar
at least we had no crashes in the last days on official servers, finally
Avatar
Jupstar ✪ BOT 2021-11-03 14:31:12Z
sounds great, good asan found some stuff
Avatar
more than i wanted 😄
Avatar
Jupstar ✪ BOT 2021-11-03 14:36:49Z
true, but the more stable it is now, the easier it is to revert future bugs without breaking everything xD
Avatar
@deen here?
Avatar
How do you start the discord bot?
Avatar
It seems to have no parent, so I'm guessing you use a systemd script or sth
Avatar
nohup target/release/ddnet-discordbot & probably
Avatar
ah I see
14:57
If only the bot wouldn't break every 10 minutes 😛
14:58
@deen before merging the pool poison thing you also need to pad the objects to multiple of 8 bytes :/
Avatar
I thought you said you know how to do that 😉
14:59
The C++17 switch didn't work anyway
Avatar
Um, I do, let me try
Avatar
@deen does that look acceptable?
Avatar
chillerdragon BOT 2021-11-03 15:43:16Z
@Ryozuki: yea true i also use firefox haha how to write firefox extensions?
Avatar
@Learath2 is there actually a send_or_paste function or did you make that function up? ^^
Avatar
chillerragon: something like that feels like it can just be a userscript
15:46
and userscripts can also be used as extensions directly in some browsers
Avatar
@Patiga it should be somewhere in the moderator cog iirc
Avatar
chillerdragon BOT 2021-11-03 15:55:54Z
idk about user scripts i always used bookmarklets to directly run javascript. But a chrom extension is also only one js file and a manifest json
Avatar
@Learath2 I don't see such a function, but I guess checking manually is fine too
Avatar
cogs/admin.py:L36 @Patiga
Avatar
oh nice, was looking for such a function in the discord api docs, didn't know cogs where local
Avatar
tho I don't think you can use it from there, so you might need to just copy it over 😛
Avatar
oh damn it actually uses a paste website
Avatar
hm I think I'd rather send a txt file if its too long
Avatar
well I host the paste site too
16:07
but a txt file would work too
Avatar
This article walks through creating an extension for Firefox, from start to finish. The extension adds a red border to any pages loaded from "mozilla.org" or any of its subdomains.
16:15
looks like its kinda the same
Avatar
Avatar
Learath2
If only the bot wouldn't break every 10 minutes 😛
Avatar

Checklist

  • [ ] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [ ] Written a unit test if it works standalone, system.c especially
  • [ ] Considered possible null pointers and out of bounds array indexing
  • [ ] Changed no physics that affect existing maps
  • [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--u...
Avatar
chillerdragon BOT 2021-11-03 16:38:52Z
yea idk why i thought its a chrome extension just stole it from a years old project. Seems like firefox has the same format and publishing to firefox is actually free while googles store is paid :c (@Ryozuki)
Avatar
@Learath2 is rate limiting the reason why you ended up using the self-hosted paste service?
Avatar
Nope I already had one, why use someone elses :P
Avatar
I think my ddnet-discordbot is no longer doing what is supposed to coz of rate limiting :<
16:57
ok nvm
Avatar

Checklist

  • [ ] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [ ] Written a unit test if it works standalone, system.c especially
  • [ ] Considered possible null pointers and out of bounds array indexing
  • [ ] Changed no physics that affect existing maps
  • [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--u...
17:09
  • uploads bot-produced maps directly to the servers
  • gives okay emoji to maps with no errors
Avatar
@Learath2 again took much longer than I anticipated. I think I did the stuff right, also tested it in my private server (not all branches, though hopefully enough)
17:10
got dinner now, will check on it later
Avatar
github ceo retires
17:43
This morning, I sent the following post to the GitHub team. TL;DR: I’m moving on to my next adventure, and Thomas Dohmke (currently Chief Product Officer) will be GitHub’s next CEO.
17:43
monkalaugh
17:43
todsacerdoti
17:45
TheRealDunkirk 6 minutes ago | parent [–]
>
I'll take the "con" side. A lot of the core Rubyists left for Shopify after the sale, and I'm sure Nat had a contract to stay on for X amount of time, where Microsoft would make no major changes. Now that this is expiring, I fully expect Microsoft to start making changes with the site that will appeal to large corporations, at the expense of what I would prefer, as an individual user. I guess time will tell.
17:45
monkaS
Avatar
corpo time
17:47
cyberpunk world when?
Avatar
the only good thing this guy did was defend youtube-dl when google tried to take it down
17:49
scrubs 2 hours ago | prev | next [–]
>
If I read another piece of American corporate crap --- plastic, formulaic, always-be-selling --- I'm gonna throw up on my keyboard. The write-up is rife with stock phrases, and vapid emotionalism. Somewhere when the rest of us are busy there's a room somewhere where people get the cheat-sheet, fill-in-the-blank training that produces this junk. Look the guy probably had some success and met some great people. So why in the hell can't you say that in your own words?
17:49
xdd
17:50
optix
Avatar
@Ryozuki was going to watch 5cm per second today but netflix only had italian and japanese subtitles. My japanese isnt good enough yet :D
Avatar
i can dm you if u want
20:31
netflix sucks
20:31
they dont even stream u at real quality
Avatar
F-Client is a client mod for Teeworlds 0.7 developed by fokkonaut. - Update to 3.3, fix ddnet version --> fix open doors when closed · fokkonaut/F-Client@20a053e
21:08
what is this issue while building on macOS? (edited)
Avatar
rename stuff from version to version.txt or so
21:15
was the fix on ddnet IIRC
Avatar
okay i'll try, thx
Avatar
Worked, thanks!
Exported 122 message(s)