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 2020-01-28 00:00:00Z and 2020-01-29 00:00:00Z
Avatar
yo can we fix the bug where if you open/tab to ddnet on windows 10 while you're playing a video in the active tab, the whole game crashes and sometimes even crashes your computer for 5 minutes?
Avatar
no
Avatar
ChillerDragon 2020-01-28 02:51:56Z
@louis does it happen always? what software do you use to play the video?
Avatar
whenever any video playing
02:52
youtube, other website, whatever
Avatar
ChillerDragon 2020-01-28 02:52:29Z
so browser
02:52
is it reproducable?
02:52
ddnet should not crash your computer i guess
02:52
sounds like your system is broken
02:54
@louis since which version do you have these issues? And does downgrading solve them?
02:54
always reproducable
02:54
whenever watching youtube
02:54
and tab to latest vers of ddnet
02:54
boom crash
02:55
idk i might try downgrading but
Avatar
use different browser
03:20
no
Avatar
just try
Avatar
ChillerDragon 2020-01-28 11:25:38Z
@louis yes try it. Also try running ddnet with a debugger. Since you are the only person who can reproduce I guess you are the one with the best chance to fix the issue.
Avatar
Дядя Женя 2020-01-28 11:42:07Z
I've also found a bug, but IDK if it even counts as bug. So I have 2 monitors, first with 144Hz and the second with 60Hz. When DDnet window becomes unfocused (when I switch to second mon.) And then return it into focus the game starts to be very laggy. Like it would be with 30-60 fps and Image could be even seriously blurred sometimes. (edited)
11:42
As I understood it happens only If I use Borderless Window, goes away when fullscreen.
Avatar
I'm using a very similar setup, just with 2 screens, and don't have this issue on borderless.
Avatar
I have a similar issue with 2 screens that are exactly the same, been trying to debug it for the last couple years, very hard to do given it's not consistently reproducible
Avatar
This is a bit weird, but i once was told to deactivate Windows Notification Assistant completely and remember to have gotten improvements.
Avatar
ChillerDragon 2020-01-28 14:25:52Z
does someone have a script that "compiles" teeworlds configs. So it follows exec calls and composes one big complete config file
14:26
like a c preprocessor handling the #includes
Avatar
ChillerDragon 2020-01-28 14:49:28Z
ok i quickly cracked it together in bash in case anyone ever needs it and greps the irc logs xd http://zillyhuhn.com:8080/Cv
14:49
well my paste service probably died until that happens so sorry irc: #!/bin/bash function include_exec() { local config="$1" while read -r line do if [[ "$line" =~ exec\ (.*\.cfg) ]] then include_exec "${BASH_REMATCH[1]}" else echo "$line" fi done < "$config" } include_exec "autoexec.cfg"
Avatar
@ChillerDragon can you make a function to write text with text-mapres on keyboard for your bs-client?
Avatar
ChillerDragon 2020-01-28 18:20:44Z
its not bs client its ux client :/
18:21
sounds like a really useful feature i was thinking the same once writing text with mapres is tidious af
18:21
but sounds like im too nobo for it i can add it to the todo and we will see @Im 'corneum
Avatar
@ChillerDragon Also the mapres would need to have letters/symbols in same place, and as far as I remember, every single one looked different ^^
Avatar
you could do something with automapper
19:10
or just choose one format that every tileset has to follow
Avatar
One format is the only viable way to do this
Avatar
unicode support when
19:29
😛
Avatar
[quakenet] Learath2 BOT 2020-01-28 19:42:31Z
Just no
Avatar
how am I going to type ⛄ though?
Avatar
Lol why do you need a "then" in bash after if, seems useless
Avatar
[quakenet] deen BOT 2020-01-28 19:53:52Z
same reason you have { and } in C
Avatar
ChillerDragon 2020-01-28 20:06:13Z
@jao i dont see how a automapper should take care of typing
20:06
@jao it maybe could guess words that would be cool :D
20:06
omg ima write that automapper for me
20:07
@Im 'corneum if you have same words you type over and over and they have different lengths i could write you a automapper as well
Avatar
I'ma drop some gpt2 buzzwords in here
Avatar
ChillerDragon 2020-01-28 20:08:41Z
@Nex
20:08
@NeXus dont rant on bash its literally best programming language out there
Avatar
it has quite some problems IMO
Avatar
ChillerDragon 2020-01-28 20:09:24Z
tell me one
Avatar
e.g. that you have to quote all variables in order to not split them by whitespace
Avatar
ChillerDragon 2020-01-28 20:09:55Z
hmm
20:10
ok that really annoyed me today
20:10
because cmake .. "$cmake_flags" doesnt work
20:10
and shellcheck said i should use arrays lol
20:11
but other than this edge case you get used to quoting really fast
20:11
worth it because you gain incredible scaffolding speed
20:11
literally any software becomes a function in your script without any dependency headache
20:12
you start by playing in your interactive shell and then ur half way done already
Avatar
Since ddnet uses the 0.7 vanilla whisper system it would make sense to also activate the /r reply command. But yikes it would be the same as /r as in rescue. Maybe use /c converse like in 0.6?
Avatar
@fokkonaut
Exported 65 message(s)