Time Nick Message 00:06 MinetestBot 02[git] 04paramat -> 03minetest/minetest: Mapgen Carpathian: Add optional rivers (#7977) 135d4850a https://git.io/fjVm3 (152019-06-19T00:06:08Z) 00:08 paramat ^ mapgen carpathian now has an option for rivers. it's default off to not mess up old worlds but please do try it and maybe enable it in your new worlds =) 00:10 MinetestBot 02[git] 04VilhelmPrytz -> 03minetest/minetest: Update README copyright notice to 2019 (#8606) 13cf91084 https://git.io/fjVmC (152019-06-19T00:09:16Z) 07:00 MinetestBot Daisae: Jun-18 22:21 UTC only full cubes block light currently, see issue https://github.com/minetest/minetest/issues/3554 18:12 Daisae Sokomine: I wish to test this fix, but don't know how to get it. https://github.com/Sokomine/replacer/pull/10/commits/5cc6fe2807019b4b8006c9366daee21619101be9 18:15 Krock Daisae: cd /path/to/replacer 18:15 Krock curl -Ls https://github.com/Sokomine/replacer/commit/5cc6fe2807019b4b8006c9366daee21619101be9.patch | git am - 18:16 Krock or change the files manually 18:19 Daisae Krock: Thanks. Git wants me to set up an identity, I suppose because that is a change as myself. 18:20 Daisae Is not the change already in the repository and I can tell Git to switch to it. 18:20 Daisae ? 18:20 Krock dunno why it wants to do that 18:20 Krock you can just input dummy values, but that's not helpful if you plan to write PRs in the future 18:28 Daisae I got it by checking out https://github.com/obl3pplifp/minetest-replacer.git and switching to the fix branch. 19:15 kiwi_14 hey guys 19:15 kiwi_14 i'm new 19:15 kiwi_14 this is my website https://ipfinder.io/ 19:16 Krock nice. 20:43 puzzlecube Why is Debian experimental the only package manager repository the only one with 5.0.1? Why not have a minetest4* and/or minetest5* set of packages? Especially since IIRC 5.0 is stable now and most of the servers have already made the change. 20:48 sfan5 debian doesn't just update software as soon as a new version comes out 20:49 calcul0n yes, debian and minetest don't have the same definition of "stable" :) 21:06 puzzlecube Of course, Surprised it is not even in testing or unstable yet though. Its not like it is really that seriously buggy per se. 21:25 randomodbuild Yo 23:16 stormchaser3000 how do I get minetest to use GLES2? 23:17 stormchaser3000 I tried putting video_driver = ogles2 in my .conf file but the debug output tells me that an invalid video driver was specified 23:19 stormchaser3000 I am trying to run minetest on my Rock64 23:26 stormchaser3000 I did compile minetest with -DGLES_ENABLE=1