Time Nick Message 02:52 MinetestBot 02[git] 04paramat -> 03minetest/minetest_game: Remove coral air-death ABM 13ef7bd43 https://git.io/fNULo (152018-07-10T02:51:41Z) 13:32 cafee Hey guys, what exactly spawns ores in the default gamemode? minetest.generate_ores()? 13:34 cafee I'm modifying voxmanip in my register_on_generated, but ores already written in the vm object data 13:36 cafee but I want to generate them only when I made changes to vm data, before writing it 14:57 ManElevation heyaii! can anyone help me with this? https://forum.minetest.net/viewtopic.php?f=11&t=14304&p=324931#p324931 14:59 Krock update smartshop? 15:00 Krock "init.lua:126" doesn't point to any helpful code 15:02 Krock https://git.bananach.space/smartshop.git/tree/init.lua#n179 15:02 Krock needs a check whether pos is non-nil 15:02 ManElevation this is what i have in 126 15:02 ManElevation smartshop.update_info=function(pos) 15:02 ManElevation local meta=minetest.get_meta(pos) 15:02 ManElevation local inv = meta:get_inventory() 15:02 ManElevation local owner=meta:get_string("owner") 15:02 ManElevation local gve=0 15:02 ManElevation if meta:get_int("sellall")==1 then gve=1 end 15:02 Krock should be farly easy to reproduce it 15:02 ManElevation if meta:get_int("type")==0 then 15:02 ManElevation meta:set_string("infotext","(Smartshop by " .. owner ..") Stock is unlimeted") 15:02 ManElevation return false 15:02 Krock dide 15:02 ManElevation end 15:02 Krock *dude 15:03 Krock use pastebin, paste.debian.net or something like that 15:03 ManElevation kk soz 15:04 Krock should be fairly easy to reproduce this bug 15:05 Krock any formspec send with the formname "smartshop.showform" and empty fields will do it 15:06 Krock I could trigger that behaviour on your server if you would like to check whether it's fixed after adding that non-nil check 15:08 red-001 aren't smartshops super broken? 15:08 Krock *shrug* 15:09 Krock the code is an entire patchwork. even old minetest.env: calls were copied from somewhere else 15:09 Krock and the other formspec submits have a high potential of being abused 15:11 Krock in fact, by that it's not guarded by a nil check, you can trigger an error with any fields set which aren't "quit" -> also applies to "customer" and "tooglelime" 15:47 ManElevation thx krock i fixed it 16:34 MinetestBot 02[git] 04SmallJoker -> 03minetest/minetest: Formspecs: Remove accidental empty 'quit' field 13f7a8e75 https://git.io/fNTtW (152018-07-10T16:27:03Z) 17:12 Bukki Hi, I want to host an Server in local LAN for playing with friends. Anyone can help me/redirect to an tutorial? 17:14 twoelk open local map as server and let others connect to your local LAN IP 17:18 Bukki How to open as Server? 17:34 Krock !wiki server 17:34 MinetestBot "Minetest servers allow players to play online with other people." - http://wiki.minetest.net/server 18:48 Astrobe Is there a function anywhere that gives the look direction of the player as a vector? 18:49 Krock get_look_dir 18:49 Krock !next 18:49 MinetestBot Another satisfied customer. Next! 18:50 Astrobe Thanks! why did I miss it... 18:51 Krock because you forgot to use Ctrl + F 18:56 Astrobe Or / in my case. 20:46 Astrobe So now my players can throw fireball almost at will... Let's see if they actually don't read the instruction manual. 20:47 entuland instruction what? 20:48 entuland that's the second last resort, way behind "hammer, a big one at that" 20:49 Astrobe Misbeliever. 20:49 entuland eheheheh 22:03 MinetestBot 02[git] 04paramat -> 03minetest/minetest_game: Move chests to a new file. Update credits for chests and torches 13d4b0b73 https://git.io/fNTXn (152018-07-10T22:02:22Z) 22:36 MinetestBot 02[git] 04srifqi -> 03minetest/minetest: Android: Add 'aux' button (#7477) 137ebc229 https://git.io/fNTMO (152018-07-10T22:33:40Z)