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 2022-01-26 00:00:00Z and 2022-01-27 00:00:00Z
Avatar
Demos constantly swap between main tee and dummy when viewing them, on latest nightly.
Avatar
constantly = even when you didn't swap in the demo?
Avatar
Correct
00:17
Flickers between the 2 tees, instead of playing the demo normally
Avatar
sounds like my fault, thanks for the report
πŸ‘ 1
Avatar
From Discord:
[1:12 AM] Skeith: Demos constantly swap between main tee and dummy when viewing them, on latest nightly. [1:16 AM] heinrich5991: constantly = even when you didn't swap in the demo? [1:16 AM] Skeith: Correct [1:17 AM] Skeith: Flickers between the 2 tees, instead of playing the demo normally
Probably caused by #4623.
Avatar
Great that some people are actually using the nightlies πŸ™‚
00:28
f346e44 Fix timestamp in record_maps in test (fixes #4631) - def- 836cfe3 Merge #4632 - bors[bot]
00:29
Fixes #4636.

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-add...
00:41
4b9c695 Only try to install existing icon sizes - def- f15dba5 Merge #4635 - bors[bot]
Avatar
This message spams when standing on the starting line, dunno if already reported
Avatar
Hm, maybe it's time to make the start tile only work once
Avatar
Would it break t0 r1? probably for some maps
Avatar
that would absolutely break a bunch of t0 runs, eg. Tangerine which seems as if it's specially designed for the t0 skip strat
04:46
also would give a minor advantage to older t0 runs in general, since crossing the start line can easily take more than 1 tick, especially on the maps where its more than 1 tile thick
04:47
I think adding a per-team cooldown for that message which resets when the number of players in the team changes would be better, since that would cut down the spam even more than forced single-use start line
04:50
Well, I guess single activation start line would be fine if that only applied to teams, since it acts that way with the timer anyway, and then it wouldnt impact t0
08:01
aed195b Only record snapshot of the currently active tee - heinrich5991 253bfaf Merge #4637 - bors[bot]
Avatar
chillerdragon BOT 2022-01-26 09:17:08Z
image.png
09:17
wait what who catches sigint in the client? SDL ?
Avatar
chillerdragon BOT 2022-01-26 09:33:36Z
oke then i have to code it again in headless -.-
09:34
should i push it to ddnet too?
09:34
not sure where to put it there
Avatar
Not sure if anyone cares. But here some known issues with the client when compiled with -DHEADLESS_CLIENT=ON
  • [ ] "cl_download_skins 1" crashes the client
  • [ ] no data/ dir crashes the client
  • [ ] no signals are catched ctrl+c keeps a timeouted client on the server
Avatar
chillerdragon BOT 2022-01-26 09:49:46Z
How do i set the zoom further away than 0 via console?
09:49
"zoom -1" does nothing :c
09:50
DDraceNetwork, a cooperative racing mod of Teeworlds - ddnet/camera.cpp at fea9eb5be5eeafa1f21345d45e5ad9a92957fff4 · ddnet/ddnet
09:50
fakin clamp
09:51
do i need to do "zoom--;zoom--;zoom--;" now? xd
Avatar
remove the clamp?
09:51
no need for explicit signal handling in ddnet client
Avatar
Avatar
chillerdragon
How do i set the zoom further away than 0 via console?
zoom+
Avatar
chillerdragon BOT 2022-01-26 09:52:24Z
poggers can i?
09:52
or at least increase
09:53
zoom+ and zoom-
09:53
πŸ˜›
Avatar
chillerdragon BOT 2022-01-26 09:53:44Z
@deen: remove completly? I think a "zoom -999" might crash most clients instantly
09:54
but then id have to type that a lot
09:54
-.-
09:54
and count the shit xd
Avatar
i know you won't answer me but i think you should just use binds
Avatar
chillerdragon BOT 2022-01-26 09:55:46Z
:D
09:55
image.png
09:56
at least for my use case max cmdlen still fits
Avatar
a0acdeb Add 10 € donation by coldren - def-
Avatar
chillerdragon BOT 2022-01-26 09:57:05Z
Yes a bind that contains 14 times zoom- typed out :D
Avatar
but you need it only 1x, then you can hold the key
10:00
or im wrong
10:00
?
Avatar
chillerdragon BOT 2022-01-26 10:01:08Z
press the key 14 times xd
Avatar
or hold it
10:01
cl_smooth_zoom_time 250
Avatar
chillerdragon BOT 2022-01-26 10:02:07Z
well in game i zoom on scroll and have no smooth zoom but its not about in game its about setting exact zooms via console
Avatar
I understand, what exactly do you need something like that for?
10:03
if i zoom out 100 times its laggin hard
Avatar
chillerdragon BOT 2022-01-26 10:03:08Z
to set my view to distances that i like :)
Avatar
very special, i think many just zoom in the run as they need it. with a button that brings you to your zoom setting without smooth would burden me very much and lead to fails πŸ˜„
Avatar
The Qualys Research Team has discovered a memory corruption vulnerability in polkit's pkexec, a SUID-root program that is installed by default on every major Linux distribution.
10:08
This is a vulnerability in pkexec - a common suid program written in C. This CVE is an out of bounds memory error, and should not have happened if the utility was written in safe Rust
10:08
monkalaugh
Avatar
chillerdragon BOT 2022-01-26 10:17:31Z
smooth zoom makes me puke :D
Avatar
Imagine talking about writing it in safe rust when the language only appeared 1 year after
10:18
they could've guessed rust code tho
Avatar
[quakenet] suo BOT 2022-01-26 11:23:31Z
e
Avatar
Thanks for Skeith for report

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 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/...
Avatar
Avatar
Skeith
This message spams when standing on the starting line, dunno if already reported
Thanks for Skeith for report Checklist Tested the change ingame Provided screenshots if it is a visual change Tested in combination with possibly related configuration options Written a unit ...
πŸ‘ 1
Avatar
Avatar
chillerdragon
"zoom -1" does nothing :c
zoom- and zoom+
11:35
chillerdragon: there are limits for zooming out already.
11:36
you should clamp to that.
11:36
and dont do weird stuff again plis
Avatar
Thanks to chillerdragon for noticing

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 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.co...
Avatar
chillerdragon BOT 2022-01-26 12:41:50Z
Im innocent. I don’t do sussy things. Wdym (@fokkonaut)
and dont do weird stuff again plis
12:42
Just building client side teehistorian to sell big teeworlds data to google corp
12:42
GDPR compliant ofc
Avatar
I have a feeling you really are makimg a bot
13:17
0374dda Don't clamp "zoom" command, we already clamp in ChangeZoom - def- f1f0cd0 Merge #4640 - bors[bot]
Avatar
Avatar
Learath2
I have a feeling you really are makimg a bot
probably
13:20
not the first xd
Avatar
f3796e5 Disable or fix some spammy new clang-tidy 13 warnings - def- 653c771 Add readability-avoid-const-params-in-decls - def- bcb50c1 Enable readability-const-return-type, readability-container-data-pointer, readability-delete-null-pointer - def- 7aac8b5 Add readability-container-size-empty - def- bc78ba5 Enable readability-inconsistent-declaration-parameter-name - def- 3f7befd Add some further readability checks, mostly redundancy - def- 4751856 Consider include directories as SYSTEM dirs - def- 94272f8 Add more readability checks - def- ddc279c Turn around readability: use all, exclude some - def- 4da76e0 Fix any_of - def- 7903b40 Quiet clang-tidy on macOS - def- 827ebf1 Emote -> Emoticon - def- 5cc8eb9 Better fixes - def- 087a9a8 Fix SendStartWarning() to only warn every 3 seconds - def- 155a922 Merge #4628 #4639 - bors[bot]
Avatar
Avatar
ReiTW
they could've guessed rust code tho
Amir reza Irani ali poor 2022-01-26 15:52:22Z
πŸ˜‚
Avatar
When your new hire only writes javascript/typescript
16:55
(^ that's a lie, I forced him to write typescript)
Avatar
@Learath2 now put ADMIN = Ryozuki#2188
17:16
just in case
17:16
to test it
17:16
monkalaugh
Avatar
ok done
Avatar
very true
Avatar
they finally changed whatsapp webb
17:18
to not require ur phone to be used
17:19
imagine being in 2022
Avatar
the future is now
Avatar
It's happening! SDL 2.0.22 will default to Wayland, favoring it over X11. If you or your distro has not supplied a libdecor, you absolutely want to get that in place by around March 2022. Thanks to @flibitijibibo who did so much heavy lifting for Wayland support! https://t.co/7Bx4Y18I1q
17:45
monkaS
Avatar
What about new way to triple fly? Add two clients cmds: +left_dummy and +right_dummy, so you can control both tees with keyboard. Then add dummy_hf_hook command, so that dummy spam and keep hook every 2 sec, instead of spam hammer every 1 sec. Et voilà, you can triple fly with camera and mouse control on lower tee, new buttons to control upper dummy (or toggle bind to use A/D). It's possible? Or useful?
17:48
No macro, pure skill to triple fly. Only aim needed on dummy hook, but it already exists on dummy hammer, so it's ok
Avatar
i'd love a dummy left + dummy right aswell, its kidna annoying that you have to switch siwht resetonswitch off to make dummy hold
Avatar
Why make it more powerful? :(
Avatar
but idk why its necesarrry to make hammerfly hook as a client command when you can already make a config to do that
Avatar
Config is different, with config you drive upper tee, but hammer will be executed on dummy and hook is copied. Actually config is easier because you don't need aim to hammer
17:57
While my proposed mode will let you hook in every direction you want
Avatar
you can hook in any direction with config too
17:59
except that you cant fly at normal speed
17:59
you must pseudo to drag someone
Avatar
Jupstar βœͺ BOT 2022-01-26 18:37:12Z
This is a draft patch that will (at last) prioritize the Wayland video driver over X11. This is here purely for internal testing only and is NOT meant for wider community testing; to test SDL Wayla...
πŸ«ƒ 1
18:37
guess we should enable wayland support too ;D
Avatar
oh no, i need to upgrade my debian builds then
Avatar
github discord bot is dead?
Avatar
looks like it
19:57
but Robyt3 alerted me of the new PR, no worries πŸ˜‰
Avatar
@Robyt3 discord api is dead*
20:47
not the github bot
20:47
Welcome to Discord's home for real-time and historical data on system performance.
Avatar
chillerdragon BOT 2022-01-26 21:45:37Z
@Ryozuki: wait wat how does whatsapp work without a phone? poggersmaybe its time to have a look at it again
Avatar
chillerdragon: without needing an online phone
21:48
you still need to register via phone number
Avatar
chillerdragon BOT 2022-01-26 21:48:23Z
yea that sucks
21:48
but its still progress imo
21:48
not even signal has that right?
21:49
idk tbh i barley use signal desktop
Avatar
signal desktop works without phone AFAIK
Avatar
chillerdragon BOT 2022-01-26 21:49:29Z
oh wow ok nvm
Avatar
I've been using WhatsApp on Desktop without phone for weeks. Lost my phone number, hopefully get it back in 2 days...
Avatar
chillerdragon BOT 2022-01-26 21:50:48Z
yea depending on a phone and sim card and contract rly sucks
Avatar
Avatar
deen
I've been using WhatsApp on Desktop without phone for weeks. Lost my phone number, hopefully get it back in 2 days...
iirc whatsapp has a beta feature for that, yes
Exported 141 message(s)