Time |
Nick |
Message |
00:13 |
|
ANAND joined #minetest |
00:19 |
|
nowhereman joined #minetest |
00:31 |
|
Sveta joined #minetest |
00:33 |
|
Sveta left #minetest |
00:44 |
|
xSmurf joined #minetest |
01:20 |
|
cheronemill joined #minetest |
01:23 |
|
Ruslan1 joined #minetest |
01:24 |
cheronemill |
hi. How can I trigger a function using a chat command param? e.g. /my_command create, to create something; or /my_command delete to delete it. |
01:25 |
Ruslan1 |
no |
01:28 |
|
Ruslan1 joined #minetest |
01:34 |
|
cheronemill left #minetest |
02:08 |
|
riff-IRC joined #minetest |
02:21 |
|
Glorfindel joined #minetest |
02:21 |
|
Glorfindel joined #minetest |
02:24 |
|
turtleman joined #minetest |
02:36 |
|
dabbill joined #minetest |
03:00 |
|
scr267a joined #minetest |
03:20 |
|
scr267 joined #minetest |
03:28 |
|
NathanS21 joined #minetest |
03:41 |
|
Hawk777 joined #minetest |
03:45 |
|
Tux[Qyou] joined #minetest |
04:18 |
|
Miner_48er joined #minetest |
04:18 |
|
kaeza joined #minetest |
05:00 |
|
Fusl joined #minetest |
05:03 |
|
fluxflux joined #minetest |
05:16 |
|
Calinou joined #minetest |
05:23 |
|
mmuller joined #minetest |
05:35 |
|
Dr-Frankenstone joined #minetest |
05:37 |
|
fluxflux joined #minetest |
05:38 |
|
MistahDarcy joined #minetest |
06:02 |
|
ssieb joined #minetest |
06:04 |
|
milkt joined #minetest |
07:02 |
|
mmuller joined #minetest |
07:26 |
|
jluc joined #minetest |
07:30 |
|
CWz_ joined #minetest |
07:50 |
|
CWz joined #minetest |
08:09 |
|
JBB-xmpp joined #minetest |
08:35 |
|
proller joined #minetest |
08:42 |
|
paramat joined #minetest |
08:42 |
MinetestBot |
paramat: Mar-07 14:13 UTC <IhrFussel> I didn't insult ANYONE, I voiced my opinion about the current way you release 5.0.X ... Also if devs would implement more features server owners actually WANT they would likely also be motivated to test those features... but as of now many useful server features were ignored or even denied |
08:43 |
|
proller joined #minetest |
08:47 |
paramat |
well i mean, you were offensive to core devs =) |
08:48 |
paramat |
p_gimeno "is there a way to control the amount of cracks at the surface level?" yes, increase the 'spread' parameters of 'cave1' 'cave2' noises, then decrease 'cave_width' to compensate |
09:05 |
|
twoelk joined #minetest |
10:04 |
|
Helwyr joined #minetest |
10:14 |
|
Emerald2 joined #minetest |
10:19 |
|
paramat joined #minetest |
10:38 |
|
paramat left #minetest |
10:42 |
|
Kroukuk joined #minetest |
10:49 |
|
Fixer joined #minetest |
10:56 |
|
Tux[Qyou] joined #minetest |
11:01 |
|
CWz joined #minetest |
11:03 |
|
jacky left #minetest |
11:12 |
p_gimeno |
I'll try, thanks |
11:49 |
p_gimeno |
hm, there's no 'cave1' or 'cave2' in a world just generated (at least with mgv7 in mt5). It seems they are generated when you enter the world for the first time, so I guess that around the spawn point some caves may be generated with the other parameters |
11:52 |
|
Tux[Qyou] joined #minetest |
12:05 |
|
riff-IRC joined #minetest |
12:10 |
|
kaeza joined #minetest |
12:23 |
|
JDCodeIt joined #minetest |
12:29 |
JDCodeIt |
p_gimeno, I think it is generally true - blocks don't generate unless something triggers that - like a player entering the world |
12:40 |
|
dustfinger joined #minetest |
12:42 |
dustfinger |
Hi, I have a pi 3B with the vc4-fkms-v3d driver enabled. I also have minetest 0.4.17 installed. It fails to load with a segmentation fault. when I ran minetest with trace or verbose it showed that it was failing to open some ogg files in ~/.minetest/sounds/. That path does not exist. The last thing that it printed to the screen was: OpenAlSoundManager: "main_menu" not found. |
12:44 |
sfan5 |
missing sound files are not a fatal error |
12:44 |
JDCodeIt |
Did you install Minetest from the repository for your distro of linux - e.g. using apt-get? |
12:44 |
sfan5 |
it's more likely that it's crashing because something is wrong with the OpenGL stuff |
12:44 |
dustfinger |
yes, I installed it using apt-get from the raspbian buster repository. |
12:45 |
dustfinger |
The vc4-fkms-v3d is the "fake" kms driver. When I tried loading with full kms I had a blank screen, so I switched to the fakm kms. |
12:45 |
dustfinger |
Perhaps that is the problem? |
12:47 |
|
entuland joined #minetest |
12:47 |
dustfinger |
I looked in the ~/debug.txt file and all there is are seperator blocks. Nothing was logged beyond that. |
12:50 |
JDCodeIt |
Looks like buster is in Soft Freeze status - not officially released? |
12:51 |
JDCodeIt |
Freeze target is March 12 |
12:55 |
dustfinger |
I know, I needed this version of minetest in order con connect with the server that I wish to connect with. I think that the problem might be an issue with glx providers: https://pastebin.com/bRELvD29. Although, I am not sure if that is an old log or not. xorg does not appear to log human readable timestamps. |
12:56 |
sfan5 |
generally, opengl support on the rpi is weird |
12:56 |
sfan5 |
natively supported is only GLES, but there's an OpenGL driver that sorta works |
12:56 |
sfan5 |
if you can get Minetest to build with GLES it should work |
12:56 |
JDCodeIt |
to check OpenGL you might try the utility from command line glxinfo |
12:59 |
dustfinger |
Apparently those timestamps are seconds to boot. I think those logs are from March 06 and are probably from when I was trying to get the full kms driver working. I don't think they are valid. I will try to glxinfo. Also, I will look into GLES. Thanks! |
13:16 |
dustfinger |
I have DRI support. Here is the output from glxinfo: http://paste.debian.net/1072221 |
13:21 |
dustfinger |
interesting though. I can't run glxgears. It segmentation faults. |
13:22 |
twoelk |
keep having crashes of the mt5 client after flying around a lot on VEC similar to this https://i.imgur.com/jtaxpj9.png |
13:24 |
twoelk |
the debug.txt usually just stops in the middle of random stuff (mesh loading, window resize, sound playing etc.) |
13:25 |
twoelk |
should the buildpaths be visible like that? |
13:31 |
JDCodeIt |
Did you try to recompile from source code on the pi? |
13:33 |
|
SanskritFritz joined #minetest |
13:34 |
sfan5 |
twoelk: it means you're out of ram |
13:34 |
|
milkt joined #minetest |
13:36 |
|
Fusl joined #minetest |
13:38 |
twoelk |
hmm, probably nothing mt can do then - or is that also luajit related? |
13:38 |
sfan5 |
I don't think so |
13:47 |
|
scr267 joined #minetest |
14:03 |
|
Megaf-X230 joined #minetest |
14:17 |
|
CWz_ joined #minetest |
14:21 |
|
stiell joined #minetest |
14:21 |
|
Fusl joined #minetest |
14:41 |
|
milkt joined #minetest |
14:52 |
|
Taoki joined #minetest |
15:01 |
|
argyle77 joined #minetest |
15:02 |
|
Tuxedo[Qyou] joined #minetest |
15:15 |
|
YuGiOhJCJ joined #minetest |
15:41 |
|
Fixer_ joined #minetest |
16:26 |
|
Megaf_ joined #minetest |
16:43 |
|
benrob0329 joined #minetest |
16:44 |
benrob0329 |
Pocket Piston (Zipper) Elevator Mesecons Tutorial: https://youtu.be/WRcRdHtBBMU |
17:01 |
|
scr267 joined #minetest |
17:05 |
|
Fixer joined #minetest |
17:08 |
twoelk |
pfff, and crash with bogart, so mt5 doesn't run as well on older machines :-( |
17:10 |
|
DrFrankenstone joined #minetest |
17:11 |
|
Dr_Frankenstone joined #minetest |
17:22 |
|
Megaf joined #minetest |
17:23 |
|
twoelk left #minetest |
17:37 |
|
entuland joined #minetest |
17:59 |
|
Megaf joined #minetest |
18:14 |
|
FreeFull joined #minetest |
18:50 |
|
Megaf joined #minetest |
19:00 |
|
fwhcat joined #minetest |
19:12 |
|
GreenDimond joined #minetest |
19:30 |
|
MistahDarcy joined #minetest |
19:54 |
|
Taoki joined #minetest |
20:05 |
|
illwieckz_ joined #minetest |
20:08 |
|
LMD joined #minetest |
20:09 |
|
benrob0329 joined #minetest |
20:10 |
|
illwieckz joined #minetest |
20:15 |
|
kaeza joined #minetest |
20:38 |
|
Andrey01 joined #minetest |
20:41 |
Andrey01 |
hi, can anybody point at the line number where "sound_table" starts in lua_api.txt please? I can not search out it. |
20:43 |
|
nowhereman joined #minetest |
20:53 |
Andrey01 |
i mean where is "sound parameters table" in lua_api.txt |
20:53 |
GreenDimond |
ctrl+F sound parameter |
21:00 |
JDCodeIt |
line 790 Sounds, line 816 example parameters tables |
21:15 |
|
unclouded joined #minetest |
21:16 |
|
kaeza joined #minetest |
21:22 |
|
Wikiwide joined #minetest |
21:22 |
Wikiwide |
What's the maximum size of minetest world? |
21:23 |
|
Miner_48er joined #minetest |
21:24 |
Wikiwide |
I was wandering if there is some add-in which allows to construct a minetest world (geography and such, possibly buildings and infrastructure) based on a part of real world (from OpenStreetMap or something) |
21:24 |
Wikiwide |
wondering * |
21:26 |
Wikiwide |
And then, with accelerated minetest time, and data from https://bom.gov.au/ , model weather (clouds, rain, sun, fire, flood, storm), from around 1900 to around 2100 (using predictions from a simple climate model) |
21:34 |
|
jluc joined #minetest |
21:34 |
|
kaeza joined #minetest |
21:36 |
p_gimeno |
the world is ~63 km wide |
21:36 |
|
proller joined #minetest |
21:36 |
p_gimeno |
and ~63 km high |
21:44 |
|
unclouded joined #minetest |
21:53 |
|
nri joined #minetest |
21:53 |
nri |
Hello |
21:55 |
|
timcu joined #minetest |
22:03 |
Wikiwide |
p_gimeno: Thank you! That's... Not that much, but enough for putting in highway, bus, train, and things like that. Probably no airport, though. |
22:03 |
|
YuGiOhJCJ joined #minetest |
22:05 |
|
astrojkl joined #minetest |
22:06 |
|
astrojkl left #minetest |
22:07 |
|
Emerald2 joined #minetest |
22:29 |
|
kaeza joined #minetest |
22:41 |
|
cddepppp256 joined #minetest |
22:51 |
|
riff-IRC joined #minetest |
23:01 |
|
nowhereman joined #minetest |
23:06 |
|
Emerald2 joined #minetest |
23:17 |
|
FrostRanger joined #minetest |
23:38 |
|
powerolive joined #minetest |
23:39 |
powerolive |
hi |
23:40 |
powerolive |
can i use minetest on android4.0.3 |
23:41 |
|
argyle77 joined #minetest |
23:41 |
powerolive |
and why the fdroid show the license is lgpl3.0? |
23:50 |
|
powerolive2 joined #minetest |