Time Nick Message 09:16 MinetestBot 02[git] 04sapier -> 03minetest/minetest: Fix animation frame_speed and blend loosing precision due to incorrec… 13bf403b9 https://git.io/v54bb (152017-09-01T09:15:12Z) 10:37 Wuzzy How do I convert mapblock coordinates back to normal coordinates? 10:52 Raven262 Wuzzy, multiply by 16? 10:53 Wuzzy ye 11:41 MinetestBot 02[git] 04Rui-Minetest -> 03minetest/minetest: Remove nodeupdate completely (#6358) 13c0dac4d https://git.io/v5Bky (152017-09-01T11:40:09Z) 11:57 quater Hi 12:57 quater Hello. I would like to compile minetest to have a server only for android ARM. I tried this https://cmake.org/Wiki/CMake_Cross_Compiling#The_toolchain_file but it doesn't work. I also tried to modify CMakeCache.txt but it started to ask for android_native_app_glue.h 12:59 quater How can I make it ? 13:21 sfan5 quater: you "just" need to cross-compile for android like you would normally do for linux; native app glue or similar are not needed 13:22 quater I don't know how 14:49 quater I tried make ARCH=arm CROSS_COMPILE=arm-linux-androideabi- and it also doesn't work 14:55 sfan5 well you need to tell cmake about the cross-compiler 14:57 quater I tried this https://pastebin.com/fwDGdhR3 14:58 sfan5 and? 15:02 quater and there error is android_native_app.h is missing 15:10 Krock the full debug/error output might be helpful for someone who would like to help you 15:14 quater the error https://pastebin.com/e4Tb24pJ 15:16 sfan5 ah yes 15:16 sfan5 quater: add -U__ANDROID__ to your compiling flags 15:16 sfan5 also you need a few workarounds for missing c++11 support 15:17 sfan5 (otherwise it will try to compile the support code for the android app which you don't want) 15:18 quater to cmake ? 15:20 sfan5 to the flags cmake will pass to gcc 15:20 sfan5 CMAKE_CXX_FLAGS or similar 15:23 quater ok 15:43 ClockGen hi, are ethereal mod and plantlife (with moretrees) mod compatible? 17:59 sy !server / 17:59 MinetestBot sy: Eurythmia [Francais/English] (Mynetest) | paly2.ddns.net | Clients: 6/40, 2/6 | Version: 0.4.16 / minetest | Ping: 33ms 17:59 sy !server a! 17:59 MinetestBot sy: No results 17:59 * sy tries again 18:01 sy !server Puritan/ 18:01 MinetestBot sy: Puritan/Cyberia Semi-Generic Server | mt.zm.is | Clients: 0/32, 1/2 | Version: 0.4.16 / puritan | Ping: 4ms 18:01 sy ping is pretty high 18:07 Krock 4ms? are you kidding? 18:08 Tirifto Yeah, that's insane. 18:08 Tirifto A lot cat happen in 4ms! 20:01 sofar texmex: btw, since I did a clone of item_drop, you can drop your copy of the repo 20:37 quater I have trouble with pthread_cancel(), it's not available in android 20:45 sfan5 quater: https://github.com/minetest/minetest/blob/d7343b6c930d22857f858929ea684acbbeefe482/src/threading/thread.cpp#L155 20:45 sfan5 the problem with my -U__ANDROID__ is that it also disabled all the other android support code 20:45 sfan5 essentially you need to see and enable the code that is needed for servers or disable the code that isn't 20:47 quater I will try 21:24 quater now I have fatal error: iconv.h 21:27 sfan5 you need to compile the required dependencies first 21:30 quater dependencies ? which one ? 21:33 sfan5 libiconv? 21:37 quater only ? 21:51 sfan5 no there's more 21:52 quater I am trying to use build/android/Makefile 22:04 quater Can I set ICONV_LIBRARY in CMakeCache.txt ? 22:09 stormchaser3000 i have a bit of a problem. i am i wrote a mod that clears your inventory when you die and that works but then i have another problem. how do i get a command to remove the contents of a players inventory? 22:09 Viper Hi 22:09 Viper is it possible to change server url in config while game is running? 22:30 sofar Viper: /set (may not work for all config options)