Time Nick Message 08:35 [MatrxMT] spam reports continue https://forum.minetest.net/viewtopic.php?p=438972#p438972 08:38 [MatrxMT] also, bot filler https://forum.minetest.net/viewtopic.php?p=438975#p438975 15:05 Guest7 https://youtu.be/cNob6LoleR0 https://youtu.be/ouNONhk3tnw 17:04 ireallyhateirc Yeah so I called a biome "default" and it didn't work because of that. Is this a bug or a feature? 17:04 ireallyhateirc Is this documented anywhere? 17:05 [MatrxMT] that doesn't sound right.. how did you arrive at the conclusion it was the name? 17:06 ireallyhateirc because replacing the name with "default_ABC" made it work 17:06 ireallyhateirc it's a simple game with one biome and aliases for stone and water, nothing more 17:06 ireallyhateirc with no biomes, the game falls back to using the stone/water aliases to generate 17:13 [MatrxMT] turns out you're right on the money, when there's no biomes it has a default biome already in place https://github.com/minetest/minetest/blob/5.9.0/src/mapgen/mg_biome.cpp#L44 17:14 [MatrxMT] it doesn't seem to show up in the `minetest.registered_biomes` table though (source: QAblock in airgame) 19:43 MTDiscord that's pretty cool 20:35 Sokomine hi. can someone please quickly tell me which new lib it takes to compile latest git? 20:38 sfan5 none? 20:39 Sokomine hm :-( why doesn't it compile anymore? admittedly i'm using a diffrent environment... 20:40 sfan5 error message? 20:41 Sokomine *** [CMakeFiles/Makefile2:480: irr/src/CMakeFiles/IRRMESHOBJ.dir/all] Fehler 2 20:42 ireallyhateirc by "latest git" you mean the master branch of minetest? 20:42 Sokomine yes 20:44 Sokomine earlier on: minetest/lib/tiniergltf/tiniergltf.hpp:3:10: fatal error: json/json.h: Datei oder Verzeichnis nicht gefunden 20:45 Sokomine (annoying that i have german error messages. ought to correct that one day) 20:49 sfan5 uhh well yea 20:49 sfan5 @appguru 20:50 sfan5 minetest has special handling to include the bundled jsoncpp, sounds like you didn't replicate that with irrlicht 20:52 sfan5 Sokomine: in any case please open a bug on GH 21:09 MTDiscord are you on opensuse? 21:11 MTDiscord seems to be a different error than what juri did over in dev 2 days ago 21:15 MTDiscord sfan5: odd, i'm fairly sure that we did make an attempt to replicate that, especially since inability to use the bundled jsoncpp should result in some CI failures 21:16 MTDiscord if you grep for "json" in .github, only the windows workflow shows up, hence i'd assume the other ones rely on the bundled one 21:19 Sokomine could be. sadly have to go now :-( 21:32 MTDiscord Hi. Lars called me here. Is there still a build error I should look at? 21:35 MTDiscord This is done wrong. 21:36 MTDiscord I don't know whether I let this past my review or what happened, but the CMakeLists for tiniergltf is wrong. 21:36 MTDiscord It doesn't even mention the json dependency. 21:37 MTDiscord There's also some incorrect formatting, and an empty target_link_libraries that does nothing. 21:38 sfan5 i think it would be best to create a target for json rather than try to work with the _INCLUDE_DIR / _LIBRARY vars 21:38 MTDiscord Yes, I agree.