Time Nick Message 06:46 red-002 the tech support comments on https://mrcerealguy.itch.io/stonecraft are great 06:52 red-002 !seen IhrFussel 06:52 MinetestBot red-002: ihrfussel was last seen at 2017-05-01 17:54:14 UTC on #minetest 09:08 JamesTait Good morning all! Happy Tuesday, and happy Baby Day! 👶 🚼 09:10 red-002 hello james 09:22 JamesTait 👋 red-002 10:55 PrdoxBoi anyone know the official xanadu channel? 13:05 DS-minetest hey MinetestBot 13:05 MinetestBot Hello DS-minetest. 13:19 yusf[m] How's this for global mod search? https://github.com/search?o=desc&q=filename%3A"depends.txt"&s=indexed&type=Code&utf8=✓ 13:26 DS-minetest http://krock-works.16mb.com/MTstuff/modSearch.php 13:32 yusf[m] DS-minetest: It's good, but requires manual adding 13:35 DS-minetest yusf[m]: i thought, it gets the mods from forum 13:36 DS-minetest also not every mod has a depends.txt 13:37 yusf[m] Correct. Still good as tool for finding obscure mods on GH 13:38 red-002 yusf[m], pretty sure it scans the forums to create the mod list 13:39 yusf[m] That is cool. Imagine if it scanned GH as well… :) 13:39 red-002 https://github.com/search?o=desc&q=filename%3A%22init.lua%22&s=indexed&type=Code&utf8=%E2%9C%93 would work better 13:39 red-002 all mods have init.lua 13:42 DS-minetest ha, i like this new chest :D 13:48 DS-minetest hehe, i managed to hold a chest open 13:48 DS-minetest and i know how to reproduce 13:51 Fixer https://github.com/search?q=filename%3A%22init.lua%22+minetest&type=Repositories&utf8=%E2%9C%93 14:11 yusf[m] https://github.com/search?l=Lua&o=desc&q=filename%3A"init.lua"+minetest&s=updated&type=Repositories&utf8=✓ 14:12 yusf[m] ^ Recently updated sorting :) 14:12 yusf[m] There's a lot of mod that never makes the forum. 14:56 cx384 !c 6*6 14:56 MinetestBot 36 14:56 cx384 !c 43^7 14:56 MinetestBot 44 14:57 cx384 !c 43⁷ 14:57 MinetestBot SyntaxError: invalid character in identifier (, line 1) 15:04 muhdnurhidayat ok, I finally could join webchat's IRC... now where would wiki editor actually discuss? I don't find any thread for MT wiki on forums, and community portal in wiki seems like a place to post news ... should it go to "general discussion" in forum? 15:20 mbabler hi 16:02 cx384 hi 16:05 rdococ h 16:05 rdococ i 16:24 Prdox k 16:36 Markow Hi 16:36 Markow I'm using Minetest 0.4.15-dev-f1d7a26-dirty (Linux) 16:36 Markow Is there a way to place items using a 'key' instead of the right-mouse click? 16:37 juli1 u could program it in c++ but normaly not :) 16:37 juli1 for an end user there is no way to do so atm 16:38 Markow Would be a nice feature in the key config as placing using a key is much faster than using the mouse 16:39 IhrFussel red-001, hello there =) 16:40 juli1 maybe, ask some devs :) 16:40 juli1 i'am no dev 16:41 Markow Thanks juli1 16:42 juli1 cu 16:42 Markow Has anyone used the Advanced Train Mod yet? 16:42 DS-minetest Markow: yes 16:42 DS-minetest Markow: many 16:43 DS-minetest even c55 16:43 Markow Does it have sound yet? 16:43 DS-minetest i don't think so 16:43 Markow Also, is there the equivalent of a structure block to save structures? 16:44 DS-minetest sapling 16:44 Markow ? 16:45 DS-minetest the sapling uses a structure to make a tree 16:46 Markow I don't think you understand my question 16:46 DS-minetest + 16:59 red-001 IhrFussel, http://irc.minetest.net/minetest/2017-05-01#i_4904736 the error message is likely not linked with the issue 17:02 IhrFussel red-001, the behavior is the issue that should be fixed ... the error is wrong in many situations and it's misleading 17:03 red-001 I was talking about "Got packet command: 65 for peer id 248 but client isn't active yet" 17:03 red-001 not the server version one 17:04 IhrFussel red-001, oh that, sorry I can't click on links right now, PC too slow ... yes I also don't think it's related...the weird timing out didn't happen anymore though AFAIK 17:04 red-001 it got fixed already anyway https://github.com/minetest/minetest/commit/ff1ef6 17:05 IhrFussel Can you tell me the date for merge? 17:07 red-001 the bug started occuring 10 days ago and the fix was merged 6 days ago 17:07 IhrFussel It probably got merged after I updated my server version...and since I modified the server code quite a bit on my machine it's not very easy to just update each time a new commit has been released 17:08 red-001 well it's not an big issue 17:08 red-001 it just spams your logs a bit thats all 17:09 IhrFussel That's no big deal it's not like --verbose :P 17:09 red-001 it gets printed to log every time a user with a build thats not latest dev joines 17:10 IhrFussel But I wonder why it doesn't happen anymore now...maybe it was my hoster company losing connection 2 or 3 times within ~ 1 hour 17:10 IhrFussel Hey I could use this to find out the client version...in a way =P 17:11 red-001 oh btw lua is now finnaly allowed to check client version 17:11 IhrFussel But only clientside right? 17:12 red-001 server side 17:13 red-001 not version as in minetest-0.4.15 but protocol version 17:16 IhrFussel I saw the PR but it looked like clientside...has it been merged before Mar 24? 17:17 red-001 merged 5 days ago so no 17:17 red-001 well it doesn't make much sense to update now 17:17 red-001 release is in around a month 17:18 IhrFussel I feel like I should've waited a few more days with the server update 17:20 red-001 what sort of custom fixes to you apply to the code anyway? 17:23 IhrFussel red-001, I removed some ABMs from default mod, modified bones mod, misc.lua looks a little different, I changed A LOT of chat commands in chatcommands.lua ... it may not sound like a lot but it takes time to replace the new files with my own versions 17:23 red-001 oh I see 20:27 Markow Hi all 20:58 kaeza meow 20:58 Markow hey! 21:00 fireglow kitten kitten mew mew 21:58 Fixer *,...,*