SmallJoker

Results 315 comments of SmallJoker

`signs_lib` has very similar demands. Related engine request: https://github.com/luanti-org/luanti/issues/1367

The slippery feature is implemented in `LocalPlayer::getSlipFactor`, ... which depends on the sanding node pos ... which depends on the reported collisions Reported collisions currently truncate the position decimals (see...

Fixed between b7f01b0c and master, hence very likely by #15408.

I think the selling point of `register_on_item_drop` is that mods can fight over priorities for overwriting or handling the passed `itemstack` more easily. By overwriting the function - (commonly) to...

@zmv7 What's currently the most minimal `minetest.conf` configuration where you can reproduce this issue? Everything set to default? Cannot reproduce this visual glitch on .... * AMD Polaris (amdgpu) *...

I also found an *interesting* performance issue when using `DRI_PRIME=1 vblank_mode=0 ./minetest` after switching the display cable to the dGPU. The dGPU is used but the FPS jumps all over...

Does this improve your situation? ```diff diff --git a/builtin/mainmenu/tab_online.lua b/builtin/mainmenu/tab_online.lua index d93f45dcf..d4634ddaa 100644 --- a/builtin/mainmenu/tab_online.lua +++ b/builtin/mainmenu/tab_online.lua @@ -196,4 +196,5 @@ local function search_server_list(input) local keywords = {} for word...

Less words mean that there's less server titles and descriptions that contain the word. Ranking is then based on A) where and B) how often the keyword is contained. Hence...

With the current protocol I believe we're limited to 16 bits, thus a maximal node count of `65535` (assuming 0 is a placeholder for invalid entries) would be possible. And...