Time Nick Message 13:57 ANAND Here's a PR that implements on_wielditem_change callback: #7587 13:57 ShadowBot https://github.com/minetest/minetest/issues/7587 -- Implement on_wielditem_change callback registration by ClobberXD 13:58 ANAND Feed-back required. Will update lua_api.txt once the code has been finalized 14:17 Krock you cannot close that issue 14:34 ANAND Why not? What else remains to be addressed in that issue? 14:35 Krock ANAND: the problem is that the issue is already closed 14:36 ANAND Oh lol, sorry 14:37 ANAND It now reads "Addresses 1377" :) 14:38 ANAND Follow-up to pauloue's lua_api formatting PR (7582): #7588 14:38 ShadowBot https://github.com/minetest/minetest/issues/7588 -- Improve formatting of Player HUD flags documentation by ClobberXD 15:01 ANAND Can #7354 be closed now? 15:01 ShadowBot https://github.com/minetest/minetest/issues/7354 -- Allow Overriding of minetest.get_server_status 15:24 ANAND Trivial PR: #7589 15:24 ShadowBot https://github.com/minetest/minetest/issues/7589 -- Log server shutdown using actionstream by ClobberXD 15:24 ANAND Feedback required. 21:07 paramat does https://github.com/minetest/minetest/blob/d7d451c647f1fff7983178a9817888f4d0bab695/doc/lua_api.txt#L5283 " Deprecated: Everything in object properties is read directly from here" refer to " initial_properties = --[[]],"? 21:18 Krock https://github.com/minetest/minetest/blob/eef62c82a2e58700fc1216b0b8c03e421bc77995/src/script/cpp_api/s_entity.cpp#L190 21:19 Krock initial_properties should be sued 21:19 Krock *used 21:22 paramat ah 21:24 paramat well that 'deprecated' line in docs is confusing, needs clarification 21:25 paramat no idea what is actually 'deprecated' :) 21:25 Krock yes 21:39 paramat actualy i think it is 'initial properties' which is deprecated, all object properties are now directly inserted into the entity def table. anyway will investigate