Time Nick Message 00:21 paramat merging 7844 00:25 paramat done. oddly progressive day 10:28 ANAND cdb#105 10:28 ShadowBot https://github.com/minetest/contentdb/issues/105 -- Trivial grammar fix by ClobberXD 10:28 ANAND rubenwardy: ^ 10:28 ANAND It really is trivial... :) 10:40 ANAND Updated and re-tested #7612 after the content store layout revamp 10:40 ShadowBot https://github.com/minetest/minetest/issues/7612 -- Misc. fixes to dlg_contentstore.lua by ClobberXD 11:20 crazyR Is there a built in way to get values from the world.mt file from within a module? or would i need to read and parse the file 11:22 rubenwardy It depends what values you want 11:23 rubenwardy But you wouldn't need to parse the file yourself, worst case, there's Settings() 11:23 crazyR the postgresql details. 11:23 crazyR i dont really want to use a seperate file for storing the same details that minetest uses for connecting to postgres :/ 11:23 rubenwardy I think you would need to use Settings then 11:24 rubenwardy Settings(minetest.get_worldpath() .. "/world.mt") 11:24 crazyR ohh.... i didnt realise i could do that :D thanks 11:24 rubenwardy Then :get("postgresql_blah") 11:24 rubenwardy :) 11:24 rubenwardy Also, modding questions should be in #minetest 11:25 crazyR sorry 11:25 rubenwardy No worries 14:52 crazyR minetest.get_server_status() seems to be causing minetest to crash without an error "minetest version: 5, commit: 81c06de" Anyone got any ideas what might cause that? 14:54 crazyR even in verbose no error message 15:11 p_gimeno are you on a debug release? 15:11 p_gimeno debug compile* 15:18 crazyR no. im on release compile 15:55 p_gimeno maybe a debug compile sheds light (assertion error maybe?) 18:46 paramat merging game#2262 18:46 ShadowBot https://github.com/minetest/minetest_game/issues/2262 -- fix srgb profiles for obsidian glass stairs by TumeniNodes 18:53 paramat done 19:14 paramat just want to mention #7395 only needs one more +1. i've posted testing code in the thread. please can anyone review? 19:14 ShadowBot https://github.com/minetest/minetest/issues/7395 -- Add Lua methods 'set_rotation()' and 'get_rotation()' by CoderForTheBetter 19:19 Krock worked fine the last time I tested it, but since then some new commits came in 19:26 Krock crazyR: outdated builtin maybe 20:29 crazyR not sure Krock. but its definaitly related to that specific patch it think because my windows minetest client does the same thing and thats on the same patch.. 20:29 crazyR im going to compile a debug version in the morning ad test it on that. see what pops up