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 2021-12-29 00:00:00Z and 2021-12-30 00:00:00Z
Avatar
shuddup corneum
00:20
im faster than you
Avatar
:(((((
00:20
aPES_Kiss
Avatar
Not sure if this is related/dupelicate to #3795 Some players are rendered incorrectly, as if they don't belong in the same team. Most noticeable by skipping huge parts of the timeline in the demo viewer. Doesn't happen when the demo is played from start to finish. https://user-images.githubusercontent.com/60477660/147626736-b985bc40-b30f-4163-b358-2d931bb9eb98.mp4 All tees are in the same team, reaz and yuzu (player pov) are shown in a different team. maybe consider reverting fa9...
Avatar
^ I get [2021-04-29 00:31:51][client]: dropped weird message 'invalid' (0), failed on '(type out of range)' aswell now after reverting the commit mentioned in the issue above
Avatar
@Learath2 or @deen database connections on FRA are failing right now. Could you check whether the database is reachable from there? Otherwise https://github.com/ddnet/ddnet/pull/4429 might not work as intended and needs to be reverted.
Remaining changes for #4424. Improving sql write times during shutdown and slow mysql responses/timeouts. I still want to test this change, especially for the last commit. Might have time for testi...
Avatar
This short guide collects some examples of drawing finite state machines using the Tikz LaTeX library.
08:44
latex always cool
Avatar
Avatar
Zwelf
@Learath2 or @deen database connections on FRA are failing right now. Could you check whether the database is reachable from there? Otherwise https://github.com/ddnet/ddnet/pull/4429 might not work as intended and needs to be reverted.
can confirm that no db connection from ddnet server work
09:15
but from command line works, rebuilding with state before your PR
09:15
not sure which changes exactly to revert
Avatar
Remaining changes for #4424. Improving sql write times during shutdown and slow mysql responses/timeouts. I still want to test this change, especially for the last commit. Might have time for testi...
Avatar
77b10ff Revert "Skip over read queries and write into backup database in FailMode" - def-
Avatar
does the server print something like dismissed read request during FailMode?
Avatar
[2021-12-29 09:11:19][chat-command]: 0 used /top5 [2021-12-29 09:11:19][sql]: show top5 dismissed read request during shutdown [2021-12-29 09:11:19][sql]: show top5 failed on all databases
Avatar
uh, ok then the other commit
09:20
mb both just in case
Avatar
that's why I wanted to go back to old state 😄
Avatar
18e9fae Revert "Skip read requests during shutdown" - def-
Avatar
@Zwelf I think there are further issues: [2021-12-29 10:28:12][sql]: load best time failed: (execute:stmt:2013): Lost connection to MySQL server during query
09:29
this is with the 2 changes reverted
09:35
For the first two I'll try to investigate what went wrong. Was the change only rolled out in FRA?
09:36
(especially not ger2, where I don't experience the issue?)
Avatar
no, rolled out in all
09:37
I had the same issue in GER2
Avatar
d7aded1 Revert "Fine tune MySQL timeouts to fail faster" - def-
Avatar

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 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-addresssanitizer--und...
Avatar
latex is so cool (edited)
14:59
ppl should forget word
14:59
and use latex
Avatar
Hey, is it possible to also send the players skin name to the server infos and would that be ok to implement? Right now you can only get it client-side. We could build some new useful tools with that, its just not possible right now
Avatar
Chillerdragon: your help bot on multeasymap is great
Avatar
Avatar
NeXus
Hey, is it possible to also send the players skin name to the server infos and would that be ok to implement? Right now you can only get it client-side. We could build some new useful tools with that, its just not possible right now
i had the same idea and opened a issue
15:57
its possible with http masterserver
15:57
its just isnt there yet
16:10
11d619e Use power button to quit (fixes #3786) - def- f001220 Merge #4546 - bors[bot]
Avatar
Avatar
NeXus
Hey, is it possible to also send the players skin name to the server infos and would that be ok to implement? Right now you can only get it client-side. We could build some new useful tools with that, its just not possible right now
u forgot colors
16:16
use custom color, color body and color feet
Avatar
what's the multeasymap help bot
Avatar

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-addresssanitizer--u...
Avatar
How to save server settings?
17:42
just edit the cfg file
Avatar
How I can fix this error with entity? Up: My entity Down: Error in file gameworld.h (edited)
Avatar
[quakenet] ChillerDragon BOT 2021-12-29 18:22:55Z
@murpi pls no ban :c
Avatar
[quakenet] ChillerDragon BOT 2021-12-29 18:23:33Z
no proof!
Avatar
Avatar
Mʎɹ シ
How I can fix this error with entity? Up: My entity Down: Error in file gameworld.h (edited)
You're not showing the error message
Avatar

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-addresssanitizer--u...
Avatar
sry, I forgot Exception thrown: Read access violation. this was 0xFFFFFFFFFFFFFFB7. (edited)
Avatar
invalid pointer I guess
19:43
invalid this pointer
19:43
is GameServer() initialized?
Avatar
I think what gameworld initialized this pointer
19:53
Because other entity working
Avatar
but that pointer looks totally wrong
20:03
0ab7190 Don't warn on solo server, where no team ranks should exist - def- 543aa9d Merge pull request #4548 from def-/pr-stop-warning - def-
Avatar
what did you guys do to new ddnet
21:21
feels so smooth
Avatar
on what os?
21:36
macos has been optimized
Avatar
windows 10
Avatar
smoouli
Avatar
On a computer of a friend of mine, alt-tabbing takes a long time. This applies to desktop fullscreen and fullscreen. It seems like Windows changes the resolution back and forth but both DDNet and the desktop are configured to use 1920x1080. Is this a general Windows problem or do I need to figure out more details?
Avatar
chillerdragon BOT 2021-12-29 22:19:40Z
@deen: since when are you the mac guy btw?
Avatar
since I got a macbook 3 weeks ago
Avatar
chillerdragon BOT 2021-12-29 22:19:58Z
and does that mean there is hope for a usuable mac expirience ? o.O
22:20
wow brand new
Avatar
seems pretty good to me with my PRs now
Avatar
chillerdragon BOT 2021-12-29 22:20:28Z
do you use it as a main machine?
Avatar
right now yes. but i actually ordered it for work, so have to see how that will go
Avatar
chillerdragon BOT 2021-12-29 22:22:01Z
but it is your private daily driver now?
22:22
wew
22:22
so did you pay it? And why a mac for work?
22:22
SAP iOS app? :D
22:26
oh thats why you also forked the brew repos
22:26
yes i stalk ppl on github :D
Avatar
new job for deen
Avatar
I quit my job at SAP, the laptop is for new work, had the choice between macbook or some Dell device I think
Avatar
chillerdragon BOT 2021-12-29 22:29:42Z
oh wow job switch
Avatar
For now I bought it privately, but I hope they'll pay me for it in a few days 😄 Not sure if I'm still allowed to use it privately then, will see
Avatar
chillerdragon BOT 2021-12-29 22:30:02Z
BYOD
22:30
if you were at my company you had to install windows defender on your mac HAHA
22:30
pls kill me
Avatar
those corporate requirements for weird apps on devices has been annoying me for years
22:31
even on Linux devices a shell script running as root downloading and executing a script via http (without tls)...
Avatar
chillerdragon BOT 2021-12-29 22:31:23Z
yea
22:31
what wm were you using again?
22:31
on linux
Avatar
or on my iPhone the antivirus scanner would hog the entire device about twice a month and had to reboot
22:31
xmonad
Avatar
chillerdragon BOT 2021-12-29 22:31:56Z
how do you cope with macOS windows? :D
Avatar
Luckily for you I have a blog post just about that: https://hookrace.net/blog/macos-setup/
Avatar
chillerdragon BOT 2021-12-29 22:32:16Z
ok im 10% ur article maybe i should finish reading the blog before asking questions
22:32
ye ik -.-
22:32
its soooo long
Avatar
I just use everything in fullscreen, only have ~4 applications open at a time, and split terminals in iTerm
Avatar
chillerdragon BOT 2021-12-29 22:33:01Z
yikes iterm
Avatar
good enough for me
Avatar
chillerdragon BOT 2021-12-29 22:33:04Z
tmux masterrace
22:33
if you would use tmux then a os switch is less change
22:33
iTerm is a mac thing isnt it? i used it too some time
22:33
tmux seems weird to me, I tried it before switching to xmonad
Avatar
chillerdragon BOT 2021-12-29 22:34:03Z
tmux is really nice
22:34
you might want to configure it a bit first
Avatar
Can you even select text from one of the "windows"?
Avatar
chillerdragon BOT 2021-12-29 22:34:17Z
but it is soooo good
22:34
yes
22:34
you can
Avatar
I remember I used tmux when I tried not to use X11 at all, and did everything from command line for a few weeks
22:35
but that got annoying, and a real WM for everything, not just terminals is nicer
Avatar
chillerdragon BOT 2021-12-29 22:35:30Z
hm
22:35
WOW macOS has wm
22:39
I miss a section in "Mouse" explaining how to reproduce arch linux mousesense for ddnet on macOS hehe
Avatar
but to be honest I didn't play much in a while, so I don't mind
Avatar
chillerdragon BOT 2021-12-29 22:41:42Z
ye ikr
22:44
I miss "⌘ + Spacebar" in your shortcut list its literally the best
Avatar
i just use f4
Avatar
chillerdragon BOT 2021-12-29 22:44:43Z
dmenu for mac or however you cool tiling bois name it
22:45
never heard of f4 but i guess it works the same hm
22:45
do you press f3 sometimes?
Avatar
for that I use control up sometimes
Avatar
chillerdragon BOT 2021-12-29 22:46:06Z
i guess thats more a gnome thing
Avatar
but not really required much
Avatar
chillerdragon BOT 2021-12-29 22:46:49Z
i press that 2 times a minute :D
22:46
on gnome
22:47
i remember loving to fullscreen all on macOS or split two fullscreen windows and then swipe with 3 or 4 fingers idk between the desktops thats so neat
22:48
thats such a mac workflow
22:51
@deen: so are you writing some metal drivers now? :D
22:51
isnt openGL end of life on mac or something
Avatar
yes, it is. but works well enough
22:52
We don't have many mac users, would make more sense to implement directx
Avatar
chillerdragon BOT 2021-12-29 22:54:31Z
sounds like no app dev will ever use metal haha
Exported 145 message(s)