Time Nick Message 06:16 nerzhul hello, i'm pushing a trivial performance fix (STL container conversion in correctBlockNodeIds) 06:22 nerzhul and pushing a second on lbm map container which doesn't need order, we only do lookup with find on it 06:22 nerzhul 3.5% of map loading is spent doing find on this LBM ordered map 10:27 paramat rubenwardy ok with #5930 ? 10:27 ShadowBot https://github.com/minetest/minetest/issues/5930 -- [CSM] Add flavour limits controlled by server by nerzhul 11:35 nerzhul paramat, it should be merged :) 11:35 paramat will do after breakfast 11:35 paramat oh, that 11:36 paramat flavours is fine for me 11:36 paramat (not an official +1) 11:37 nerzhul no but it's time to cut that, many have reviewed it then let's stop speaking and enjoy :D 13:30 Wayward_One has anyone else run into errors like this https://hastebin.com/fubosapuwe.vbs with json while compiling recent master? 13:34 Shara Wayward_One: Lots of people have run into issues with json 13:35 Shara Try using -DENABLE_SYSTEM_JSONCPP=TRUE 13:36 Wayward_One hmm, i'll try than now. thank you 13:37 Shara No problem. :) 13:39 Wayward_One now that you mention it, i remember starting to look for that exact option yesterday and then getting distracted xD 13:40 Wayward_One ah, that worked! thanks again :) 13:40 Shara :) 13:47 paramat nice 14:15 Wayward_One now i have a reproduceable crash when switching to the "Play Online" tab: https://pastebin.com/1VPXtJJi. issue incoming 14:22 Wayward_One #6150 14:22 ShadowBot https://github.com/minetest/minetest/issues/6150 -- Crash when switching to "Play Online" tab 17:01 ThomasMonroe well i gtg for today cya tomorrow guys 19:21 nerzhul merging #6148 in ~5 mins 19:21 ShadowBot https://github.com/minetest/minetest/issues/6148 -- Copy lua51.dll (luajit) to bindir by adrido 19:21 nerzhul and #5930 in ~15 mins 19:21 ShadowBot https://github.com/minetest/minetest/issues/5930 -- [CSM] Add flavour limits controlled by server by nerzhul 20:05 paramat nice 20:05 paramat i'll merge #6147 later 20:05 ShadowBot https://github.com/minetest/minetest/issues/6147 -- Window size: use 1024x600 to avoid a smaller UI by paramat 20:06 paramat nerzhul if i edit to std::min on merge is #6116 +1 for you? 20:06 ShadowBot https://github.com/minetest/minetest/issues/6116 -- Improve inside cloud fog by lhofhansl 20:09 nerzhul yeah, the proper call std::min(a,b) replace type with variable type 20:13 paramat ok will do 20:27 paramat is only needed if the variables are of different types? 20:30 nerzhul it's always required in c++11 not in C++14 20:32 paramat ok 20:45 paramat how about std::fmin(a, b)? 20:46 nerzhul nice 20:48 paramat ok 21:09 paramat i'll merge #6116 (edited) and #6147 over the next few mins, will take a while as i want to test my edit 21:09 ShadowBot https://github.com/minetest/minetest/issues/6116 -- Improve inside cloud fog by lhofhansl 21:09 ShadowBot https://github.com/minetest/minetest/issues/6147 -- Window size: use 1024x600 to avoid a smaller UI by paramat 21:33 paramat tests fine, merging 21:38 paramat done. in-cloud fog is a lovely effect 22:37 octacian So, what's the plan with the versions? Are we going to have backwards-compatible 0.4.16.1 before 0.5, or what?