Time Nick Message 12:58 MTDiscord ? 13:14 kilbith hecks are you there 14:48 kilbith https://github.com/minetest/minetest/issues/11776 16:43 MTDiscord irr#79 16:43 ShadowBot https://github.com/minetest/irrlicht/issues/79 -- Fix various GCC warnings by JosiahWI 16:45 MTDiscord #11641 16:45 ShadowBot https://github.com/minetest/minetest/issues/11641 -- fix integer overflow in mapgen by JosiahWI 16:51 erlehmann josiah_wi did you test Mineclonia with v7 mapgen and seed pigs? 16:52 erlehmann we actually made the observation there that the pig spawner was not showing up on some dev machines 16:52 erlehmann do you know if that fix affects it? 16:53 erlehmann oh 16:53 erlehmann right, i worked that out myself some time back 16:53 erlehmann > Judging from the source code: For the mapgens carpathian, flat, fractal, v5, v7, valleys, changing getBlockSeed2() can affect ore and decoration placement. 16:55 erlehmann josiah_wi pls query me on irc i have a thing about testing engine bugs that i want to discuss 16:57 erlehmann (in private first bc it seems to be pretty controversial to implement it like i did) 19:05 erlehmann i think i know how the emerge error in issue https://github.com/minetest/minetest/issues/5916 works: the server has an unload timeout where it deletes map blocks from memory. but it starts counting from the beginning of the generation of the block, so if the map block takes longer to generate than the unload timeout, the server can not grab the block! you can verify that by setting the server mapblock unload 19:05 erlehmann timeout to 1 and getting this error all the time. 19:05 erlehmann i.e. slow mapgens or players making lag do this thing