Time Nick Message 00:03 dannydark hrrm strange as this "#define myfloor(x) ((x) > 0.0 ? (int)(x) : (int)(x) - 1)" exists in util/numeric.h 00:04 dannydark ah wait 00:04 dannydark ignore that I had forgotten to upload the util folder ¬_¬ derp 00:48 dannydark I have just noticed that the "black leaves" issue only seems to happen when "new_style_leaves" is enabled, with the option disabled all leaves render correctly. 01:45 kahrl dannydark: that means the light values inside the leave nodes are zero, but the light values of the air nodes around it are correct 01:47 dannydark :O Hi kahrl, wb :D. yeah I wasn't sure if anyone knew about it only happening with new_style_leaves enabled and I couldn't find any issues on github regarding it to comment on which is why I mentioned it here 01:47 dannydark as its been a bug in the game for a long time as far as I know 20:57 Traxie21 hia 23:08 karchnu Hello, somebody knows how to test translations with .po files ? 23:08 karchnu I've done the french translation, but I can't test it. 23:15 celeron55 util/updatepo.sh 23:16 celeron55 does someting related to that 23:16 karchnu Then I recompile ? 23:16 celeron55 no 23:16 celeron55 it does everything that is needed 23:17 celeron55 all the gettext stuff was made by people that aren't around anymore; i don't really have a good idea of that stuff either 23:17 karchnu ok, thanks 23:17 celeron55 but i *think* you edit a translation and then just run that script 23:17 celeron55 and it works only under linux 23:18 celeron55 while they are actually used on windows too 23:18 celeron55 or, can be, assuming minetest is compiled with gettext 23:19 celeron55 oh, and, you need to make sure the locale is what you want to see in minetest 23:19 celeron55 when you run minetest 23:21 karchnu I see that gettext is disabled… 23:21 kaeza celeron55: I believe cmake/make does that for you 23:21 karchnu I just ran the default install. 23:21 kaeza at least it did before 23:27 karchnu I recompiled with -DENABLE_GETTEXT=ON and I run "LANG=fr ./minetest" after update_po.sh but nothing changed. 23:29 karchnu Oh, I probably just forget to do the final "make". My bad. 23:34 karchnu Finaly no, I just can't change the locale. :/ 23:35 karchnu It's just stupid. I past 3 minutes to translate and one fuck*ng hour to search how to use gettext. 23:49 celeron55 karchnu: maybe this is asking too much, but you *could* add a page about gettext to our new centralized dev wiki at http://dev.minetest.net/Main_Page 23:50 celeron55 under "Core"; there will be more stuff coming in there... umm, whatever day it was meant to happen 23:51 celeron55 here is the notice: http://minetest.net/forum/viewtopic.php?pid=62730 23:51 karchnu Yeah, if I find. :) 23:52 karchnu I pass some test this week but I do that this week-end if I find the problem. 23:53 karchnu I found the .mo file that is produced by the update_po.sh but I don't know how to use it. 23:53 karchnu So, I'm getting close !!! :D