Time Nick Message 06:55 ANAND #8466 is no longer WIP and is ready for review. 06:55 ShadowBot https://github.com/minetest/minetest/issues/8466 -- InvRef: Add convenience method add_list for bulk transfer of items by ClobberXD 08:29 ANAND #8468 08:29 ShadowBot https://github.com/minetest/minetest/issues/8468 -- Make automatic_rotate relative, allow setting rotation by ClobberXD 08:29 ANAND p_gimeno: ^ 10:34 p_gimeno ANAND: thanks :) 11:03 ANAND :) 12:29 nerzhul merging #8133 12:29 ShadowBot https://github.com/minetest/minetest/issues/8133 -- Add Mkdocs API site by pauloue 13:54 ANAND nerzhul: The URL of the Mkdocs site could be changed if required right? 13:55 ANAND I suggest renaming it to smth. like lua_api.minetest.net 13:55 ANAND Is _ even allowed in URLs? 13:56 sfan5 _ is not valid in DNS names 13:56 ANAND I see 14:56 nerzhul ANAND yes 14:57 nerzhul _ is not a valid DNS name char 14:57 nerzhul - 14:57 nerzhul is 16:06 rubenwardy merging #6814 in 10 16:07 ShadowBot https://github.com/minetest/minetest/issues/6814 -- Add IrrLicht-specific smart pointer by numberZero 16:57 p_gimeno has anyone tested #8461 ? 16:57 ShadowBot https://github.com/minetest/minetest/issues/8461 -- Reimplement particles using the Irrlicht particle system and improve collision handling by DTA7 17:41 rubenwardy p_gimeno: Fixer did some testing on the previous iteration 19:10 p_gimeno I've just tested it. With homedecor taps and shower, particles bounce and go up. They don't seem to be obeying the die-on-collision property. 19:12 p_gimeno With advtrains, they don't rotate with the object. This is a 5.0 regression, but since particles are being reworked, it would be nice if they supported that in the same PR. 19:13 p_gimeno i.e. fix #8363 at the same time 19:14 ShadowBot https://github.com/minetest/minetest/issues/8363 -- Attached particle spawners no longer rotate with object 19:22 p_gimeno no, I was wrong, it does obey die-on-collision, I was just not using the right version of homedecor 19:23 p_gimeno but they still bounce instead of sliding in the case of the shower