Time Nick Message 07:20 nerzhul sfan5: do you have moeny ? :D 16:26 paramat will merge trivial #8715 in 15+ mins 16:26 ShadowBot https://github.com/minetest/minetest/issues/8715 -- Initialise 'seabed_height' to avoid compilation warning by paramat 16:27 * paramat is back after electrical storms broke the internet 16:44 Krock paramat: just announce patches like #8715 here and push them like 5 mins afterwards. no need for a PR for this trivial fix 16:44 ShadowBot https://github.com/minetest/minetest/issues/8715 -- Initialise 'seabed_height' to avoid compilation warning by paramat 16:44 Krock you can still do that if you want, but adds some more effort for what it's worth 16:46 paramat ok 16:47 paramat merging game#2422 16:47 ShadowBot https://github.com/minetest/minetest_game/issues/2422 -- add new dry dirt node by TumeniNodes 16:51 paramat merging 8715 16:52 sfan5 finally 16:53 Krock hmm? 16:53 sfan5 the dry dirt 17:06 pauloue sfan5: I tried testing #8709 on my Pi3b, but all I see is blue on entering a word 17:06 ShadowBot https://github.com/minetest/minetest/issues/8709 -- Unify OpenGL ES to be a platform-independent cmake switch by sfan5 17:07 sfan5 the pi requires extra hacks to work in GLES mode 17:07 sfan5 you probably also need to disable the OpenGL driver 17:07 sfan5 hold on I can give you a .tar.gz 17:10 pmpp usually one can keep the opengl glx context opening normally with gl4es 17:16 sfan5 pauloue: https://kitsunemimi.pw/tmp/minetest-5.0.1-dev_rpi.tgz 17:17 pauloue thanks! 17:17 sfan5 (not guaranteed to work) 17:18 p_gimeno um... I have MT running on a RPi3b, I used it to test the rotation PR 17:18 pauloue I have too, with opengl 17:18 sfan5 then you're using desktop GL, probably? 17:19 p_gimeno yeah, probably, I just wonder why 8709 mentions "Would also help to support platforms such as the Raspberry Pi" 17:20 p_gimeno it might be interesting to have it working on a PSC though (not sure if that even has OpenGL of some kind) 17:20 sfan5 GLES might deliver better performance than the OpenGL driver (just a guess) 17:20 sfan5 but you're correct that it already works on RPi 17:24 Krock win32 PR: #8295 needs a second review&approval. 17:24 ShadowBot https://github.com/minetest/minetest/issues/8295 -- Make FindCURL ready for vcpkg by adrido 17:24 Krock (while we're already in the area of better OS compat) 17:24 sfan5 looks good 17:25 sfan5 if you've tested it, you can have my approval 17:25 sfan5 well actually, I trust the submitter on that 17:25 Krock I cannot test vcpkg but the old code stayed functionally the same 17:26 Krock also adrido knows what he's doing in that area 17:28 pauloue bin/minetest: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.27' not found (required by bin/minetest) 17:28 pauloue it looks like I have 2.24 17:28 sfan5 I built this on raspbian buster 17:29 Krock change that assembler code to make it think that it's compatible :3 17:33 Krock will merge #8295, #8694 and #8652 in 10 minutes 17:33 ShadowBot https://github.com/minetest/minetest/issues/8295 -- Make FindCURL ready for vcpkg by adrido 17:33 ShadowBot https://github.com/minetest/minetest/issues/8694 -- Document 'wield_item' entity property by GreenXenith 17:33 ShadowBot https://github.com/minetest/minetest/issues/8652 -- Fix missing item images clipping in formspecs by pyrollo 17:43 Krock merging 17:44 Krock done