Time |
Nick |
Message |
00:03 |
|
sapier left #minetest-dev |
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. |
00:55 |
|
bnd joined #minetest-dev |
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 |
03:13 |
|
SpeedProg joined #minetest-dev |
03:27 |
|
dannydark left #minetest-dev |
03:42 |
|
SpeedProg1 joined #minetest-dev |
06:11 |
|
Calinou joined #minetest-dev |
06:17 |
|
SpeedProg joined #minetest-dev |
06:19 |
|
celeron55 joined #minetest-dev |
09:47 |
|
jin_xi joined #minetest-dev |
09:57 |
|
bnd joined #minetest-dev |
10:39 |
|
kaeza1 joined #minetest-dev |
10:39 |
|
Taoki joined #minetest-dev |
11:32 |
|
kotolegokot joined #minetest-dev |
11:52 |
|
kaeza1 joined #minetest-dev |
14:06 |
|
jyfl987 joined #minetest-dev |
14:12 |
|
PilzAdam joined #minetest-dev |
14:58 |
|
Taoki joined #minetest-dev |
15:11 |
|
hmmmm joined #minetest-dev |
15:55 |
|
iqualfragile joined #minetest-dev |
16:02 |
|
darkrose joined #minetest-dev |
16:02 |
|
darkrose joined #minetest-dev |
16:26 |
|
Calinou joined #minetest-dev |
16:50 |
|
VanessaE joined #minetest-dev |
16:51 |
|
rubenwardy joined #minetest-dev |
17:02 |
|
doserj joined #minetest-dev |
17:59 |
|
sapier joined #minetest-dev |
19:29 |
|
rubenwardy joined #minetest-dev |
19:32 |
|
kaeza joined #minetest-dev |
19:55 |
|
kahrl joined #minetest-dev |
20:14 |
|
iqualfragile joined #minetest-dev |
20:54 |
|
Traxie21 joined #minetest-dev |
20:57 |
Traxie21 |
hia |
21:09 |
|
Calinou joined #minetest-dev |
21:46 |
|
nyuszika7h joined #minetest-dev |
21:48 |
|
Taoki joined #minetest-dev |
21:54 |
|
sema4 joined #minetest-dev |
23:06 |
|
karchnu joined #minetest-dev |
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:38 |
|
doserj joined #minetest-dev |
23:41 |
|
sema4_ joined #minetest-dev |
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 |
23:55 |
|
bnd joined #minetest-dev |