Time Nick Message 01:08 twahm The coal blocks how long can they burn? 02:15 cimbakahn How do you reset a server? I mean, what command do you enter to make it happen? 02:47 cimbakahn Is anyone here? 02:49 Lone-Star what do you mean by reset? as in start the world fresh? 02:53 Lone-Star i don't think there is a command to reset server/map. if you want to start over fresh, then you have to ftp in and delete the world files 02:56 Emerald2 cimbakahn what is it you want to do? 02:58 ThomasMonroe o/ Emerald2 02:58 Emerald2 o/ Tre 02:58 Emerald2 Are you wanting to start afresh with a new map, or just reboot the server to clear the lag? 02:58 cimbakahn I want to reset my server. I don't like the landscape. Too much water. 03:04 Emerald2 Hey Tre, best way to do that? ^ 03:04 ThomasMonroe delete the world data 03:06 Lone-Star delete map_meta.txt and map.sqlite files 03:25 cimbakahn I want to reset my server. I don't like the landscape. Too much water! 03:26 cimbakahn How do you reset a server? I mean, what command do you enter to make it happen? 03:27 cimbakahn I think it would be start fresh with a new map. 03:28 Emerald2 ThomasMonroe and Lone-Star said up there. I don't think there's a command for that? 03:34 Lone-Star cimbakahn: there is no command to reset the server world, you HAVE to delete the two files I mentioned earlier 03:35 Lone-Star first, kill the server, delete the files, restart server 03:37 cimbakahn How do i do that? I am using minetesthosting.com Did minetesthosting.com put files on my computer when i activated the server? 03:39 Lone-Star the files are created automatically when a server is started up and a world is created 03:40 Lone-Star don't know anything about minetesthosting.com, but there should be some sort of manager to control server and files 03:41 Emerald2 Hmm looking at their website they should have some tools to let you do that from your browser. The files will be on their servers. 03:42 ThomasMonroe not if its a free server :/ 03:42 Lone-Star should still have ftp access though, right? 03:43 ThomasMonroe nope 03:43 Emerald2 Ouch. 03:43 ThomasMonroe not on minetesthosting.com 03:43 Emerald2 Do you have a free server, cimbakahn? 03:43 ThomasMonroe for free that is 03:45 ThomasMonroe if you pay about $40 then I tihnk you have ftp 03:46 Emerald2 o_O 03:46 ThomasMonroe yeah its kind a weird 03:47 Emerald2 People should at least be able to start over their world. Even if they can't upload an already made one. 03:48 cimbakahn Yes! Free server. 04:02 ThomasMonroe Night all 11:28 Enricoo Hey ManElevation :P 11:28 ManElevation heya 11:29 Enricoo Can someone tell me why CMake cinfiguration types is still failure? have anyideas about compiling on windows? 11:29 Enricoo configuration* 11:35 red-001 Enricoo, possible but a lot of work setting it up 11:35 Enricoo no problem :P 11:35 red-001 cross-compiling on linux is easier so I would go with that if possible 11:41 Enricoo Yes, on windows we need to install libraries and important is CMake 13:07 MinetestBot 02[git] 04sofar -> 03minetest/minetest: Wireshark plugin: Complete all commands. (#6841) 13ca64f56 https://git.io/vb5Gt (152017-12-26T13:06:31Z) 14:30 Calinou red-001: unfortunately, vcpkg doesn't have all the libraries Minetest requires 14:30 Calinou and MinGW (via MSYS2) doesn't work due to OpenGL detection failing 14:31 Calinou vcpkg being https://github.com/Microsoft/vcpkg 15:00 red-001 krock made a zip of precompiled libs, they still seem to work 16:48 twahm it is possible to execute a function of a lua file without loading it with dofile but only execute the function and read the result? 18:26 crazyR Twahm. You want to read the file with io and then execute the contents in a function via pcall 18:28 pgimeno you can't load only a function of a file, if that's the question 18:31 pgimeno Lua needs to execute function definitions, in order to be able to call the functions 18:33 pgimeno so, the only way I can think to do that is to parse the file yourself, looking for a specific function definition, and isolate it into a string and execute the definition with loadstring(), then call it, hoping it doesn't use upvalues defined earlier in the file - lots of work 18:46 Enricoo Can someone tell me how to compile minetest on windows? 18:53 crazyR Pgimeno. Please re read my msg. I never siad lua can read a function from a file after its been loaded. I siad to put the contents of a lua file into a function and call the function via pcall 19:03 pgimeno crazyR: yeah, twahm's question was a bit ambiguous and I was stating that when interpreted the way I interpreted it, the answer is quite difficult 19:08 pgimeno not to say impractical, so it would be better to find some other way to accomplish what he was trying to accomplish 19:15 Enricoo Does someone uses windowsß 19:15 Enricoo ß+ 19:15 Enricoo ?* 19:17 pgimeno Enricoo: already been here? http://dev.minetest.net/Build_Win32_Minetest_including_all_required_libraries 19:17 Enricoo i will look 19:17 pgimeno I'm not on Windows so I can't help, sorry 19:58 Enricoo crazyR have you ever compiled minetest on windows? i need help 20:04 swift110 hey all 20:04 swift110 Enricoo, why are you compiling it? 20:04 Enricoo ? 20:05 Enricoo Do you use windows? 21:30 Annie This? 21:31 ThomasMonroe yes Annie 21:33 Annie Hello? 21:34 pgimeno hi again 21:36 sy hi 21:37 ThomasMonroe shivajiva, this is the player I was telling you about. 21:37 ThomasMonroe he's afk right now Annie, but he'll see his name when he comes back on 21:39 ThomasMonroe Annie you can join ##SC-Economy if you want to see the chat for the servr you are on 22:03 MinetestBot 02[git] 04srifqi -> 03minetest/minetest: Advanced settings: Add range check for float type 134e652ea https://git.io/vb5Sz (152017-12-26T21:55:58Z) 22:03 MinetestBot 02[git] 04rubenwardy -> 03minetest/minetest: Fix rounding error in g/set_node caused by truncation to float 13026ad91 https://git.io/vb5Sg (152017-12-26T21:55:08Z) 22:03 MinetestBot 02[git] 04rubenwardy -> 03minetest/minetest: Add check to pause game on lost window focus 130bcc2f3 https://git.io/vb5S2 (152017-12-26T21:53:45Z) 22:03 MinetestBot 02[git] 04juhdanad -> 03minetest/minetest: Line_of_sight: Improve using VoxelLineIterator 132153965 https://git.io/vb5Sa (152017-12-26T21:51:32Z)