Muhammad Rifqi Priyo Susanto

Results 50 comments of Muhammad Rifqi Priyo Susanto

> I do welcome this as an option, however, it only really fixes #6181 if this is enforced in third person view. I don't see any code that is doing...

> When you slide your finger while digging, does the camera rotate? If not, this pull request doesn't fix issue #7645. The YouTube video doesn't show what the case is....

I just realized that something doesn't seem right on third-person back camera mode. You can't select as far as when you're playing on desktop. @stujones11, can you try please?

> Are you comparing this in creative or survival mode? Yes. It has lower distance in survival mode. I cannot find any line that make it differs. I just tested...

> Isn't the touchtarget setting supposed to enable/disable the crosshair? Yes, I guess. I just realised that `touchtarget` setting is not used anymore, except to show/hide the crosshair. This setting...

I [rebased](http://irc.minetest.net/minetest-dev/2020-01-30#i_5636790) this PR and added [a fix](https://github.com/minetest/minetest/pull/7865/commits/cc8f2ec9b56360f996b06536ff64ec27290d4ad0) for wrong shootline distance calculation in third-person rear view (almost same as #8261).

@ronoaldo, thank you for your willingness in testing this PR. I am sorry for being late in replying. I have rebased this PR to `minetest/master` and tested it locally. Here...

I am sorry for my late response. I have rebased and squashed this PR. Here are the APKs for testing: - (arm64-v8a) https://drive.google.com/file/d/1QdT4XiJOlFU5TMmRC_74rGWKrdaZA-0-/view - (armeabi-v7a) https://drive.google.com/file/d/1j_u_xgXUcxbMkGcB5nq9sMRW2hZ4A7kk/view Those APKs were compiled...

Thank you for the fix, @rollerozxa. I have cherry-picked it and rebased this PR.

I changed some things from the reviews: - The crosshair calculation (in determining enable/disable) is moved into `game.cpp`. - The setting `use_crosshair` is now `touch_use_crosshair`. - The "touch target" is...