DS

Results 474 comments of DS

Thanks for fixing that issues, ruben! ^^

Note that one can also explicitly set the short description in itemdef. You don't have to rely on the autogenerated one.

> [already implemented](https://github.com/minetest/minetest/blob/master/src/client/sound_openal.cpp#L185) when trying to load audio files. should close. * That's no warning, just infostream stuff. * IIRC, there are false positives, i.e. the msg is still logged...

Primary selection should work with SDL, including on wayland. Are you sure your SDL version is recent enough (i.e. >=2.26)? Also, wayland compositors are not required to support primary selection...

Oh, I've never actually tried pasting text with newline in the chat-console. Single-line editboxes allow this, afaik. As the behaviour in this regard is the same as if you paste...

Destructors are noexcept by default. Since #10314, we handle errors in `~Server` with a try-catch block. Something similar has to be done in `~ServerEnvironment`.

Is there maybe a cellar or cave nearby? Getting different fps at different positions is not a bug per se. You're probably just near a tipping point where fewer blocks...

There's a hole in the ground. Is this hole new or did you just dig it? And is there more empty space below that block? (FYI, the sphere probably is...

I haven't looked up how the darkness check thing works, or how useful it is, but it should definitely be possible to turn it off, for dehardcoding reasons. It kinda...

Issue I found while testing: The view distance setting shouldn't be limited by the fog distance. It should rather be independent instead. Example of current situation: * View distance is...