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-11-07 00:00 and 2024-11-08 00:00
Avatar
ah yes its recent bug
00:07
chillerdragon hardcoded tune zones to 0 to fix vanilla demos
Avatar
chillerdragon BOT 2024-11-07 00:25
So tune zone 0 is an actual tune zone? My bad. The way I red the prediction code I understood tune zone 0 as the world tune
Avatar
tune zone 0 is the default zone
00:27
so if theres no tune zones its 0 (edited)
Avatar
chillerdragon BOT 2024-11-07 00:27
Ah okay so I understand it correct then
00:28
But what is the difference between m_aTuning and tuninglist 0
Avatar
m_aTuning is local, list is for everyone (edited)
00:29
so when u set list[0] it set tunings for every tee
Avatar
chillerdragon BOT 2024-11-07 00:30
What do you mean by every tee? My dummy and me?
Avatar
everyone on the server in tune zone 0
Avatar
chillerdragon BOT 2024-11-07 00:32
So m_aTuning might hold the value of a non zero tune zone?
00:33
Is it like the currently active zone?
00:33
Why do we need both variables on the client side
Avatar
yes m_aTuning is current active zone
00:33
can be 0 to num_tunezones
00:33
TuningList() is used for prediction for other tees
Avatar
chillerdragon BOT 2024-11-07 00:34
m_aTuning is not a int is it?
00:34
It’s a tune params array
00:34
Imo it should be an int pointing into tuninglist to avoid confusion
Avatar
yea its the params, got confused a bit
Avatar
chillerdragon BOT 2024-11-07 00:35
It’s duplicated values with no clear relation
Avatar
makes sense for me
00:35
one is for local, other is for preditcion for everyone else
Avatar
chillerdragon BOT 2024-11-07 00:37
But the local one just refers to an existing zone
00:37
Well I guess we should wait for the refactor until there is the new tune feature
Avatar
looks like u receive m_aTuning from the server when your tune changes
Avatar
chillerdragon BOT 2024-11-07 00:38
Yes
00:38
So that’s the world tune
00:38
So imo that should also go into tune zone 0?
00:39
no
00:39
u can be in tune zone number 1
00:39
m_aTuning will be params from tune zone 1
00:39
why 0
Avatar
chillerdragon BOT 2024-11-07 00:39
Oh really?
Avatar
yes thats why it broke
Avatar
chillerdragon BOT 2024-11-07 00:39
So the server sends new tune params every time you touch a new zone?
Avatar
local player is in tune zone 1, you set tune zone 0 so it breaks for every tee
Avatar
Avatar
chillerdragon
So the server sends new tune params every time you touch a new zone?
yes
Avatar
chillerdragon BOT 2024-11-07 00:40
Crazy
00:41
I really hope vanilla demos aren’t broken again ._.
Avatar
i went on random vanilla server and tested shotgun and works fine
00:41
idk how else to test it
Avatar
chillerdragon BOT 2024-11-07 00:46
Did you watch the demo?
Avatar
chillerdragon BOT 2024-11-07 00:47
Ok nice yea it should be fine then
Avatar
iuwywuiywuiywiuwyuwyui 2024-11-07 01:06
is there method to call hook function except m_Controls.m_aInputData[0].m_Hook = 1
think_bot 2
Avatar
Avatar
iuwywuiywuiywiuwyuwyui
is there method to call hook function except m_Controls.m_aInputData[0].m_Hook = 1
if the hook state is only set on key up and key down events then thats what any function would do
01:31
also shouldnt that 0 be dependent on whether dummy is selected or not
Avatar
iuwywuiywuiywiuwyuwyui 2024-11-07 01:31
i changed to 0 for example
Avatar
Chiller , check issues , and add new translate
Avatar
ws-client BOT 2024-11-07 03:47
<ChillerDragon> @Evelyn you can't just remove placeholders in the translation. Also I saw it don't be pushy. I need to allocate time to cleanup your mess. Also is "ivent" really a russian word?
Avatar
ChillerDragon how can I make it show the number of kills in a row instead of the passage time in tab? (edited)
Avatar
GitHub BOT 2024-11-07 07:01
eb3b850 Fix invalid prediction tuning in tune zone 0 - KebsCS 50d8dfe Merge pull request #9214 from KebsCS/pr-fix-tuning - def-
Avatar
ws-client BOT 2024-11-07 07:52
<ChillerDragon> @Evelyn update and then its sv_display_score 3
Avatar
ChillerDragon is it possible to copy a map and paste it into another map? For example, Savannux + Dandelinux
Avatar
ws-client BOT 2024-11-07 10:19
<ChillerDragon> yes same as you copy a part
10:19
<ChillerDragon> you can use append for background and animations and you can copy parts by selecting multiple layers at once using shift
Avatar
I want to create a hub with a teleport to these 2 maps, which I can do. But how can I copy it completely in Savannux with all the freezing, texture, and Dandelinux blocks
Avatar
ws-client BOT 2024-11-07 11:03
<ChillerDragon> you need to add the same tile layers in the target map and then you can just select a area in the source map and paste it in the target map btw this is more of a #mapping question
Avatar
Chiller got adopted by Evelyn as personal assistant greenthing
💀 1
Avatar
ChillerDragon make it impossible to enter the tournament block with dummy
Avatar
ws-client BOT 2024-11-07 11:32
<ChillerDragon> I am not sure if i like that
Avatar
Well, make it possible to choose in the config
11:34
It's just so easy to get wins
Avatar
ws-client BOT 2024-11-07 11:34
<ChillerDragon> i see
11:35
<ChillerDragon> hmm todays merge didnt go so well ..
Avatar
MilkeeyCat 2024-11-07 11:36
Configuring C/C++ projects with CMake is so ass, I spent 1.5 hours trying to setup simple project and I'm already tired pepeW
Avatar
ws-client BOT 2024-11-07 11:37
<ChillerDragon> yea it is xd
11:37
<ChillerDragon> bru i even have that bug in ddnet not just in my hax client
11:38
<ChillerDragon> did i mess that up on my system or is the master glitched?
Avatar
Seems caused by https://github.com/ddnet/ddnet/pull/9213, I'll fix it later
Avatar
ws-client BOT 2024-11-07 12:28
<ChillerDragon> nice thanks
Avatar
ChillerDragon So you'll do it?
Avatar
ws-client BOT 2024-11-07 13:20
<ChillerDragon> its done i pinged you on github
13:29
Avatar
Avatar
Ryozuki
Click to see attachment 🖼️
yes
Avatar
Avatar
Ryozuki
Click to see attachment 🖼️
die crab, die
Avatar
MilkeeyCat 2024-11-07 13:29
where's C one justatest
Avatar
Segfaulted
feelsbadman 5
🥛 2
😿 1
Avatar
Why are you like this
14:21
peperage
Avatar
montikboom 2024-11-07 14:50
Anyone can give me tune commands in f2 to make game speed lower by 2?
Avatar
Yo im pretty confused rn. when sv_destroy_bullets_on_death is 0 the reload timer gets reset to 0 when killing right? or is there some initial reload counter? i can't find it if so. but ingame there seems to be some sort of delay making it impossible to fire 2 grenades within 2 ticks (edited)
15:13
does the tee maybe not exist for a tick?
Avatar
ws-client BOT 2024-11-07 15:21
<ChillerDragon> two tas questions in a row when open #botter channel
Avatar
Avatar
ws-client
<ChillerDragon> two tas questions in a row when open #botter channel
yes please
15:21
now answer
Avatar
ws-client BOT 2024-11-07 15:22
<ChillerDragon> ok
15:22
<ChillerDragon> there is no such tune
15:22
<ChillerDragon> i mean you can tune gravity to be lower and projectile speed to be lower but there is no general game speed tune
Avatar
game speed tune can't exists cuz physics quantizing anyway
15:23
*using current tunes
15:23
chiller answer my question!!
15:23
where does that 1 tick go
Avatar
Avatar
ws-client
<ChillerDragon> i mean you can tune gravity to be lower and projectile speed to be lower but there is no general game speed tune
montikboom 2024-11-07 15:23
I mean using many tunes, not only one
Avatar
Avatar
montikboom
I mean using many tunes, not only one
it does not work.
Avatar
Avatar
montikboom
I mean using many tunes, not only one
@Tater made an immitation of slowmo once but it is far from the truth.
15:25
chiller where does the tick go missing
Avatar
ws-client BOT 2024-11-07 15:25
<ChillerDragon> idk
Avatar
looking at the server code it seems the character respawns without missing a tick so idk why ddnet is so slow (edited)
Avatar
Need some help! I’m trying to join RUS KOG servers, and I’m just getting a “no answer to server yet!” Wondering if you guys know of a fix for this? I’m a USA player.
Avatar
Avatar
Blue
Need some help! I’m trying to join RUS KOG servers, and I’m just getting a “no answer to server yet!” Wondering if you guys know of a fix for this? I’m a USA player.
$kog
Avatar
Avatar
Blue
Need some help! I’m trying to join RUS KOG servers, and I’m just getting a “no answer to server yet!” Wondering if you guys know of a fix for this? I’m a USA player.
KoG affiliation
First and foremost: DDNet and KoG aren't affiliated. If you need help on a server related to KoG, join their Discord server by clicking on the link below.
Avatar
Avatar
Teero
@Tater made an immitation of slowmo once but it is far from the truth.
montikboom 2024-11-07 15:40
Tysm! I just searching for this
Avatar
chiller i found it. it was in my pocket all along
Avatar
Avatar
ws-client
<ChillerDragon> @Evelyn you can't just remove placeholders in the translation. Also I saw it don't be pushy. I need to allocate time to cleanup your mess. Also is "ivent" really a russian word?
not really, kind of common gamer slang, real translation of event is "событие"
Avatar
ChillerDragon I just realized that I could just ask you for a file to translate individual parts of ddnetpp and just change it there and then just register make in build, right?
Avatar
GitHub BOT 2024-11-07 17:36
I'm so tired of old creepy lookin' bubble in console, so i suggesting you this

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 change wit...
Avatar
Gugugaga
Avatar
Jupstar ✪ BOT 2024-11-07 18:36
Was there any change to input lately in ddnet? My fps drops to 0 when I do any kind of input, and also only after the client was open for a while https://streamable.com/mcoc5f Else I blame this weird steam bug I have.
Avatar
bind mousemovement fps -1kek (edited)
18:38
weird thing
Avatar
MilkeeyCat 2024-11-07 19:06
@Learath2. What was the name of a technique when structs have the same n first fields?
Avatar
Avatar
MilkeeyCat
@Learath2. What was the name of a technique when structs have the same n first fields?
Avatar
Yep
Avatar
struct inside of struct 👍
Avatar
why aren't afks automatically invisible(/spec)? he's causing a lot of problems.
Avatar
That could be a great idea. Sadly on most maps spec is not allowed so not if it would solve your issues ^^'
Avatar
GitHub BOT 2024-11-07 20:15
Load the map images for the menu and entities background maps before the respective map layers. Otherwise, the total number of images is 0 when loading the layers, which causes the images of tiles and quads layers to be considered invalid during the initialization, which results in the wrong tile/quad memory layout being used. Regression from #9213.

Checklist

  • [X] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Tested in combination with pos...
Avatar
Anyone want to review #9006?
Avatar
The confirmation popup was not shown for the Save As dialog anymore, due to the label being changed to Save As for the respective quick action. This check based on string comparison is rather britt...
👀 1
Avatar
Avatar
Robyt3
Anyone want to review #9006?
me
Avatar
even if this is an actual bug - can we keep this? this looks sick af kekw
Avatar
GitHub BOT 2024-11-07 21:15
1ceb7d0 Fix incorrect rendering of menu and entities background maps - Robyt3 5d085ed Merge pull request #9216 from Robyt3/Client-Map-Background-Fix - def-
Avatar
Avatar
meloƞ
even if this is an actual bug - can we keep this? this looks sick af kekw
go update your data dir xd
Avatar
Avatar
Teero
go update your data dir xd
build ddnet master from source for me will you? :3
Avatar
Avatar
meloƞ
build ddnet master from source for me will you? :3
sure owo
22:47
12113c1 Add dbg_sql config to hide non error sql logs - ChillerDragon 73357a4 Merge pull request #9020 from ChillerDragon/pr_dbg_sql - Zwelf
Avatar
Avatar
meloƞ
even if this is an actual bug - can we keep this? this looks sick af kekw
+1. Make it a toggle troll
Avatar
br_break_rendering_for_fancy_background 1
🔥 1
Avatar
Hey @murpi can you put slow mode on #showroom with a 10min duration? It would be nice to make people avoid chatting there. (edited)
Avatar
ws-client BOT 2024-11-07 23:58
<ChillerDragon> @Evelyn not sure what kind of file you mean but before we do any new translations we have to fix https://github.com/DDNetPP/DDNetPP/issues/375
EN = [EVENT] BLOCK IN 5 SECONDS [1/2] /join'ed already RU= [ИВЕНТ) Блок турнир через (The number of seconds before the tournament) , (The number of people who came in Just a number without /2) ...
Exported 142 message(s)
Timezone: UTC+0