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-10-27 00:00 and 2024-10-28 00:00
Avatar
Avatar
hmslf
i have to serverswap like every 5 mins
Go on any server with linear on it. Before touching the startline write /team 13 in the chat. Then write /lock . You can use any other number too. Then you are in your own team, and can run the map solo, without getting blocked. Even if you kill u will be in that team still. Hope that helps. Also try out other maps, especially in the Novice category owo
Avatar
GitHub BOT 2024-10-27 02:18
On the current master everything looks good in game. But demos with vanilla tuned weapons are broken.

before

ddrace demos displayed the tunings correctly. https://github.com/user-attachments/assets/fc8572b1-d02e-4514-84b6-e5a1dc6b4238 vanilla demos had a broken shotgun. https://github.com/user-attachments/assets/d4cda237-b0bf-407f-8f8a-b98c338d4331

after

ddrace demos still work fine. And in game as well. Tested with cl_antiping 0 and cl_antiping 1 with tune zo...
👍 2
Avatar
GitHub BOT 2024-10-27 06:30
386d456 Fix vanilla demo tuning - ChillerDragon 12f5410 Merge pull request #9174 from ChillerDragon/pr_fix_vanilla_demos - def-
Avatar
GitHub BOT 2024-10-27 10:40
Simplify the code by replacing the usage of a linked list and heap with an std::vector. The assignment operators are replaced with copy constructors to use std::vector.

Checklist

  • [X] 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 ar...
11:18
3ec2564 Fix console result client ID sometimes being uninitialized - Robyt3 2cd8721 Use std::vector for console execution queue - Robyt3 a52986f Merge pull request #9175 from Robyt3/Console-ExecutionQueue-Cleanup - def-
Avatar
GitHub BOT 2024-10-27 11:29
Although you had been into a 0.7 server by DDNet Client before, but DDNet Client still displays the area of the server as ping instead of real ping.
Avatar
ws-client1 BOT 2024-10-27 11:42
<ChillerDragon> @heinrich5991 when more bridges
Avatar
heinrich5991 2024-10-27 11:42
low on the priority list
Avatar
ws-client1 BOT 2024-10-27 11:43
<ChillerDragon> how can i help?
Avatar
heinrich5991 2024-10-27 11:43
plus I think I'm not interested currently since this would be mostly for you personally and you personally broke rules recently, leading to a kick
Avatar
evil chillerdragon
Avatar
chillerdragon BOT 2024-10-27 13:03
yea asking why we are not consistent with branch naming across repos is the most evil thing ever and totally deserved a 2 week ban
Avatar
Jupstar ✪ 2024-10-27 13:03
yeah i am defs on chillers side
13:03
that was a discussion between me and him
13:03
suddenly out of nowhere we got cancelled
13:04
i also got timeout'd btw
13:04
but only for a minute or smth
Avatar
Avatar
chillerdragon
yea asking why we are not consistent with branch naming across repos is the most evil thing ever and totally deserved a 2 week ban
did you want to bring back slaves or what
feelsbadman 1
Avatar
Jupstar ✪ 2024-10-27 13:04
xDDDD
13:04
Teero cya in hell
13:04
you get banned hard
Avatar
just asking what was it about that you got banned for 2 weeks while discussing branch naming
13:05
like what could possibly have happened
Avatar
chillerdragon BOT 2024-10-27 13:05
heinrich did not like the discussion
13:05
so he said we should stop
13:06
i disagreed and wanted to continue to talk about it
13:06
he went on a power trip
Avatar
ddnet enterprise version
Avatar
ывпаовпраропавропрао 2024-10-27 14:47
are this true timer? auto now = std::chrono::steady_clock::now(); if (std::chrono::duration_cast<std::chrono::milliseconds>(now - start).count() > 50) { start = now; }
Avatar
gotta have a paid version for consistent branch naming to be feasible
14:50
quoting learath2: "touch grass"
Avatar
How do I make a game type on the Gores server?
Avatar
Avatar
Evelyn
How do I make a game type on the Gores server?
Avatar
can anyone find a new address for the clans? I really want to use this https://github.com/heinrich5991/crazy-DDNet-show-points-in-game/blob/main/ddnet.py
游戏中按TAB键查看所有玩家分数的小程序. Contribute to heinrich5991/crazy-DDNet-show-points-in-game development by creating an account on GitHub.
Avatar
this is so cursed
Avatar
ывпаовпраропавропрао 2024-10-27 17:53
are this true timer? auto now = std::chrono::steady_clock::now(); if (std::chrono::duration_cast<std::chrono::milliseconds>(now - start).count() > 50) { start = now; }
Avatar
I wouldn’t put your life on it but it should be fairly precise
Avatar
Avatar
Nakimurr
can anyone find a new address for the clans? I really want to use this https://github.com/heinrich5991/crazy-DDNet-show-points-in-game/blob/main/ddnet.py
lmfao why is this repo called what it is
Avatar
Avatar
ывпаовпраропавропрао
are this true timer? auto now = std::chrono::steady_clock::now(); if (std::chrono::duration_cast<std::chrono::milliseconds>(now - start).count() > 50) { start = now; }
what do u need it for
18:43
there is https://en.cppreference.com/w/cpp/chrono/high_resolution_clock but it just wraps steady_clock on MSVC’s STL (and libc++ wherever possible)
Avatar
Avatar
Ewan
what do u need it for
ывпаовпраропавропрао 2024-10-27 18:47
I just need a 6 second delay
Avatar
static auto start = std::chrono::steady_clock::now(); auto now = std::chrono::steady_clock::now(); if (std::chrono::duration_cast<std::chrono::milliseconds>(now - start).count() > 6000) { start = now; // do stuff } @ывпаовпраропавропрао (edited)
Exported 45 message(s)
Timezone: UTC+0