Time Nick Message 06:25 MinetestBot 02[git] 04x2048 -> 03minetest/minetest: Implement rendering pipeline and post-processing (#12465) 13ff6dcfe https://github.com/minetest/minetest/commit/ff6dcfea82974df6db5a557e31aaddb6bdb7a71f (152022-09-06T06:25:18Z) 08:32 MTDiscord MisterE: Looking at this screenshot, this looks like a blending issue rather than a backface culling issue: https://media.discordapp.net/attachments/369123175583186964/1016427044982247657/unknown.png?width=1167&height=629 In particular, I think Minetest does not yet make any effort of sorting entity model faces properly (entities are sorted properly however). 10:23 MinetestBot 02[git] 04GermanAizek -> 03minetest/minetest: Code optimizations / refactor (#12704) 13038da00 https://github.com/minetest/minetest/commit/038da00e799b4bf3af824075a260083c56392964 (152022-09-06T10:21:09Z) 10:23 MinetestBot 02[git] 04Desour -> 03minetest/minetest: Add documentation of sun/moon orientation/scale differences (#12145) 13643971c https://github.com/minetest/minetest/commit/643971c948c1aef424f2a55e81414e30958c40ee (152022-09-06T10:21:55Z) 11:16 MTDiscord So, how do I fix it? Is there any hack or way to fix it? 12:17 MTDiscord either use nodes or use one entity per face as entities are sorted properly 13:43 bredge How is multicraft? 13:44 bredge Hiw many forks of minetest exist? 15:57 ely-the-kitsune thunderbird user 15:58 appguru yes 19:36 mazes_83 hi, I forked a mod, which need to lookup for nodes near an entity matching a criterion 19:37 mazes_83 the existing approach is go from -x to x, then -z to z, and finally -y to y 19:39 mazes_83 it does not seem satisfying and I would better like a table ordered by manhattan distance to follow 19:40 mazes_83 I struggle to find an approach where the thing is ordered, for now I got to call a sort function after filling this table. Any hints on how to proceed ? 19:42 mazes_83 notice: sorting is not so critical as range will not change, so I can compute the "lookup" connected voxel at during mod init 19:42 mazes_83 it's more out of curiosity 19:43 mazes_83 second criterion for sorting the table is now height difference to current entity position 19:51 mazes_83 manhattan dist is more likely called taxicab dist in english (I guess) 19:53 mazes_83 if someone is interested I can also share the snippet (not integrate or ready yet, but usable) 22:58 CoolJar10 Is is possible to redirect a minetest server to a different server two different ips same worlds trying relocate but I don't want lose the players I have