Minetest logo

IRC log for #minetest, 2022-09-15

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

All times shown according to UTC.

Time Nick Message
00:04 mazes_80 joined #minetest
00:12 fluxionary actually, that won't work, the c++ code clears the attachment immediately after :\
00:32 mazes_80 ah, I missed your reply as this laptop was not connected to irc, copied from workstation
00:33 mazes_80 any hints about parent or child would be nice, but can't do much after this message is printed out
00:34 v-rob As things stand, is there a way to conditionally show or hide part of a nodebox besides connected and disconnected nodeboxes?
00:35 v-rob I want to see if I can get my registered node count down.
01:13 smk joined #minetest
01:15 Trifton joined #minetest
01:34 fluxionary mazes_80: solution either involves improving the logging in the c++ code, or recording every attach/detach call in every mod that uses them. first step might be to understand every place things get attached in your mod set
01:35 fluxionary v-rob: i don't think so. i'm working (off-and-on) on some ways to reduce node count when using mods like moreblocks, which register a lot of variants of some nodes
01:36 fluxionary v-rob, but releasing a tool to manage variants is probably not a high enough priority until next calendar year
01:37 v-rob Eh, I'm mainly worrying about the hard node limit of ~32000 that Minetest has. Lots of these nodes are identical except they have a few additional nodeboxes bolted on.
01:38 fluxionary v-rob: yup, moreblocks is a major contributor to that
01:38 fluxionary v-rob: eventually i want to make a tool for server admins to remove unused variants, and an easy way to add new variants as needed
01:39 v-rob Interesting
01:39 fluxionary but registering 49 different variants by default for every node? that doesn't scale w/ the game's limits
01:39 fluxionary also, made a new api for moreblocks so that mods like facade and pkarcs can make use of these features if they choose
01:40 fluxionary v-rob, see https://github.com/minetest-mods/moreblocks/pull/191
02:24 Verticen joined #minetest
02:57 sparky4 joined #minetest
03:03 mazes_80 fluxionary: yes I guess improving logging part is what I target. I already looked a bit, not very encouraging but I guess that's how things get when looking any project at first
03:04 fluxionary mazes_80, if you've got specific mod code you think might be involved, i could look at it a little
03:05 mazes_80 nope, it what I try to do, find the guilty one
03:06 mazes_80 or those who doesn't want to co-operate
03:26 v-rob joined #minetest
03:49 lemonzest joined #minetest
03:58 mazes_84 joined #minetest
04:00 MTDiscord joined #minetest
04:21 v-rob joined #minetest
04:46 TomTom joined #minetest
04:54 v-rob joined #minetest
05:16 calcul0n joined #minetest
05:18 v-rob joined #minetest
05:50 Lesha_Vel joined #minetest
08:30 Markow joined #minetest
09:17 staceee joined #minetest
09:18 appguru joined #minetest
09:39 specing joined #minetest
09:50 YuGiOhJCJ joined #minetest
09:55 wallabra joined #minetest
10:34 proller joined #minetest
10:58 proller joined #minetest
11:02 definitelya joined #minetest
11:28 fluxionary joined #minetest
11:29 Noisytoot joined #minetest
11:34 YuGiOhJCJ joined #minetest
11:36 Noisytoot joined #minetest
12:03 Desour joined #minetest
12:25 specing joined #minetest
13:15 proller joined #minetest
13:38 Desour joined #minetest
13:42 Noisytoot joined #minetest
14:12 Fixer joined #minetest
14:29 specing joined #minetest
14:43 devadideva joined #minetest
14:43 devadideva left #minetest
15:18 mazes_84 fluxionary: c++ side was the best to get info I needed, could fix flood easy after identifying target
15:49 dabbill_ joined #minetest
15:51 appguru joined #minetest
15:57 definitelya_ joined #minetest
16:04 Noisytoot joined #minetest
16:17 appguru joined #minetest
16:22 specing_ joined #minetest
16:41 garywhite joined #minetest
16:44 sys4 joined #minetest
16:58 ely-the-kitsune joined #minetest
17:02 jaca122 joined #minetest
17:06 Noisytoot joined #minetest
17:08 FreeFull joined #minetest
17:15 lemonzest joined #minetest
17:15 v-rob joined #minetest
17:25 sparky4 joined #minetest
17:31 Noisytoot joined #minetest
17:50 appguru joined #minetest
17:55 Noisytoot joined #minetest
18:17 Noisytoot joined #minetest
18:21 TomTom joined #minetest
18:34 Noisytoot joined #minetest
18:44 sparky4 joined #minetest
18:46 Noisytoot joined #minetest
18:58 Talkless joined #minetest
19:20 Verticen joined #minetest
19:22 diceLibrarian joined #minetest
19:32 ely-the-kitsune joined #minetest
19:45 Noisytoot joined #minetest
19:50 v-rob joined #minetest
19:55 Noisytoot joined #minetest
20:13 Noisytoot joined #minetest
20:20 v-rob joined #minetest
20:25 sparky4 joined #minetest
20:26 Noisytoot joined #minetest
20:31 proller joined #minetest
20:37 ely-the-kitsune joined #minetest
20:59 proller joined #minetest
21:21 dabbill joined #minetest
21:43 fluxionary glad that helped :)
21:44 fluxionary what's the best way to check if two itemstacks are identical?
21:45 Noisytoot joined #minetest
21:48 Noisytoot joined #minetest
21:54 MTDiscord <Jonathon> Convert to tables and compare?
21:57 fluxionary yeah, seems to be
21:57 fluxionary cuz the order of the keys in the metadata can be arbitrary
21:59 sfan5 lobby the engine for an :equals() method
22:01 fluxionary it'd be possible to override == even, right?
22:17 PrairieWind joined #minetest
22:28 v-rob joined #minetest
22:35 panwolfram joined #minetest
22:39 fluxionary sfan5: you guys do enough, i made a PR: https://github.com/minetest/minetest/pull/12771
22:57 v-rob joined #minetest
23:04 Lesha_Vel joined #minetest
23:06 wolfshappen joined #minetest
23:06 Thermoriax joined #minetest

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