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-06 00:00:00Z and 2021-12-07 00:00:00Z
Since 15.6 i am getting a weird bug with mouse movement in ddnet sometimes, it is like an "invisible border", that i cant pass sometimes. its most clear when being in spectator/pause. if i move my mouse to the right for example, at some point it just gets stuck even though i continue to move right at a relatively medium amount of speed.
My guess it its connected to Jupeyys mouse input pr.
18:47
I have experienced this bug now for the third time, only a client restart helps and i have all three times now checked whether its really nothing with my setup/mouse. on desktop it all works.
Git Bash is a bash emulator that comes with Git for Windows.
It's useful for example because it supports displaying unicode characters.
It works with upstream teeworlds but not with the ddnet tools (e.g. map_convert prints output in cmd and powershell but not in Git Bash).
16c748c Swap: Don't spam-protect retrying with local messages only - def-
f20443b fix command line arguments with unicode on windows - Robyt3
a46cc81 Merge #4421 #4423 - bors[bot]
i just sorted out the 10secs of good moments and deleted the rest. Which hurt a bit I would have preferred to move them to some free hosting like heinrich.de xd
I am trying to Merge two video without re-encoding them.
Currently i use a approach which is too much time consuming and resource as well. I just want to merge without re-encoding them. Currently ...
The Matroska Multimedia Container is a free and open container format, a file format that can hold an unlimited number of video, audio, picture, or subtitle tracks in one file.
20:05
Matroska is similar in concept to other containers like AVI, MP4, or Advanced Systems Format (ASF), but is entirely open in specification, with implementations consisting mostly of open source software. Matroska file extensions are .mkv for video (which may include subtitles or audio), .mk3d for stereoscopic video, .mka for audio-only files, and .mks for subtitles only
a special file that always returns the error code ENOSPC (meaning "No space left on device") on writing, and provides an infinite number of zero bytes to any process that reads from it (similar to /dev/zero). This device is usually used when testing the behaviour of a program when it encounters a "disk full" error.