sfence

Results 108 comments of sfence

![screenshot_20240127_071142](https://github.com/minetest/minetest/assets/17455197/54240abf-9517-436e-94ab-52cc2b2a70db) Is it acceptable to have waving water on the roof of sunken caves also? Like here: ![screenshot_20240127_071718](https://github.com/minetest/minetest/assets/17455197/f90e5fc5-4e56-4317-a1dc-6a4d7d014b5c) It probably can not be fixed without this side effect or big...

@APercy This can be interesting for you and my rocket mod.

Works pretty well now until attachment rotation uses the roll (axis Z in vector) part of the rotation. `get_look_vertical` and `get_look_horizontal` still unchanged.

So, now the matrixes are used to calculate positions and rotation in the way, how it Is done on the client side. World relative pitch and yaw are calculated from...

@appgurueu Is it a good idea to detect the player client protocol version in `minetest.get_eye_pos` and `minetest.get_pos` and return values in the old style for players playing on old clients?

@HybridDog Thanks for the quick feedback and testing.

Again check for `clang_14` timeouts: ``` Waiting for done timed out Error: Process completed with exit code 1. ``` Can be `clang_14` timeout time changed by some change in the...

For maintenance reasons, all previous commits merged into one. Rebased. Command to test reconnect added. Reconnect not working. I will have to store the password hash in `srp.cpp` file and...

@HybridDog Can you please recheck if the password is still unreachable by looking for it in memory?

Updated **How to test** steps. Reconnect now works with this PR as well. Review points should be fixed. I hope I do not miss something.