Time Nick Message 00:03 kaeza ~tell iqualfragile Yet again, can you add BSD/MIT style licenses to MMDB? 00:03 ShadowBot kaeza: O.K. 00:06 kaeza anyone knows what happened to translate.minetest.ru ? 00:50 ShadowNinja kaeza: It dies sometimes and xyz doesn't but it back up unless you ask nicely. 00:50 ShadowNinja put* 06:22 celeron55 Megaf: that doesn't help with abuse 06:24 Zeno` hi 06:24 Zeno` I have some (easy) questions about treegen.cpp 06:25 Zeno` The first is lines 228 and 234; they are two if statements and I'm wondering why the second is not an else if (the trunk_type cannot be two things at once) 06:26 Zeno` The second is line 129: vmanip.blitBackAll(&modified_blocks); 06:26 Zeno` how is modified_blocks actually populated before this call is made (line 129)? 06:26 Zeno` in another thread? 06:43 Zeno` Lines 160-165 don't make sense to me either. Is the min iterations 2? 06:44 Zeno` if so, why generate a random number in the range 0 <= n <= tree_definition.iterations_random_level ? 06:45 Zeno` I'm just trying to work out the l-system implementation; I'm not saying is *wrong*, just possibly these "strange" lines might need comments 21:48 celeron55 https://forum.minetest.net/viewtopic.php?f=11&t=9373&view=unread#p143171 21:48 celeron55 why is "core" exposed to regular mods? 21:50 celeron55 it was decided that it will not be exposed, except if a full migration to it is begun at some later point in time 21:50 celeron55 ShadowNinja?