Time Nick Message 00:38 paramat no we're not going to move map_meta.txt into the database, it's extremely useful as an easily accessible .txt file :] (returns to coffin) 04:24 sofar wtf, our lua_api.txt literally just has a wrong entry for a struct member 04:25 sofar I'm not even gonna make a PR, that's just silly 04:25 sofar will push a fix 04:51 lhofhansl sofar: go for it ;) 04:52 sofar c60abb2ae 05:04 lhofhansl Is anybody else bothered by the fact that the field of light generated by a lightsource resembles a square rather than a circle? 05:04 lhofhansl (looking at the code I do understand why) 05:14 Calinou lhofhansl: yes, but not much can be done to fix it (without making the algorithm much slower), I guess 05:15 lhofhansl That's what I figured. Right now only 6 neighbors need to be considered. 06:34 sofar it's just taxicab distance 14:28 Beton Hello, I'm trying to cross-compile Minetest on Debian 8 for Windows using MinGW, and official buildbot. The problem is that when I trying to run compiled binary, Windows tells me that there are 3 missing DLLs: libstdc++-6.dll, libgcc_s_sjlj-1.dll, and libwinpthread-1.dll. 14:28 Beton I try to force static libs by adding -DCMAKE_C_FLAGS="-static -static-libgcc -static-libstdc++" and -DCMAKE_CXX_FLAGS="-static -static-libgcc -static-libstdc++" to CMake flags, the binary is some bigger after this, but Windows tell me about missing DLLs anyway. Other apps I compile works with static libraries, so compiler seems good. 14:28 Beton I see that official Minetest builds for Windows have these DLLs in bin directory so i try to copy it into my bin directory, but program crash on startup, and Windows tell that crash is caused by libstdc++-6.dll. I noticed that DLLs in official Minetest have very small size as for libstdc++, and libgcc. 14:28 Beton So the question is how can i make this works? Is there any way to force static libstdc++, and libgcc, or export it as DLLs (like in official build)? 14:32 sfan5 -Mstatic -lwinpthread -lgcc -stdc++ -Mdynamic in linking flags might work 14:33 sfan5 the easier way is just copying those dlls from your mingw distribution 14:33 sfan5 they should be in /usr/i686-w64-mingw32/bin or similar 20:12 jas_ https://github.com/minetest/minetest/issues/6536#issuecomment-338310700 <-- FWIW, it appears to happen when `inventory_image' and/or `wield_image' are not explicitly set. this is a change in behavior. will test later. 20:41 jas_ numzero: maybe this one https://github.com/minetest/minetest/commit/6cd2b3b445bf558fda1e5a7908adef8e3a45449a -- i commented (probably too much) on the issue. whatever the cause, it doesn't appear trivial