Time Nick Message 00:00 fireglow it's a nice mod :) 00:00 kaeza thanks :) 00:02 kaeza AcidNinjaFWHR, I recall someone mentioning sending big empty formspecs on load or something like that; mobile users can't dismiss the form so they are forced to kill the app 00:02 kaeza that was long ago though 00:02 AcidNinjaFWHR ah yeah nice idea kaeza :) 00:04 kaeza other than that I don't think you can detect mobile users 00:05 nm0i Add big useless texture with (width*height)/268435456.eq.1 and spawn entity with it on spawn. That should get rid of most mobile users. 00:05 nm0i s/and/at/ 00:05 kaeza you can also get client version information in debug mode (not sure if client/server/both) but that can be spoofed 00:07 nm0i *sorry,denominator should be 1024 times smaller. 00:22 whitephoenix I have a node that is replaced with another node on right click, how can I get the facedir to carry over? 01:14 waddlesthepig im waddles :) 01:18 shadow waddlesthepig: that's nice. 01:47 lsab hi everyone. How can I reinstall minetest_game on folder game on Debian. It's just download and copy? 01:47 kaeza lsab, correct 01:48 kaeza just download latest package from here: https://github.com/minetest/minetest_game/releases 01:49 kaeza and unpack to ~/.minetest/games 01:49 kaeza or just use your the package manager of your distro 01:51 whitephoenix so how do I get/set facedir? 02:00 lsab kaeza: thanks, I downloaded like you say. I'm trying veheicle mod and I found errors with dirt_grass 02:03 kaeza lsab, please follow the steps here: https://forum.minetest.net/viewtopic.php?f=6&t=5073 02:04 kaeza but please use a pastebin :) 03:31 jordan4ibanez Hello, I was just wondering what I can do with register_biome 03:31 jordan4ibanez I see http://dev.minetest.net/minetest.register_biome doesn't have much in it and was seeing if anyone knew anything about it 04:25 swift110 hey all 04:39 wilkgr What does max_lag mean? (i.e. what does the number represent?) 04:41 wilkgr And is a max_lag of 25 big? 06:00 agaran hi wilkgr :) 06:00 wilkgr Hi agaran 06:00 wilkgr gtg 06:01 agaran tc 06:17 MinetestBot 02[git] 04paramat -> 03minetest/minetest_game: Default: Remove alpha channel from acacia tree textures 13581c390 https://git.io/vXeIz (152016-10-26T07:14:12+01:00) 06:29 wilkgr Okie back =) 06:46 agaran wb 06:46 wilkgr =) 09:39 wilkgr Hi =) 11:58 m-jones Hi. Been having a problem loading the game on Debian, got the PPA and it installs mine but when I lauch the Minetest tab is just black. Anyone know a fix/had the same issue? 12:37 vktec Is it possible to rate-limit commands? 12:52 sfan5 probably 14:01 Calinou yes, but you have to do it yourself 14:01 Calinou some /home mods do t hat 14:01 Calinou that* 14:22 agaran Hello 14:23 fireglow hi agaran 14:25 MinetestBot 02[git] 04lhofhansl -> 03minetest/minetest: Shaders: Remove special handling for liquids. (#4670) 13198ed60 https://git.io/vXvfi (152016-10-26T16:24:45+02:00) 14:58 agaran anyone knows public server with grail_test game? 14:59 Fixer try looking at http://servers.minetest.net/ 14:59 Fixer but I don't see anything on it 14:59 Fixer related to grail_test 15:03 agaran I did that.. game author's page says it sometimes is there.. but I guess not this time 15:03 agaran https://forum.minetest.net/viewtopic.php?f=50&t=10941 15:10 whitephoenix_ huh, lua has no enums? 15:45 sfan5 whitephoenix_: no 15:45 sfan5 scripting langs usually don't have fancy things like enums 16:31 whitephoenix_ https://www.twitch.tv/whitephoenix0 doing some modding again if anyone is interested 16:44 whitephoenix_ nevermind, streams off, I can't connect 16:44 whitephoenix_ thanks isp 17:22 whitephoenix alright well I'm actually streaming now since my internet has fixed itself it seems 17:23 swift110 sup guys 22:23 fireglow where is minetest.serialize and can I somehow include it in stand-alone scripts, for debugging? 22:25 fireglow ah, https://github.com/minetest/minetest/blob/master/builtin/common/serialize.lua