Time Nick Message 11:55 pgimeno Interpolation of random values (humidity) based on the Delaunay triangulation of the given points: http://www.formauri.es/personal/pgimeno/temp/DelaunayInterpolation.png 11:55 pgimeno Source code for love2d: http://www.formauri.es/personal/pgimeno/pastes/delaunay-interpolation.lua 11:58 pgimeno gotta say, I expected a better result 18:47 sfan5 planning to revert https://github.com/minetest/minetest/commit/58eccc7a2a67405744ef4a8d7be29f264021d826 in 15m or so 18:47 sfan5 context -> #14589 18:47 ShadowBot https://github.com/minetest/minetest/issues/14589 -- Segfault with minetest.get_worldpath() in async env 20:14 MTDiscord Re the discussion on biome data: do it with an optional callback or Lua function. Something like getBiomeData(x,y,z) would return the heat, humidity, whatever you wanted actually. Then, just use whatever method makes sense for your game. Do it with an equation, or with a zstd compressed lookup table, or with an image, whatever 20:15 MTDiscord As an engine, I think the default system already uses a function so that could become the default callback for getBiomeData 20:16 MTDiscord Plus, we have multi threaded Lua mapgen, why use the built-in anyways? 20:44 MTDiscord we have that in development versions 20:45 MTDiscord aside of that, the built-in mapgen system is pretty powerful 20:45 MTDiscord if you miss one thing from it... building the whole system from scratch feels like too much 22:01 MTDiscord merging #14594 in 5m 22:01 ShadowBot https://github.com/minetest/minetest/issues/14594 -- Hide `*_raw` functions by OgelGames 22:06 sfan5 merging #14500, #14416, #14591, #14562 after that 22:06 ShadowBot https://github.com/minetest/minetest/issues/14500 -- Fix set_fov-induced grayscreen by appgurueu 22:06 ShadowBot https://github.com/minetest/minetest/issues/14416 -- Translation updater: Add comment propagation by srifqi 22:06 ShadowBot https://github.com/minetest/minetest/issues/14591 -- Fix `InvRef` bugs and add unit tests by OgelGames 22:06 ShadowBot https://github.com/minetest/minetest/issues/14562 -- Smooth scrolling by grorp 22:06 sfan5 (which would be now) 22:23 sfan5 oh looks like I forgot about the thing earlier, doing that now