Time Nick Message 00:09 kahrl https://github.com/minetest/minetest/pull/1170 00:09 kahrl oops... meant to do #1170 00:09 ShadowBot https://github.com/minetest/minetest/issues/1170 -- A few bind_address fixes by kahrl 20:51 PilzAdam hmmmm, why have you changed a seed dependend treegen seed to myrand() here: https://github.com/minetest/minetest/commit/d10223254ab9363eb1b6f8cc7aa6b99965940cee ? 21:47 hmmmm hrmmm 21:48 hmmmm oh 21:48 hmmmm because it already used myrand() for the seed, realbadangel added the seed parameter, so to make it stay consistent I added myrand() to be the PseudoRandom seed 21:49 hmmmm it's not a very important detail - if you'd like to change it to blockseed, go right ahead 21:50 hmmmm just stay consistent 23:38 sapier Argh sometimes I really wonder who those guys are who write irrlicht 23:40 sapier instead of generating a "some pointer moved" event they recently decided to send singular events for ALL pointers ... I wonder how they assume this is to be handled on e.g. 6 static pointers and 1 moving 23:42 sapier at least code is more simple then before :-)