Time Nick Message 00:05 hisforever Hi I'm having trouble with Billboard mod Here is a pastbin of the code https://pastebin.com/rJ5UccA1 00:07 hisforever what I'm having trouble with is the b_woman.png. I put the b_woman in the texture file. and all I get is a blank white square? 04:18 pengolod howdy - i'm trying to get setup with joining a server, but i can't even change the resolution for the game? 04:19 pengolod for some reason it won't respond to any mouse input.. could someone help me w/ this please? 04:21 pengolod ah.. i've figured out my problem??? the UI is rendering at 1/4 the window size in the bottom left, but the mouse input is rendering where it should be in the window???? I'll make a github issue instead of pestering this channel more 04:59 Hawk777 I think someone mentioned something similar in the channel a while ago. I don’t remember the details, but perhaps someone else did, or maybe you could look at the IRC logs (they’re linked in the topic). 04:59 Hawk777 It wasn’t very long ago, maybe the last few weeks. Exactly the same problem, rendering and input disagreeing about screen size. 05:01 rubenwardy pengolod: https://github.com/minetest/minetest/issues/10654 05:02 pengolod thx - my issue was closed as a dupe of that 05:02 rubenwardy ahh was wondering 05:02 rubenwardy oh, you said you'd open an issue 10:16 Norkle YEEE! 10:19 Krock wat 13:25 Zughy[m]1 Krock: once you have the converted ItemStack in a table, how can you revert the process to obtain a stack? 13:26 Krock ItemStack(table) 13:26 Krock constructor, so to day. 13:26 Krock s/day/say/ 13:26 Zughy[m]1 rip, I was looking for things like to_stack, to_itemstack. Thanks :) 13:27 Krock np 15:48 Herkules Hello, i have a little administration question: How do i find out which ABM takes the most time to execute? 15:48 Herkules Background: I do get the the warning that the ABMs took over 201ms and the server is lagging. 15:48 sfan5 I think the server-side profiler can do that 15:49 Herkules Thank you, but how do i access the server-side profiler? 16:07 sfan5 https://github.com/minetest/minetest/blob/master/minetest.conf.example#L1606 16:11 Herkules Thank you :) 20:47 MinetestBot 02[git] 04v-rob -> 03minetest/minetest: FormSpec: Add list spacing, slot size, and noclip (#10083) 13009e39e https://git.io/JtsyW (152021-01-23T20:46:19Z) 20:50 nephele sfan5: Hey, i tested https://github.com/minetest/minetest/pull/10859 to try and fix a linker issue on Freebsd, it seems similar to the macos reported one "ld: error: undefined symbol: PcgRandom::PcgRandom(unsigned long long, unsigned long long) " ">>> referenced by sky.cpp" 20:50 nephele It didn't seem to help, sadly :( 20:50 sfan5 did you bisect it? 20:51 nephele what do you mean by that? 20:51 nephele i git pulled from your repository into master 20:56 Krock "git bisect" using the last known commit that works 20:56 nephele i don't know which does 20:56 nephele tag 5.3.0 doesn't compile for me either, but before any linking errors 20:56 Krock that'll go through the least necessary steps to compile Minetest and re-try 20:57 Krock .. until a working version was found. that's for regression testing. 20:57 nephele Krock: yes... but it requires a known good commit 20:57 nephele i can't know if it was present in 5.3.0 or not if the build fails before reaching the linking stage 20:58 Krock logs would be helpful to troubleshoot that 21:00 nephele troubleshoot a broken build of an old version? 21:00 nephele or what do you mean? 21:06 Krock perhaps. it would be an idea to fix one issue after the other. another idea is to check what happens if you comment out PcgRandom and substitute .range() calls with 0 here: https://github.com/minetest/minetest/blob/master/src/client/sky.cpp#L855-L862 21:07 nephele https://termbin.com/phpb 21:07 Krock PcgRandom is used in other places as well, so the error is kinda strange 21:07 nephele Krock: whatever issue 5.3.0 had was certainly fixed though, otherwise it would still occur 21:07 Krock good 21:07 nephele i assume it's just the first place it tries to link it into 21:08 nephele master compiles completely for me, just doesn't link anyhow, pasted the linker error above 21:08 nephele (on FreeBSD 12-RELEASE) 21:08 nephele 12.2 21:15 sfan5 nephele: does it help if you add an #include "util/numeric.h" to noise.h? 21:20 nephele no 21:22 sfan5 hm 21:26 sfan5 I wonder what it compiled the function as 21:43 MinetestBot 02[git] 04yamanq -> 03minetest/minetest: Fix ESC in error dialog from closing Minetest (#10838) 136417f4d https://git.io/Jts9C (152021-01-23T21:40:48Z) 22:50 MinetestBot 02[git] 04v-rob -> 03minetest/minetest: Fix formspec list spacing (#10861) 13ad9adcb https://git.io/Jts5Y (152021-01-23T22:49:13Z) 22:50 MinetestBot 02[git] 04v-rob -> 03minetest/minetest: Make hypertext and textarea have proper scroll event propagation. (#1… 136a55c03 https://git.io/Jts5O (152021-01-23T22:48:57Z)