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 2025-01-11 00:00 and 2025-01-12 00:00
Avatar
GitHub BOT 2025-01-11 05:14

Motivation

I was translating data/languages/portuguese.txt when I noticed someone would likely fall into a lazy translation mistake. It's pretty obvious because it's one of the titles in the settings. A word like "Assets" has a context in both finance and digital media. Most online translators choose to use the financial context, for some reason. This file translates it to the financial context, which is "Ativos". The actual translation should have been "Recursos". ## Scre...
Avatar
can't connect to RUS2 location
Avatar
JUST A SNIPER ツ 2025-01-11 08:46
👀
08:46
I missclicked.
08:47
The title should have been Add/Fix language translations for Portuguese.
Avatar
GitHub BOT 2025-01-11 09:34
a68a908 Update translation stats - def-
Avatar
Jupstar ✪ 2025-01-11 09:48
You could theoretically sue all closed source ddnets anyway, because they don't disable the ffmpeg feature xd
♿ 1
Avatar
MilkeeyCat 2025-01-11 09:51
Any linux networking pros? I've registered a packet handler for ip packets, but the problem is that pkt_type field(shows if the packet is incoming or outgoing) always has value of incoming packet. Can a vm be a reason for this?
♿ 1
Avatar
GitHub BOT 2025-01-11 09:52
6773f77 Fix language translations for Brazilian Portuguese - DrafaKiller 9eb3f84 Merge pull request #9504 from DrafaKiller/language-brazilian-portuguese - def-
Avatar
Avatar
Jupstar ✪
You could theoretically sue all closed source ddnets anyway, because they don't disable the ffmpeg feature xd
kekw
Avatar
GitHub BOT 2025-01-11 09:52
2797321 Fix language translation for Portuguese - DrafaKiller 45538a2 Add language translation for Portuguese - DrafaKiller fdf76e5 Add missing translation author for Portuguese - DrafaKiller d93c13c Merge pull request #9505 from DrafaKiller/language-portuguese - def-
Avatar
Avatar
MilkeeyCat
Any linux networking pros? I've registered a packet handler for ip packets, but the problem is that pkt_type field(shows if the packet is incoming or outgoing) always has value of incoming packet. Can a vm be a reason for this?
Jupstar ✪ 2025-01-11 09:53
The pic looks like incoming traffic tho
Avatar
Isn't that the case for a lot of libs where distribution is only allowed under the same license which isn't the case when you sell it ?
09:54
No idea about licensing btw
09:54
I just choose Apache and call It a day
Avatar
Avatar
meloƞ
Isn't that the case for a lot of libs where distribution is only allowed under the same license which isn't the case when you sell it ?
Jupstar ✪ 2025-01-11 09:55
Selling isn't really the thing. Distribution in any form is. And x264 is not a free format and the implementation of it is GPL source
Avatar
Avatar
MilkeeyCat
Any linux networking pros? I've registered a packet handler for ip packets, but the problem is that pkt_type field(shows if the packet is incoming or outgoing) always has value of incoming packet. Can a vm be a reason for this?
It is most probably a vm thing
Avatar
Check your routing table, see where the default route leads
09:57
Oh also yeah the screenshot does look like it only has incoming traffic 😄
Avatar
MilkeeyCat 2025-01-11 09:59
oh ye, there's no a single line with destination being a remote address 😬
Avatar
I remember seeing some article about how there are billions of ffmpeg license violations
Avatar
MilkeeyCat 2025-01-11 10:16
New problem, outgoing packets aren't shown xd
Avatar
Avatar
Tater
I remember seeing some article about how there are billions of ffmpeg license violations
If I were a multibillionaire I'd donate a billion to help ffmpeg sue everyone
10:16
Just to be annoying. No other purpose
Avatar
Avatar
MilkeeyCat
New problem, outgoing packets aren't shown xd
MilkeeyCat 2025-01-11 10:35
It's a weird hack but I made it work by listening to all the packets and then filtering out the ones I need, instead of registering the handler only for ip packets :\
Avatar
GitHub BOT 2025-01-11 10:35

Motivation

I just noticed that you also need translations to localize Android's resources, so I added res/values-pt-rPT/strings.xml. --- Let me know if you need anything else, or some updates later on.
Avatar
@meloƞ How to change gametype color in server list?
Avatar
Avatar
Jupstar ✪
You could theoretically sue all closed source ddnets anyway, because they don't disable the ffmpeg feature xd
Avolicious 2025-01-11 11:16
We dont have ffmpeg 🙂
Avatar
Jupstar ✪ 2025-01-11 11:17
For servers it doesn't apply anyway, since they don't distribute anything. With AGPL that would be different again tho
Avatar
GitHub BOT 2025-01-11 11:57
Related Issue #9405 After the merge of pull request #9499, this bug seemed to have been fixed. However, it has not been completely resolved. I've identified several persistent issues: Steps to Reproduce Crash 1. Create a new group and select it. 2. Add a tile layer within the new group. 3. Use the brush to draw on the tile layer. 4. Right-click the tile layer, select "game tiles", and choo...
Avatar
GitHub BOT 2025-01-11 12:38
47aa2aa allow permanently disable auto spec cam, add esc menu button - TsFreddie 8e1a5b9 fix user zoom not being set when auto spec zoom is active - TsFreddie bea9e95 Add Portuguese translation for Android strings - DrafaKiller fdbc369 Merge pull request #9506 from DrafaKiller/location-portuguese - def- 0978c6f Merge pull request #9468 from TsFreddie/auto-spec-menu - def-
Avatar
GitHub BOT 2025-01-11 14:57
!image

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
  • [ ] Considered possible null pointers and out of bounds array indexing
  • [ ] Changed no physics that affect existing maps
  • [ ] Tested the cha...
Avatar
Posted by Joshua Bloch, Software EngineerI remember vividly Jon Bentley's first Algorithms lecture at CMU, where he asked all of us incoming Ph.D. ...
Avatar
GitHub BOT 2025-01-11 16:02
has a strange bug on my computer: when I check OpenGL 3.0 rendering in the settings, it lags and then flashes for some reason. But when I check Vulkan, it doesn't flashback. And after I check Vulkan the game exits within the game and restarts again and it becomes OpenGL3.0 again, it can't remember my selection, I think it's a bug. the system is Windows 10 latest version. My English is not good so I used a translator, please understand if it causes any inconvenience >__<。 如果有什么需要补充的...
Avatar
GitHub BOT 2025-01-11 16:21

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 with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-ad...
Avatar
I think #9496 is ready to be merged now?
Avatar
Knowing position infomation in freeview helps navigating long-range flights when you don&#39;t know the destination coordinates. I came up with two designs and chose the current as the corner l...
Avatar
smokky(*_*) 2025-01-11 16:44
Looking for 2types minimum 300 hours to pass aqua map
16:44
Ищу 2типов минимум 300часов чтобы пройти карту aqua по звонку
Avatar
Avatar
smokky(*_*)
Looking for 2types minimum 300 hours to pass aqua map
Jupstar ✪ 2025-01-11 16:45
stop spamming please
Avatar
Avatar
smokky(*_*)
Looking for 2types minimum 300 hours to pass aqua map
MilkeeyCat 2025-01-11 16:45
Man why would you write this in development channel?
Avatar
Jupstar ✪ 2025-01-11 16:45
#general chat would have been enough, and russian in #off-topic
Avatar
GitHub BOT 2025-01-11 16:47
ee51f41 Support rendering 0.7 bot skin decoration - Robyt3 cb10062 Merge pull request #9508 from Robyt3/Client-Skins7-Bot-Decoration - def-
Avatar
GitHub BOT 2025-01-11 16:59
0e8ea4c Show position in freeview - Pioooooo d9d058c Merge pull request #9496 from Pioooooo/show-pos-freeview - def-
17:01
855cf8b Add Chinese translations for Android - Pioooooo 92013a0 Merge pull request #9510 from Pioooooo/chinese-android - def-
Avatar
GitHub BOT 2025-01-11 21:21
35b5c77 Disable ingame input for blocking client ui - Jupeyy a281e27 Merge pull request #57 from Jupeyy/pr_no_inp_console_open - Jupeyy
Avatar
does this link work with the 0.7 protocol?
Avatar
185.254.97.173:8303 is not a DDraceNetwork or Community server.
Exported 65 message(s)
Timezone: UTC+0