Time |
Nick |
Message |
00:53 |
|
TaokiLaptop joined #minetest |
01:12 |
|
proller joined #minetest |
01:19 |
|
___nick___ joined #minetest |
01:20 |
MTDiscord |
<MisterE> can I add custom node definition lines like {is_floor = true} ? |
01:20 |
MTDiscord |
<MisterE> and then get it with get_node(pos).is_floor |
01:25 |
MTDiscord |
<Warr1024> yes, you can add is_floor, no you won't get is_floor from the node, it'll only be in the definition |
01:25 |
MTDiscord |
<Warr1024> minetest.registered_nodes[minetest.get_node(pos).name].is_floor |
01:25 |
MTDiscord |
<Warr1024> groups might be better for stuff like that though |
01:26 |
MTDiscord |
<Warr1024> also the game engine can add special meaning to any "primary" field in the node definition in the future, so if they add is_floor then your mod may break and that would be entirely your responsibility. |
01:29 |
MTDiscord |
<Jonathon> so use _ then name |
01:30 |
MTDiscord |
<Warr1024> _ was suggested by lua_api.txt, yeah |
01:30 |
MTDiscord |
<Warr1024> Most of the things you can express with a boolean though are fine for groups. |
01:32 |
MTDiscord |
<Warr1024> A _ prefix is usually a cue that something is reserved/internal, while the engine does the weird thing of reserving these things for being not reserved. |
01:51 |
|
Hawk777 joined #minetest |
01:52 |
|
bgg joined #minetest |
01:54 |
|
bgg joined #minetest |
01:54 |
|
bgg joined #minetest |
02:04 |
MTDiscord |
<MisterE> yeah groups would work better here, thx! |
02:29 |
|
queria joined #minetest |
02:34 |
|
queria joined #minetest |
02:39 |
|
peterz joined #minetest |
02:56 |
|
peterz joined #minetest |
03:17 |
|
garywhite1 joined #minetest |
03:39 |
|
peterz joined #minetest |
03:55 |
|
sagax joined #minetest |
04:00 |
|
MTDiscord joined #minetest |
04:49 |
|
peterz joined #minetest |
05:01 |
|
riff-IRC joined #minetest |
05:03 |
|
est joined #minetest |
05:22 |
|
longerstaff13 joined #minetest |
05:52 |
|
Kimapr[i] joined #minetest |
06:20 |
|
fluxionary joined #minetest |
06:41 |
|
CWz_ joined #minetest |
06:52 |
|
fkbm joined #minetest |
06:56 |
|
Alias joined #minetest |
07:12 |
|
TomTom joined #minetest |
07:27 |
|
specing_ joined #minetest |
07:44 |
|
MTDiscord joined #minetest |
08:05 |
|
hendursa1 joined #minetest |
08:08 |
|
appguru joined #minetest |
08:20 |
|
appguru joined #minetest |
08:25 |
sfan5 |
huh I didn't know adding moreblocks to my world converts existing slabs |
08:30 |
|
MTDiscord joined #minetest |
08:42 |
|
MTDiscord joined #minetest |
08:42 |
|
MTDiscord1 joined #minetest |
08:54 |
|
MTDiscord joined #minetest |
08:56 |
|
MTDiscord joined #minetest |
09:01 |
|
olliy joined #minetest |
09:06 |
|
appguru joined #minetest |
09:21 |
|
MTDiscord joined #minetest |
09:24 |
|
Verticen joined #minetest |
09:32 |
|
appguru joined #minetest |
09:35 |
|
Fixer joined #minetest |
10:17 |
|
calcul0n__ joined #minetest |
11:05 |
|
calcul0n_ joined #minetest |
11:18 |
|
tech_exorcist joined #minetest |
11:24 |
|
appguru joined #minetest |
11:48 |
|
proller joined #minetest |
11:55 |
|
tech_exorcist joined #minetest |
12:52 |
|
kamdard_ joined #minetest |
13:00 |
|
mary4 joined #minetest |
13:10 |
Alias |
Stupid question: What do I do again, when the server wouldn't want to announce to the serverlist? |
13:11 |
sfan5 |
what was the IP again |
13:12 |
Alias |
109.205.180.172 / 2a02:c206:3008:290::1 |
13:12 |
Alias |
We migrated to a different server this saturday, in the hopes of getting rid of the crashes I talked to you about. No luck yet, the server crashed again two times |
13:12 |
Alias |
That's why it may have a different IP than before |
13:14 |
sfan5 |
my server hoster broke something, wait a few hours and it'll hopefully go away |
13:15 |
Alias |
So for a few hours the server won't be on the list? |
13:16 |
sfan5 |
I guess |
13:16 |
Alias |
Best regards to your server hoster: Torches and pitchforks! :P |
13:16 |
sfan5 |
as a workaround you could disable ipv6 temporarily (don't forget to remove the domain record too) |
13:18 |
Alias |
I'd have to restart the server to do that and throw out the few people that made it in regardless ... I'm too much a coward to do that. |
13:19 |
sfan5 |
well technically just removing the record on the domain would work I bet |
13:21 |
sfan5 |
assuming you're referring to the move item / item count crash, do you have any better idea how to reproduce that one yet? |
13:23 |
|
Kimapr[i] joined #minetest |
13:23 |
Alias |
Not really. As I said, I moved to a different server machine in the hopes I could leave the error behind, but it still happens in different flavours. I'm a bit out of ideas and had hoped you'd toss me a way to proceed |
13:25 |
Alias |
Before the migration it was a debian 10, now its a debian11. That doesn't rule out library issues as a whole, but makes it less likely IMO. |
13:26 |
Alias |
I rebuilt 5.4.1 from source, the same way I did before. |
13:32 |
|
mary4 joined #minetest |
13:32 |
|
specing joined #minetest |
13:52 |
|
dabbill joined #minetest |
14:11 |
|
x_9 joined #minetest |
14:11 |
|
BuckarooBanzai8 joined #minetest |
14:14 |
|
search_social joined #minetest |
14:14 |
|
jason1234 joined #minetest |
14:15 |
|
hendursaga joined #minetest |
14:18 |
|
mmuller joined #minetest |
14:20 |
sfan5 |
Alias: looks like they fixed it a few minutes ago |
14:23 |
Alias |
Yay :) We just re-appeared on the list. There's nothing I can do to prevent it next time, right? |
14:24 |
Alias |
Except disable IPv6 altogether? |
14:24 |
|
tech_exorcist_ joined #minetest |
14:25 |
sfan5 |
there's nothing you can do to prevent external network issues, no |
14:25 |
sfan5 |
it could as well have affected IPv4 |
14:32 |
|
sparky4 joined #minetest |
14:51 |
|
AristotIe joined #minetest |
14:52 |
|
Fixer joined #minetest |
15:05 |
|
erle_reform joined #minetest |
15:08 |
|
erle_reform46 joined #minetest |
15:12 |
erle_reform46 |
sfan5 correct, with openGL ES i get about the performance on reform as i got on an old thinkpad with open GL 1.4 |
15:13 |
|
sparky4 joined #minetest |
15:19 |
|
erle_reform joined #minetest |
15:26 |
|
erle_reform joined #minetest |
15:28 |
|
appguru joined #minetest |
15:53 |
|
Extex joined #minetest |
16:05 |
|
Desour joined #minetest |
16:29 |
|
Desour joined #minetest |
16:43 |
|
fluxionary joined #minetest |
17:07 |
|
Elon_Satoshi joined #minetest |
17:10 |
Elon_Satoshi |
So I've got a little problem with the Minetest app, installed from F-droid, on GrapheneOS |
17:10 |
sfan5 |
the f-droid one is unfortunately outdated so much that it no longer works |
17:11 |
sfan5 |
I suggest installing the APK manually |
17:11 |
Elon_Satoshi |
Oh |
17:12 |
Elon_Satoshi |
Well at least I can download the APK with aria2c in termux and have it automatically retry on my slow internet |
17:16 |
|
Verticen joined #minetest |
17:36 |
|
Extex joined #minetest |
17:49 |
|
Markow joined #minetest |
18:29 |
|
Elon_Satoshi joined #minetest |
18:40 |
|
sparky4 joined #minetest |
19:25 |
|
sys4 joined #minetest |
19:28 |
|
specing_ joined #minetest |
19:49 |
|
Sven_vB joined #minetest |
20:04 |
|
sparky4 joined #minetest |
20:08 |
|
KINGOWAIN_YT joined #minetest |
20:09 |
|
x2048 joined #minetest |
20:09 |
KINGOWAIN_YT |
Hi |
20:16 |
|
longerstaff13 joined #minetest |
20:18 |
|
garywhite joined #minetest |
20:18 |
|
garywhite joined #minetest |
20:26 |
|
proller joined #minetest |
21:04 |
|
calcul0n joined #minetest |
21:27 |
Extex |
Am I able to make a particle that faces up? |
21:35 |
|
sparky4 joined #minetest |
21:41 |
|
fluxionary joined #minetest |
22:00 |
|
Sven_vB joined #minetest |
22:32 |
|
proller joined #minetest |
23:17 |
|
AliasAlreadyTake joined #minetest |