Minetest logo

IRC log for #minetest-dev, 2017-10-20

| Channels | #minetest-dev index | Today | | Google Search | Plaintext

All times shown according to UTC.

Time Nick Message
00:32 ThomasMonroe joined #minetest-dev
00:33 paramat joined #minetest-dev
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)
01:03 Tmanyo joined #minetest-dev
01:29 Kurtzmusch joined #minetest-dev
01:34 Kurtzmusch left #minetest-dev
01:37 lhofhansl joined #minetest-dev
01:42 Lone-Star joined #minetest-dev
02:27 ssieb joined #minetest-dev
02:38 torgdor joined #minetest-dev
03:46 sofar joined #minetest-dev
03:47 sofar joined #minetest-dev
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:05 nerzhul joined #minetest-dev
05:08 Hunterz joined #minetest-dev
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
07:41 lisac joined #minetest-dev
07:52 Dumbeldor-taff joined #minetest-dev
08:07 Darcidride joined #minetest-dev
08:52 nerzhul joined #minetest-dev
09:01 asl97 joined #minetest-dev
09:24 Krock joined #minetest-dev
10:21 Fixer joined #minetest-dev
10:39 proller joined #minetest-dev
10:47 Wuzzy joined #minetest-dev
11:20 Beton joined #minetest-dev
11:20 Beton joined #minetest-dev
11:42 twoelk joined #minetest-dev
12:18 proller joined #minetest-dev
13:03 CalebDavis joined #minetest-dev
13:17 proller joined #minetest-dev
14:08 srifqi joined #minetest-dev
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
14:41 Natechip joined #minetest-dev
14:41 Natechip joined #minetest-dev
14:42 Hunterz joined #minetest-dev
15:05 twoelk joined #minetest-dev
15:14 nerzhul joined #minetest-dev
15:36 YuGiOhJCJ joined #minetest-dev
15:37 Player_2 joined #minetest-dev
16:08 YuGiOhJCJ joined #minetest-dev
16:20 Beton joined #minetest-dev
16:20 Beton joined #minetest-dev
16:40 Darcidride joined #minetest-dev
16:45 proller joined #minetest-dev
17:19 nerzhul joined #minetest-dev
17:26 proller joined #minetest-dev
17:28 twoelk joined #minetest-dev
17:44 CalebDavis joined #minetest-dev
17:44 ssieb joined #minetest-dev
18:10 proller joined #minetest-dev
18:22 ThomasMonroe joined #minetest-dev
18:25 hashcacher_ joined #minetest-dev
19:05 Megaf joined #minetest-dev
19:32 numzero joined #minetest-dev
19:47 CalebDavis joined #minetest-dev
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
21:02 proller joined #minetest-dev
21:32 troller joined #minetest-dev
21:41 behaleba- joined #minetest-dev
21:54 AntumDeluge joined #minetest-dev
21:55 troller joined #minetest-dev
21:58 CalebDavis joined #minetest-dev
21:59 troller joined #minetest-dev
22:17 Megaf joined #minetest-dev
22:58 ThomasMonroe joined #minetest-dev
23:16 twoelk|2 joined #minetest-dev
23:27 troller joined #minetest-dev
23:32 johnnyjoy joined #minetest-dev
23:33 Tmanyo joined #minetest-dev
23:49 paramat joined #minetest-dev
23:58 Xio joined #minetest-dev

| Channels | #minetest-dev index | Today | | Google Search | Plaintext