ndren

Results 60 comments of ndren

This PR is ready for review, let me know what you think. Thanks!

I have tested and the clipboard (ctrl-V) works fine on Sway (Wayland). I was a bit confused when I saw that the primary did not work, but I see now...

Again, this is not required, and I'm happy for this to be left as-is. One clipboard is enough for me :)

I figured out my issue! Chat messages do not allow newlines, leading to my confusion when my clipboard did include newlines. Is there a nice way to gracefully handle this?...

Both clipboards work when there are no newlines in the text, so it works fine otherwise.

@tamara-schmitz If you send a new commit, it should run CI again. If you want to keep commit history clean, you could force push a new commit with the same...

@lhofhansl No concrete numbers, but I am getting constant 60FPS now when it dropped below slightly before compiling in LTO, which is really nice since it means the CPU gets...

I agree test results would be useful. I don't notice the FPS jitter on my hardware. If someone could measure and check whether this change does anything to the overall...

One thing I did test was the precision of usleep, and I have found it is consistently measurably lower than a millisecond by at least 5x, even without e.g. linux-rt....

> > This is an attempt to help with [#13399 (comment)](https://github.com/minetest/minetest/issues/13399#issuecomment-1500993162). > > While these changes do not hurt it'd be good to have test results so we can _reliably_...