Time Nick Message 00:28 paramat game#2344 00:28 ShadowBot https://github.com/minetest/minetest_game/issues/2344 -- Dungeon loot: Avoid empty 'if' branch to satisfy build checks by paramat 00:31 p_gimeno best read with "Hide whitespace changes" (in Diff settings) 00:32 p_gimeno looks trivial to me 00:42 paramat just tried that diff setting, useful. and yes 13:55 ANAND I sorta figured out the methods that pushes a table to the Lua stack (lua_newtable, lua_pushboolean, lua_setfield). But it's way more difficult to find code that parses a table from the Lua stack. Could someone point me in the right direction? 14:37 p_gimeno I recently touched something, hold on 14:40 p_gimeno with the table on the stack, you do lua_getfield(L, index_of_table_in_stack, "field_name"), that pushes it to the stack in turn 14:49 ANAND Awesome. Will look into it, thanks! :) 20:30 rubenwardy #8420 20:30 ShadowBot https://github.com/minetest/minetest/issues/8420 -- Prevent multi-line chat messages server-side by rubenwardy 21:00 nerzhul when 5.0.1 will be released please ? 21:01 nerzhul can this be done tomorrow ? 21:01 rubenwardy are soon as the last blocker is fixe 21:02 rubenwardy which it has 21:02 rubenwardy so just #8420, nerzhul 21:02 ShadowBot https://github.com/minetest/minetest/issues/8420 -- Prevent multi-line chat messages server-side by rubenwardy 21:21 p_gimeno #8363 may not be a blocker, but it's a regression 21:21 ShadowBot https://github.com/minetest/minetest/issues/8363 -- Attached particle spawners no longer rotate with object 22:34 paramat yes, please let's release tomorrow 23:12 paramat merging game#2345 23:12 ShadowBot https://github.com/minetest/minetest_game/issues/2345 -- Fix beds being undiggable after laying down by paramat 23:16 paramat and game#2344 23:16 ShadowBot https://github.com/minetest/minetest_game/issues/2344 -- Dungeon loot: Avoid empty 'if' branch to satisfy build checks by paramat 23:35 paramat just use MTG 5.0.0 for MT 5.0.1, as it was ok