Minetest logo

IRC log for #minetest, 2024-04-28

| Channels | #minetest index | Today | | Google Search | Plaintext

All times shown according to UTC.

Time Nick Message
00:05 YuGiOhJCJ joined #minetest
00:10 Can0xfBows_ joined #minetest
00:14 Verticen joined #minetest
00:39 proller__ joined #minetest
00:54 alguien joined #minetest
01:01 alguien What could cause minetest.register_chatcommand to fail silently? The mod loads, but my command is unavailable. This is all there is to the mod: https://paste.debian.net/1315384/
01:02 MTDiscord <wsor4035> did you not enable the mod?
01:05 rubenwardy handleCommand is missing name
01:06 rubenwardy Oh csm
01:07 rubenwardy Are you using the right command prefix
01:07 Verticen joined #minetest
01:10 alguien rubenwardy, the slash right?
01:10 alguien i enabled the mod wsor4035
01:11 alguien I logged a line at the end of the file, and I could see it in debug.txt
01:11 MTDiscord <wsor4035> just checking the obvious
01:11 MTDiscord <wsor4035> csms are . iirc?
01:12 MTDiscord <wsor4035> / is for serverside mods
01:12 alguien oh
01:12 alguien that would be it, thx
01:12 alguien so /help only lists the server-side ones?
01:13 alguien why am I providing a description then? :P
01:13 MTDiscord <wsor4035> probably? idk, does a .help exist?
01:16 alguien yep, that does it
01:16 alguien I'll change print to minetest.debug and call it a csm. Thx for the chat
01:17 alguien wait, no, that still turns up in my text console
01:17 alguien *in my chat
01:17 alguien eh, you know what i mean
01:31 alguien_ joined #minetest
01:39 alguien joined #minetest
01:54 Beauregard42 joined #minetest
01:55 sparky4 joined #minetest
03:19 Lupercus joined #minetest
03:28 beanzilla joined #minetest
03:57 Beauregard42 joined #minetest
04:00 MTDiscord joined #minetest
04:04 beanzilla joined #minetest
04:07 Beauregard42 joined #minetest
04:09 Beauregard43 joined #minetest
04:21 amfl2 joined #minetest
04:57 gregon joined #minetest
05:01 Beauregard42 joined #minetest
05:22 Beauregard42 joined #minetest
05:32 flux__ joined #minetest
06:24 s20 joined #minetest
06:26 gregon joined #minetest
06:44 gregon joined #minetest
07:04 gregon joined #minetest
07:37 definitelya joined #minetest
07:42 mrkubax10 joined #minetest
07:59 jaca122 joined #minetest
08:13 lemonzest joined #minetest
08:22 Warr1024 joined #minetest
08:46 Warr1024 joined #minetest
09:10 Dr_Dinnerbone joined #minetest
09:14 Dr_Dinnerbone in minetest 5.9.0 custom skin support should be enabled by default in all mods
09:14 Dr_Dinnerbone also, client side mods should be added to contentdb
09:15 s20 joined #minetest
09:25 f_ joined #minetest
10:15 Hanicef joined #minetest
10:28 TomTom joined #minetest
10:39 ireallyhateirc joined #minetest
10:40 dumpster_lord joined #minetest
10:41 MTDiscord <bastrabun> MisterE: For the game I'm making I also need a somewhat functional relational DB, so far I planned with using http -> sqlite or postgres and back. Even on localhost that's not really quick. Among the issues is that I can't access player meta of offline players, so I need to store elsewhere 😕
10:44 shaft joined #minetest
10:44 MinetestBot [git] sfan5 -> minetest/minetest: Fix build errors with curl disabled fc0ac64 https://github.com/minetest/minetest/commit/fc0ac642773df72a9cda44ca37dfa2d00027f6f2 (2024-04-28T10:31:15Z)
10:45 definitelya joined #minetest
10:45 shaft sfan5 I posted pictures of how it looks on the merge request
10:45 definitelya joined #minetest
10:46 definitelya joined #minetest
10:47 definitelya joined #minetest
11:05 proller joined #minetest
11:11 MTDiscord <luatic> Bastrabun: One way to deal with that is to store this data in mod storage, indexed by player key (possibly concatenated with a field). Would that be an option for you?
11:13 sfan5 btw it's not that http is slow or anything but on Minetest anything async will take at minimum a single server step to complete
11:13 sfan5 even if the result is immediately available
11:24 mrkubax10 joined #minetest
11:28 mrkubax10 joined #minetest
12:09 definitelya joined #minetest
12:10 gregon joined #minetest
12:12 thelounge656 joined #minetest
12:12 wsor4035 joined #minetest
12:13 MisterE123 joined #minetest
12:16 Desour joined #minetest
12:27 Izaya left #minetest
12:27 Izaya joined #minetest
12:52 Desour joined #minetest
13:00 json joined #minetest
13:00 wsor4035 joined #minetest
13:14 sys4 joined #minetest
13:22 definitelya joined #minetest
13:23 Beauregard42 joined #minetest
13:32 Lupercus joined #minetest
13:52 shaft joined #minetest
13:52 shaft Who here has access to https://github.com/minetest-mods ?
13:54 Lupercus joined #minetest
14:02 proller joined #minetest
14:06 definitelya joined #minetest
14:20 MTDiscord <wsor4035> not like it tells you with people or anything
14:27 proller joined #minetest
14:31 definitelya joined #minetest
14:37 silverwolf73828 joined #minetest
14:56 shaft joined #minetest
14:57 shaft Seems like the original mod author of ts_furniture is still more or less active on github. So I guess I can just wait for him to notice my PR.
15:00 gregon joined #minetest
15:15 Niklp sfan5 doesn't want to work on your PR for good reasons, I may review it in a few days when you get some manners
15:17 MTDiscord <wsor4035> seems you didnt learn much after being temp banned from cdb the last time
15:29 Glaedr joined #minetest
15:55 MinetestBot [git] sfence -> minetest/minetest: Allow `nil` puncher in `object:punch` (#14319) 72cb4e9 https://github.com/minetest/minetest/commit/72cb4e9bea803d6b300d095394e380c3674347c4 (2024-04-28T15:55:04Z)
16:00 flux__ joined #minetest
16:31 flux__ joined #minetest
16:55 MiniontobyPI Hey guys. I am trying to get the mumble csm to be less spammy without needing to disable logging to debug.txt. I found out that when the ''
16:56 MiniontobyPI 'debug_log_level = ' is set to empty, then it does still output to stderr, but stuff with level 'info' or 'verbose' aren't included in there
16:57 MiniontobyPI Is there any other STD interface that does receive those? or would it be possible to get a level that would, by default, only get send to the STDERR output and NOT to the debug.txt?
17:18 jaca122 joined #minetest
17:20 ___nick___ joined #minetest
17:46 MinetestBot [git] SmallJoker -> minetest/minetest: Client: fix unknown texture upon shift-move to full inventory list (#… c044a3c https://github.com/minetest/minetest/commit/c044a3c1cabda2f5f61fee9e746dba5caa427085 (2024-04-28T17:45:09Z)
17:52 Talkless joined #minetest
18:10 mrkubax10 joined #minetest
18:12 mrkubax10 joined #minetest
18:14 mrkubax10 joined #minetest
18:35 jaca122 joined #minetest
18:49 Hanicef joined #minetest
18:50 Noisytoot joined #minetest
18:58 Noisytoot joined #minetest
19:39 f_ joined #minetest
20:13 alguien joined #minetest
20:14 ireallyhateirc joined #minetest
20:15 ireallyhateirc joined #minetest
20:44 anddam left #minetest
20:45 Verticen joined #minetest
21:12 imi joined #minetest
22:16 Lupercus joined #minetest
22:32 panwolfram joined #minetest
22:34 Trifton_ joined #minetest

| Channels | #minetest index | Today | | Google Search | Plaintext