Page 1 of 1

node (0,0,0) empty

PostPosted: Thu Nov 06, 2014 17:51
by napodan
Hi, I have something weird with this commit :
https://github.com/minetest/minetest/co ... 77e98ceac6

If the node 0,0,0 is water, I have nothing in that position. You can try with minetest_game, seed 123456789. Teleport in 1,0,-1. Wait until water fill the air. You will have a "blank" node in 0,0,0.

screenshot

Re: node (0,0,0) empty

PostPosted: Thu Nov 06, 2014 20:12
by Casimir
OK. This is node highlighting highlighting a node at 0,0,0 when node highlighting is turned off since a commit that should prevent node highlighting highlighting a node at 0,0,0 when node highlighting is turned on.
I noticed that too.

Re: node (0,0,0) empty

PostPosted: Thu Nov 06, 2014 20:34
by twoelk
Casimir wrote:OK. This is node highlighting highlighting a node at 0,0,0 when node highlighting is turned off since a commit that should prevent node highlighting highlighting a node at 0,0,0 when node highlighting is turned on.
I noticed that too.

this makes me dizzy ;-P
does anyone understand?
on the other hand -
I might understand I wasn't thought to
uhm? maybe I missed a point? a pointed node?

Re: node (0,0,0) empty

PostPosted: Thu Nov 27, 2014 14:34
by Hybrid Dog
napodan wrote:Hi, I have something weird with this commit :
https://github.com/minetest/minetest/co ... 77e98ceac6

If the node 0,0,0 is water, I have nothing in that position. You can try with minetest_game, seed 123456789. Teleport in 1,0,-1. Wait until water fill the air. You will have a "blank" node in 0,0,0.

screenshot

the screenshot doesn't show itself to me

Re: node (0,0,0) empty

PostPosted: Thu Nov 27, 2014 17:21
by Casimir
Image

Re: node (0,0,0) empty

PostPosted: Thu Nov 27, 2014 17:57
by Napiophelios
Hybrid Dog wrote:the screenshot doesn't show itself to me


I think this is what its about:
Image

I guess Casimir is saying it only shows up when node highlighting is disabled,
though its not supposed to do that.

Image

(0,0,0) empty

PostPosted: Thu Nov 27, 2014 18:10
by Hybrid Dog
I looked at 0 0 0 and saw that l have the same problem:
Image
without hud:
Image

Re: node (0,0,0) empty

PostPosted: Thu Nov 27, 2014 20:16
by Krock
A node highlighting bug

Re: node (0,0,0) empty

PostPosted: Mon Dec 01, 2014 07:12
by napodan
The problem disappears, if you revert this commit:
https://github.com/minetest/minetest/co ... 77e98ceac6

Re: node (0,0,0) empty

PostPosted: Mon Dec 01, 2014 10:23
by Zeno
https://github.com/minetest/minetest/pull/1893

Edit: fixed it latest git version