Time Nick Message 05:45 fling Is it working with luajit 2.1? 07:08 paramat hmmmm celeron55 here's the PR for getting spawn search centre from mapgen (for future use by watershed) as we discussed https://github.com/minetest/minetest/pull/3381 07:25 sofar is there a way to disable the mapgen entirely? I'm using mcimport and it's broken - mapgen overwrites all the existing blocks 07:25 sofar I assume mcimport.py needs to learn how to mark blocks as generated somehow 07:26 paramat yes singlenode mapgen 07:26 hmmmm sofar, use singlenode mapgen with mapgen_singlenode = "ignore" 07:26 paramat it's hidden so you need to enable it via a mod 07:26 sofar I think I'll patch mcimport.py to automatically set those params correctly 07:26 sofar since it doesn't make sense any other way 07:27 paramat minetest.set_mapgen_params({mgname = "singlenode"}) 07:27 sofar it's not a mod 07:29 paramat ok 07:30 sofar mg_name = singlenode 07:51 sofar do I need to load_mod_singlenode = true ? 07:51 sofar I don't see it as a lua mod anywhere 07:52 sofar oh, now I get it... 08:01 sofar The following mods could not be found: "singlenode" 08:02 sofar I though one could put mods inside the world folder... hmmm 08:08 celeron55 it's not a mod 08:08 sofar yeah, I get what he meant now 08:09 sofar I was writing out the map_meta.txt 08:09 celeron55 you can put that in /worldmods/singlenode/init.lua and then it applies to the world i guess 08:09 sofar oh, "worldmods" 08:09 sofar thanks, I though it was "mods" inside "world" 08:13 celeron55 (are you guys sure though that that won't overwrite everything with CONTENT_IGNORE though?) 08:13 celeron55 well i guess we'll see 8) 08:14 fling celeron55: Hello. 08:14 fling Is not it possible to build minetest server without irrlicht? 08:14 sofar so it's working now, no existing content is overwritten 08:14 fling irrlicht wants me to build it's 46 deps 08:14 fling including graphical stuff 08:21 sofar VanessaE: is there an easy switch to disable any moretrees generation but keep the blocks available? or do I have to set all the individial options to "false" ? 08:24 celeron55 fling: the server only needs irrlicht headers 08:24 celeron55 you don't need to build irrlicht at all 08:24 fling celeron55: thanks for the tip. 08:25 celeron55 use -DIRRLICHT_SOURCE_DIR 08:25 celeron55 this might not be very well documented and i don't even know if it works anymore but that's how it worked years ago and the option still exists... 08:28 fling celeron55: ok. 08:28 fling celeron55: I installed a binary package which includes headers, should be fine. 08:29 celeron55 if you installed a package, then it of course works normally without any options 08:30 fling Right, the package itself is broken as it is missing most of it's deps but the headers should be useable. 08:31 fling sofar: tell me about your mcimport please. 08:31 celeron55 (i tested -DIRRLICHT_SOURCE_DIR now; it seems to be still working) 08:32 fling celeron55: do I still need lua if I already have luajit? 08:32 fling celeron55: is it working with luajit 1.2? 08:33 celeron55 why are you asking this; you could just try 08:34 * fling is trying 10:55 fling celeron55: /var/tmp/portage/games-action/minetest-9999/temp/ccgEx22o.ltrans6.ltrans.o: In function `Json::FastWriter::~FastWriter()': :(.text+0xb4f): undefined reference to `vtable for Json::FastWriter' 10:56 fling celeron55: https://bpaste.net/show/d6515f7ece95 11:00 celeron55 your libjsoncpp is screwed up 11:01 celeron55 not sure how, based on that 15:32 fling celeron55: which package for this one? I don't have it on other servers. 15:33 fling ahh jsoncpp 15:39 fling celeron55: it was caused by flto :P 15:43 celeron55 very effective optimization; saves a lot of CPU time when you can't run the end result at all 15:44 fling sure! 15:45 fling The breakage was at comilation tima anyway 16:33 est31 PTAL https://github.com/est31/minetest/commit/2f58e4d9624b4f31c5064dc640e0ad40d8adb9ea 16:34 est31 it fixes android build if you do a fresh copy 16:47 est31 celeron55, kahrl, nore sfan5 can you look? 16:48 sfan5 est31: looks fine 16:49 est31 pushing then thanks 16:51 est31 hmmm is @ vacation, one person less to review. therefore I have to ping ppl :/ 16:51 est31 last time he was at vacation I did the "pushing in 10 minutes" thing. but getting a review is better.