Muhammad Rifqi Priyo Susanto
Muhammad Rifqi Priyo Susanto
This can be a problem for Android version as there is no way to edit `minetest.conf` directly IIRC.
I can not reproduce this issue (tested on Windows 10). I tested it using my `superflat` mod to generate a simple superflat map at `y = -30912`. Perhaps I am...
I can confirm this issue. I waited some minutes for each test. `minetest.conf`: ``` viewing_range = 500 block_send_optimize_distance = 8 max_block_send_distance = 24 max_block_generate_distance = 20 ``` Screenshots: | `y...
What will happen if you tried to press the Back button to close Minetest instead of killing it from recent application list?
Removing application from [the Recents screen](https://developer.android.com/guide/components/activities/recents?hl=en) is the same as terminating/ending the process. It skips saving configuration/settings which is called when exiting normally (closing the window or pressing Esc or...
https://github.com/minetest/minetest/assets/4017302/b89243f1-f170-4622-832e-ed3d31b9fbd2
The placing of a single item using the second-touch is already mentioned in the pause menu. The other inventory controls are new and do work like using mouse. ![Touch control...
Minetest for Android was fully paused (as in not responding) when the main game app is unfocused (see Issue #10842). After PR minetest/irrlicht#255, that is no longer the case. PR...
Ah, sorry for that. It was midnight here. 💤 By the way, since the 5.8.0 is already out, have you tested it? What changes do we want/need to have regarding...
If a formspec has a text field, the text field will be focused automatically when being shown. Did you mean to make it not focused automatically?