EchoHowardLam
EchoHowardLam
@jacob1 Have anyone attempted to solve this bug yet? If not, I want to try.
@jacob1 Here you are. As mentioned in the pull request, there are some reasons that contribute to this bug, I only select the part that affect less on the air...
Ok thanks for tagging, I forgot that.
Note that this is still kind of a hotfix instead of a design fix, so I limit the change to be minimal. It would be better to redesign the code...
Hold on a bit, bmap_blockair[y][x+1] is responsible for avoiding pressure leaking thro walls. Now it seems that the convolution actually allows pressure to sneak into walls so this change will...
I don't quite agree to completely remove pressure inside wall, otherwise TTAN container within a grid's size cannot store any pressure. Instead, the problem is on how pressure outside the...
After some more code digging, it is found that this second amplifying effect is partially affected by the asymmetry of how positive wave and negative wave performs. Negative wave have...
#7 Added pull request. That branch is tested to be working for a newly installed noetic system. However, you are still advised to test it yourself.