Time Nick Message 04:22 firebudgy . 05:36 paramat hi can anyone review/approve https://github.com/minetest/minetest/pull/3379 'Mapgen: Add global 'decorations' flag'? is tested to check it doesn't break existing worlds 05:37 thePalindrome afaik a lot of the devs aren't here atm 06:10 thePalindrome I'm still learning how the minetest engine works, so I probably can't be too much help :P 06:25 thePalindrome Would it be impolite to open an issue saying that you are working on said issue? 07:26 paramat bbl 09:33 fling paramat: Hello. How to get coordinates of any non-air block in the world? 09:34 * fling has converted a part of the world from minecraft and it is not centered. 09:34 fling I'm having issues finding any blocks :P only air everywhere 09:36 paramat so when you fly around you can't find your imported terrain? 09:40 paramat problem is to search for non-air nodes you need to know where to search. there's probably a bug in your method 09:51 paramat .. but then maybe not. yes, map the world 10:00 paramat another suggestion for a new grass texture, derived from nodetopia https://github.com/minetest/minetest_game/issues/703#issuecomment-157656659 10:09 fling paramat: thanks ;> but few teleporting here and there players solved the issue by guessing the coords 10:09 paramat good 10:11 fling paramat: minetest is way much faster than minecraft for this huge world btw. 10:11 fling But I tried stampy_game and it slows the server a lot. 10:12 fling A lot of lags appear. Should I bisect the mods? 10:12 paramat i'll talk in the other channel.. 19:30 VanessaE celeron55: what's the status on merging your farmap to mainline? 19:31 VanessaE seeing how it works pretty good, and your branch is quite a ways behind already I'd hate for it to get lost. 19:32 thePalindrome Alright, I squashed my pull request for sanity's sake 19:41 thePalindrome Could I get someone to take a look at it? 20:13 thePalindrome kahrl nore sfan5 Is there anything wrong with https://github.com/minetest/minetest/pull/3382? 20:13 sfan5 just because we don't merge something immediately doesn't mean that somethings wrong with the pull 20:15 thePalindrome Sorry, didn't mean to imply that 20:15 thePalindrome I was asking for further opinions 20:15 thePalindrome First pull ever, so trying to get some opinions 20:15 celeron55 VanessaE: i need to do something else at the moment so i'm delaying my work on it for some days 20:16 VanessaE ok. 20:16 celeron55 there are some things in it that really can't be left the way they are now, mainly involving making it work reasonably for new installations that don't have specific view distance and FPS configurations 20:17 celeron55 that might be the only important part left 20:17 celeron55 after that i need to rebase something reasonable out of the commit mess 21:26 est31 thePalindrome, look at #2073 how long it took to merge that one 21:26 est31 was my first PR for minetest ever 21:26 est31 took over a month 21:27 est31 even though it was only about some documentation thing 21:33 thePalindrome ah