03:23 <+bridge> [ddnet] using mouse to drag values in the editor (like position values for a group) seems to only do it in steps of 2 03:28 <+bridge> [ddnet] you have to press shift 03:28 <+bridge> [ddnet] was that changed? i think shift always was for slow mode 03:29 <+bridge> [ddnet] ah didnt know 03:29 <+bridge> [ddnet] that changed ye but its nice 06:31 <+bridge> [ddnet] why many maps 😮 09:18 <+bridge> [ddnet] @deen is it not working correctly? 10:44 <+bridge> [ddnet] @perrodecerro Halloween versions 10:44 <+bridge> [ddnet] @fokkonaut seems so 10:57 <+bridge> [ddnet] What did Fän say to that? 11:04 <+bridge> [ddnet] I could not aim in old editor i can not aim in new editor so a big neutral from my side for the new desktop mouse \:D 11:38 <+bridge> [ddnet] I'm trying to make SDL resize smoothly on Wayland 11:38 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/900679430253477948/output.mp4 11:38 <+bridge> [ddnet] It's not perfect but at least it doesn't flash like it currently does 11:38 <+bridge> [ddnet] wayland trol 11:39 <+bridge> [ddnet] lol no tearing updates 11:39 <+bridge> [ddnet] the font looks seriously broken oO 11:40 <+bridge> [ddnet] the video looks seriously broken 11:40 <+bridge> [ddnet] i can not play it 11:40 <+bridge> [ddnet] I normally play on X11 with old opengl 11:40 <+bridge> [ddnet] Text is broken on opengl 3 11:40 <+bridge> [ddnet] on opengl3 with wayland or also x11? 11:40 <+bridge> [ddnet] downloaded the video was worth it 11:40 <+bridge> [ddnet] I have opengl3 + x11 with no broken text 11:40 <+bridge> [ddnet] looks smooth af good job m8 11:41 <+bridge> [ddnet] It's probably a driver bug 11:41 <+bridge> [ddnet] I haven't tested opengl 3 on wayland because only gles works with my glew version 11:41 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/900680269776961606/output.mp4 11:42 <+bridge> [ddnet] hm, no embed for me either 11:42 <+bridge> [ddnet] I don't know what codecs discord supports 11:42 <+bridge> [ddnet] I searched stack overflow for how to make a video smaller with ffmpeg 11:42 <+bridge> [ddnet] and used that 11:42 <+bridge> [ddnet] wasnt it -c or -a 11:43 <+bridge> [ddnet] I searched stack exchange for how to make a video smaller with ffmpeg 11:43 <+bridge> [ddnet] `ffmpeg -i recording.mp4 -vcodec libx265 -crf 28 output.mp4` 11:43 <+bridge> [ddnet] i expected electron to be able to play any .mp4 11:43 <+bridge> [ddnet] ah ye -crf 11:44 <+bridge> [ddnet] u can probably skip the -vcodec part 11:45 <+bridge> [ddnet] using h264: 11:45 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/900681128850096158/output2.mp4 11:45 <+bridge> [ddnet] yay 🥳 11:46 <+bridge> [ddnet] yo heinrich this ca-ddnet.pem file should it be in cmakelists or not? 11:46 <+bridge> [ddnet] did that change over time? 11:47 <+bridge> [ddnet] should be in, did not change over time, I think 11:48 <+bridge> [ddnet] weird because if i have it in cmake complains 11:49 <+bridge> [ddnet] Text on opengl3 is broken for me since ddnet 15.3 11:49 <+bridge> [ddnet] use libx264 11:50 <+bridge> [ddnet] cuz discord is dumb and cant support "modern" codecs 11:50 <+bridge> [ddnet] element cant either as it seems 11:50 <+bridge> [ddnet] I just used ffmpeg without `-vcodec` and it worked 11:51 <+bridge> [ddnet] ye its the default i guess 11:51 <+bridge> [ddnet] ffmpeg so good 11:51 <+bridge> [ddnet] ffmpeg top10 underrated softwares 11:51 <+bridge> [ddnet] its not underrated 11:51 <+bridge> [ddnet] \:D 11:51 <+bridge> [ddnet] its just that normies dont know about it cuz its used by software under the hood 11:51 <+bridge> [ddnet] yes 11:51 <+bridge> [ddnet] @Maiski do you compile ddnet yourself? 11:51 <+bridge> [ddnet] I hear "oh ffmpeg can do that" a lot at work tho... 11:51 <+bridge> [ddnet] no 11:59 <+bridge> [ddnet] omg i always switch from vim to vscode when i have to edit multiple lines that are not aligned \:c 11:59 <+bridge> [ddnet] can some vim wizard tell me how to append to multiple line ends of different length 11:59 <+bridge> [ddnet] how many? 12:00 <+bridge> [ddnet] like 10 12:00 <+bridge> [ddnet] dont come at me with macros 12:00 <+bridge> [ddnet] `Atext to be appended` 12:00 <+bridge> [ddnet] then navigate to each line and press `.` 12:00 <+bridge> [ddnet] oh yea that works i guess 12:01 <+bridge> [ddnet] what about 100 lines? 12:01 <+bridge> [ddnet] alternatively, if they're adjacent, you could also do search&replace: `V