sfan5

Results 694 comments of sfan5

Isn't the touchtarget setting supposed to enable/disable the crosshair? What happens if you use `touchtarget = false` and `use_crosshair = false`?

It still needs a rebase. If you are interest you can consider adopting the PR.

If I check the shader checkbox this happens and the mainmenu never works afterwards: ``` 2022-08-03 21:27:14: ERROR[Main]: Main menu error: Runtime error from mod '' in callback handleMainMenuButtons(): minetest/bin/../builtin/mainmenu/tab_settings.lua:232:...

You're also setting the boolean everytime the formspec is generated, that seems suboptimal.

If at all that's the job of C++ imo. Edit: another one ` In #12637 Greyed out "Dynamic shadows" will pop up if shaders are disabled and disappear if they...

The default video driver on Android is OpenGL ES 1.0, which does not support shaders. You can use them with ogles2, enable it by editing `video_driver` in advanced settings.

FYI Minetest has never stored plaintext passwords on the server and since 0.4.13 uses [SRP](https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol), which provides all relevant security guarantees.

Given I rewrote the table so we can have colors now maybe a a special text color works to highlight triagers? quick example: ![grafik](https://user-images.githubusercontent.com/1042418/181621099-b981f29f-1aff-40e4-a7b1-f41bcf3d76fc.png)

Root cause: #9326 not sure if this should be considered duplicate

Should probably raise a warning + stack trace instead.