Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.org/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 2024-09-03 00:00 and 2024-09-04 00:00
Avatar
GitHub BOT 2024-09-03 02:05
https://github.com/user-attachments/assets/ca5c871c-1660-4ba6-9ff4-51e9f4fd5364 Intentionally ordered the actions so "Reset Zoom" shows up before "Refocus" and "Server settings" Renamed NumPad to Numpad to pass the style test.

Checklist

  • [x] Tested the change ingame
  • [x] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [ ] Written a unit test (especially base/) or added coverage to integration test
  • [ ]...
Avatar
GitHub BOT 2024-09-03 04:42
Building with CMAKE_BUILD_TYPE set to RelWithDebInfo fails with: ``` FAILED: CMakeFiles/engine-shared.dir/src/engine/shared/netban.cpp.o /usr/bin/c++ -DCONF_DISCORD -DCONF_DISCORD_DYNAMIC -DCONF_INFORM_UPDATE -DCONF_MYSQL -DCONF_OPENSSL -DCONF_UPNP -DCONF_VIDEORECORDER -DGAME_RELEASE_VERSION="18.5" -DGLEW_STATIC -I/build/ddnet-git/src/build/src -I/build/ddnet-git/src/ddnet/src -I/build/ddnet-git/src/ddnet/src/rust-bridge -isystem /usr/include/miniupnpc -isystem /usr/include/mysql ...
Avatar
кто со мной сыграет по дс?
Avatar
Original message was deleted or could not be loaded.
05:22
rage
Avatar
Avatar
Anime.pdf
Click to see attachment 🖼️
И?
Avatar
MilkeeyCat 2024-09-03 06:13
you're too smol to use discord
Avatar
И что все им пользуются я в дс для того о что бы играть с друзьями и найти тиму (edited)
Avatar
MilkeeyCat 2024-09-03 06:22
@Learath2 I decided not to reuse stack and just went full cave man mode and use new memory (edited)
Avatar
Avatar
Robyt3
yeah, these are ARM and ARM64 only
is this the latest build you've posted?
Avatar
Avatar
Ewan
is this the latest build you've posted?
yes
Avatar
ahh shit i hope u were not sleeping xd
Avatar
GitHub BOT 2024-09-03 06:45
It will now also assert if you use str_format with no arguments. Advising you to use str_copy instead. ``` [build] /home/user/Development/ddnet-pr/src/base/system.h:1239:16: error: static assertion failed due to requirement 'sizeof...(args) > 0': Use str_copy instead of str_format without format arguments [build] 1239 | static_assert(sizeof...(args) > 0, "Use str_copy instead of str_format without format arguments"); [build] | ^~~~~~~...
06:59
03d233b Version 18.5 - def- a3afaaf Merge pull request #301 from ddnet/pr-18.5 - def-
Avatar
ЧЕ ЗА ХУЙНЯ СИЖУ КОБРУ ПРОХОЖУ НИКОГО НЕ ТРОГАЮ МЕНЯ БАНЯТ ВЫ АХУЕЛИ СУКА
07:17
ПИЗДЕЦ МЕНЯ ВО ФРИЗ КИДАЮТ А МНЕ БАН ПРИЛЕТАЕТ НАХУЙ ВЫ ЧЕ
07:18
ЧЕ ЗА МОДЕР ДОЛБОЕБ ТУПОЦ
Avatar
GitHub BOT 2024-09-03 07:21
d0eebee Add quick actions for zooming the view - ChillerDragon 41c40fb Merge pull request #8883 from ChillerDragon/pr_actions_zoom - def-
07:28
8b5da71 Use str_copy instead of str_format where possible - furo321 0664f12 assert if str_format is used with no arguments - furo321 69fa7ea Merge pull request #8886 from furo321/use-str_copy - def-
Avatar
Avatar
ws-client
<ChillerDragon> @Jupstar ✪ you speak latin?
Jupstar ✪ 2024-09-03 09:10
mmh "speak".... i know it xd
Avatar
Avatar
ws-client
<ChillerDragon> also jopsti what made you become the #developer offtopic police :D
Jupstar ✪ 2024-09-03 09:11
It's just bit annoying to get msg ntfy and then it's some unreadable thing.
Avatar
Avatar
Jupstar ✪
It's just bit annoying to get msg ntfy and then it's some unreadable thing.
cyberfighter 2 2024-09-03 09:23
understandable
Avatar
a=(x,y,d=-exp(-mag(k=wnoise(t)-x,e=wnoise(t,9)-y)/(40+145noise(x/50,y/50))))=>[x+kd,y+e*d] s=4,t=0,draw=$=>{t||createCanvas(w=400,w);noFill(t+=.02);background(248);for(y=0;y<w;y+=s)for(x=0;x<w;x+=s)triangle(...[a(x,y),a(x,y+s),a(x+s,y)].flat())} //#つぶやきProcessing
😱 1
Avatar
GitHub BOT 2024-09-03 10:48
In Steam build, If you join a 0.6 server when your player_name is empty, client will use your Steam nickname as your player name. But this will not happen on join a 0.7 server now
Avatar
GitHub BOT 2024-09-03 10:59
Fixes #8886 Passed CI before because the code is behind CONF_AUTOUPDATE flag.

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 (especially base/) or added coverage to integration test
  • [ ] Considered possible null pointers and out of bounds array indexing
  • [ ] Changed no physics that affect existing maps
  • [ ] Tested the change wi...
Avatar
GitHub BOT 2024-09-03 11:36
5f57ba9 add missing parentheses in updater code - dobrykafe 51c0b4d Merge pull request #8888 from dobrykafe/pr-fix-updater - def-
Avatar
Original message was deleted or could not be loaded.
im sorry u have to create another account or wait 3 yrs to unban (
13:08
🤣
Avatar
MilkeeyCat 2024-09-03 13:17
@Learath2 which one do you think makes more sense? 500 + (255 + 1) (u16)500 + (u16)((u8)255 + (u8)1) (u16)500 + (u16)((u16)255 + (u16)1)
Avatar
Mh, your literals are of the smallest type that fits them?
Avatar
MilkeeyCat 2024-09-03 13:19
they currently are
13:19
but I wrote a code which does 2nd option
13:19
and I wanna know if it makes sense xd
Avatar
I wouldn't promote results that overflow
13:20
So u8 + u8 = u8
13:21
And I would promote results to the larger of unbalanced types
13:21
u16 + u8 = u16
13:22
Though this is just a quick thought, you usually need to think about these things a bit 😄
Avatar
MilkeeyCat 2024-09-03 13:22
Thinking for people who is smort, I do first and then wonder why the hell it gives me wrong mafs results (edited)
Avatar
I have heard many USA players complaining that the previously stable USA3 servers are "being ddossed by Russian players/bots" due to some popular online video or something. I have noticed that the USA3 servers are very unstable recently, with high ping spikes several times per hour. Is there anything we can do to prevent this? Such as blacklisting all Russian connections from joining the USA3 servers?
f3 1
Avatar
Jupstar ✪ 2024-09-03 13:43
Sure, call the NSA and ask them to block all russian internet traffic, lmao
13:44
If it's a real ddos, then you can only upgrade the server ig (or if you have access to the filter, you can fine tune that)
Avatar
geo blocking
13:44
is what is meant here
Avatar
Jupstar ✪ 2024-09-03 13:45
First of all, it's a claim. Maybe the servers are attacked by smth else. 2. What kind of block should that be?
13:45
Blocking IPs inside the DDNet server does basically nothing against lags
13:46
Except they found a bug in the server code that causes massive spam of some ingame events
Avatar
same as what von blocking does
13:47
vpn
Avatar
Jupstar ✪ 2024-09-03 13:47
Vpn blocking is not for ddos protection
13:47
it's for moderation purposes
13:47
The fact that the server responds with "You have a VPN" already shows that the VPN isn't actually blocked
Avatar
do it on firewall level dunno. I'm not really a friend of geo blocking. just intepreting the request.
Avatar
Jupstar ✪ 2024-09-03 13:48
The only effective way would be to block it at the ddos filter
13:49
So firewall, only if it's somehow connected to the backbone
13:49
otherwise a software firewall will probs not help
Avatar
Avatar
YupHio
I have heard many USA players complaining that the previously stable USA3 servers are "being ddossed by Russian players/bots" due to some popular online video or something. I have noticed that the USA3 servers are very unstable recently, with high ping spikes several times per hour. Is there anything we can do to prevent this? Such as blacklisting all Russian connections from joining the USA3 servers?
The attacks aren't coming from russia even if the attackers are allegedly russian
13:57
The first d in ddos is "distributed" it's usually from all over the world
Avatar
Avatar
YupHio
I have heard many USA players complaining that the previously stable USA3 servers are "being ddossed by Russian players/bots" due to some popular online video or something. I have noticed that the USA3 servers are very unstable recently, with high ping spikes several times per hour. Is there anything we can do to prevent this? Such as blacklisting all Russian connections from joining the USA3 servers?
justatest
Avatar
Avatar
Jupstar ✪
The only effective way would be to block it at the ddos filter
ebpf goea brr
Avatar
What happened to forgotten cat?
Avatar
@ForgottenCat what happened to you huh
Avatar
probably forgotten
Avatar
GitHub BOT 2024-09-03 14:39
Feature requested on discord !image !image

Checklist

  • [x] Tested the change ingame
  • [x] Provided screenshots if it is a visual change
  • [x] Tested in combination with possibly related configuration options
  • [x] Written a unit test (especially base/) or added coverage to integration test
  • [ ] Considered ...
Avatar
Avatar
zhn
@ForgottenCat what happened to you huh
ForgottenCat 2024-09-03 14:59
wt
15:02
maybe i catch a fever?
Avatar
who knows
Avatar
ipv6 is crying intensely - why?
Avatar
You might not have an ipv6 connection
15:48
You can disable it with sv_ipv4only 1
Avatar
fair - i just find it odd that libcurl keeps on trying after a "failed to connect to host" error
Avatar
We keep restarting it. There is no way for us to know if your internet is down temporarily or permanently
15:51
If temp. you wouldn't want to stop
Avatar
also fair :P - one more question - why is my server not respecting the rcon set within autoexec_server.cfg/myServerconfig.cfg ? ddnet | 2024-09-03 15:47:56 I server: | rcon password: '3cjRpV' it generates it for me even tho sv_rcon_password "test" exists
15:54
99.9% a me issue - just curious as to why
Avatar
Probably it takes the autoexec_server.cfg only from data directory
Avatar
ah i should've specified i'm using docker: version: '3.9' services: ddnet: build: context: ./ dockerfile: Dockerfile container_name: ddnet volumes: - ./data:/ddnet/data ports: - 8303:8303/udp it respects autoexec_server.cfg within the data directory - it's copied properly and it also reads myServerconfig.cfg and respects it - except for the rcon password
Avatar
Huh, no idea. That always worked for me
Avatar
Avatar
meloƞ
also fair :P - one more question - why is my server not respecting the rcon set within autoexec_server.cfg/myServerconfig.cfg ? ddnet | 2024-09-03 15:47:56 I server: | rcon password: '3cjRpV' it generates it for me even tho sv_rcon_password "test" exists
Why is it printed out? I'm not getting that output
16:03
Ah, that's the auto-generated one
16:03
Try moving the sv_rcon_password higher in the file
Avatar
monkaS why did that work - thanks i guess kek - still weird tbh
Avatar
My guess is it has to be before the map definition
Avatar
Годжан сатрррр 2024-09-03 16:37
Guys, hello, I just downloaded ddnet for the first time, but it doesn't start, what should I do? I just have a black screen and after 5 seconds it turns off from steam.
16:40
b r u hhh
Avatar
Avatar
Годжан сатрррр
Guys, hello, I just downloaded ddnet for the first time, but it doesn't start, what should I do? I just have a black screen and after 5 seconds it turns off from steam.
Jupstar ✪ 2024-09-03 16:42
#questions , but if u start over steam, select a different start option
Avatar
Avatar
YupHio
I have heard many USA players complaining that the previously stable USA3 servers are "being ddossed by Russian players/bots" due to some popular online video or something. I have noticed that the USA3 servers are very unstable recently, with high ping spikes several times per hour. Is there anything we can do to prevent this? Such as blacklisting all Russian connections from joining the USA3 servers?
это ты ддосишь сто проц
Avatar
Годжан сатрррр 2024-09-03 16:51
пля здесь рус или англhahaha
Avatar
Avatar
YupHio
I have heard many USA players complaining that the previously stable USA3 servers are "being ddossed by Russian players/bots" due to some popular online video or something. I have noticed that the USA3 servers are very unstable recently, with high ping spikes several times per hour. Is there anything we can do to prevent this? Such as blacklisting all Russian connections from joining the USA3 servers?
долбоеб ебаный (edited)
Avatar
Avatar
Годжан сатрррр
пля здесь рус или англhahaha
все
Avatar
Avatar
sotr1xx
все
Годжан сатрррр 2024-09-03 16:51
а че дин не говрит хах
Avatar
Jupstar ✪ 2024-09-03 16:51
hallo
16:51
HALLO?
Avatar
Avatar
Jupstar ✪
HALLO?
да да, ку
Avatar
Jupstar ✪ 2024-09-03 16:52
#off-topic
Avatar
Avatar
Jupstar ✪
#off-topic
сам иди туда блять
Avatar
Avatar
sotr1xx
сам иди туда блять
Jupstar ✪ 2024-09-03 16:53
magnesium helps
Avatar
MilkeeyCat 2024-09-03 16:53
Someone, timeout this goofball
Avatar
Jupstar ✪ 2024-09-03 16:53
for the nerves
Avatar
Avatar
Jupstar ✪
magnesium helps
блять, че ты говоришь
Avatar
Avatar
sotr1xx
блять, че ты говоришь
Jupstar ✪ 2024-09-03 16:54
Magnesium deficiency is an electrolyte disturbance in which there is a low level of magnesium in the body. Symptoms include tremor, poor coordination, muscle spasms, loss of appetite, personality changes, and nystagmus. Complications may include seizures or cardiac arrest such as from torsade de pointes. Those with low magnesium often have low p...
Avatar
АААА БЛЯТЬ ЭТО ЧТО
Avatar
Jupstar ✪ 2024-09-03 16:54
it's a serious problem, don't underestimate it
Avatar
Avatar
Jupstar ✪
it's a serious problem, don't underestimate it
я тебя не понимаю, чел
Avatar
Avatar
Jupstar ✪
it's a serious problem, don't underestimate it
на русском базарь нахуй
Avatar
Avatar
sotr1xx
на русском базарь нахуй
Jupstar ✪ 2024-09-03 16:55
yeah, but also don't take too muchh
Avatar
Avatar
Jupstar ✪
yeah, but also don't take too muchh
что блять, мне лень юзать переводчик
Avatar
make your own discord server then
16:56
with your own rules
Avatar
Jupstar ✪ 2024-09-03 16:56
400mg/day should be enough
Avatar
крч я погнал, бб всем
Avatar
adios
Avatar
MilkeeyCat 2024-09-03 16:56
@Discord Mod
16:56
Show the gentleman exit door pls feelsbadman
Avatar
Avatar
jxsl13
adios
я думал ты не юзаешь переводчик и хотя бы немного знаешь русский((((
Avatar
I think the dev section should be moved down.
Avatar
Jupstar ✪ 2024-09-03 16:58
or opt-in with a role
Avatar
or that
Avatar
MilkeeyCat 2024-09-03 16:58
Or timeout when >50% of the message is not English characters santatrollet
Avatar
bad metric
16:59
xD
Avatar
Avatar
MilkeeyCat
Or timeout when >50% of the message is not English characters santatrollet
нуууу, да и че
Avatar
half of europe has latin characters
16:59
at least
Avatar
Avatar
sotr1xx
нуууу, да и че
russian in #off-topic - refer to the english language for ease of understanding thank you.
Avatar
MilkeeyCat 2024-09-03 17:00
These words just frew above his head
17:00
Flew
Avatar
opt in for this channel would be ok, but for bug reports you don't want an opt in. It's imo a worse user experience.
Avatar
Jupstar ✪ 2024-09-03 17:02
there are no bugs in ddnet
Avatar
the biggest bug in ddnet is one of the biggest features btw
Avatar
every bug, with enough time, becomes a feature at some point
Avatar
Avatar
sotr1xx
я думал ты не юзаешь переводчик и хотя бы немного знаешь русский((((
I'm multilingual >:0
Avatar
hellow
🛹 3
Avatar
Avatar
sotr1xx
крч я погнал, бб всем
next time please follow the rules, you are timeouted for 1 day
Avatar
MilkeeyCat 2024-09-03 19:01
@Learath2 I finished reading crafting interpreters book, it is so good
Avatar
https://github.com/ddnet/ddnet/issues/5593 could someone who is familiar with this take a look at it? @heinrich5991
As Tezcan reported on Discord, if a DDNet server is reachable via a different port than it listens on (e.g. because a NAT remaps the port to some other port), the new masterserver registration fail...
Avatar
it's possible to turn off hot reload by saving map?
Avatar
Avatar
Tezcan
https://github.com/ddnet/ddnet/issues/5593 could someone who is familiar with this take a look at it? @heinrich5991
so i guess this is why we get so many ppl who can't register
22:48
man
Avatar
im dumb sowwy
happy 1
Exported 149 message(s)
Timezone: UTC+0