ROllerozxa

Results 39 issues of ROllerozxa

As dynamic shadows will not be functional on OGLES2 for 5.6.0, the relevant dropdown should be hidden in the settings to prevent someone accidentally enabling it. ## To do This...

Bugfix
@ Mainmenu
@ Client rendering engine

##### Minetest version ``` stable 5.5.1 and 5.6.0-dev (compiled 2022-05-24) ``` ##### OS / Hardware Device: Nokia 5.4 Operating system: Android 11 CPU: Snapdragon 662 GPU model: Adreno 610 #####...

Bug
Android
@ Client rendering engine

## Problem Currently the tonemapping setting is not controllable by a game, and if enabling or disabling tonemapping ruins the artstyle of a game it is up to the player...

@ Script API
@ Client / Audiovisuals
Feature request
Shaders

Closes #13927. This PR makes it possible to put all media in their respective folder in the game root. The motivation for doing so can be seen in the issue...

@ Startup / Config / Util
Low priority
Feature
Roadmap: Needs approval

This PR removes the default gradient on buttons: ![image](https://github.com/minetest/minetest/assets/60856959/b1bb0ba3-54ea-4e5e-a0dc-bb66a64935f6) ## To do This PR is Ready for Review. ## How to test Look.

@ Client / Audiovisuals
Roadmap
One approval
Action / change needed
Formspec
UI/UX

### Problem Currently it is possible to put media (though expected to be textures) into `textures/` in the game root which will be loaded. However there is no support for...

@ Startup / Config / Util
Feature request
Low priority

Rather than just providing a link to the ARM 32-bit APK like that is all that's available.

enhancement

This PR replaces `${SDL2_LIBRARIES}` with just `SDL2::SDL2`, so that it doesn't link against SDL2main. When building Minetest on Windows (MSYS2) it fails during linking the executable with the following message:...

Opening an issue for this since it's been brought up multiple times on Discord/IRC but I believe nobody has opened an issue for it yet. On ARM-based Macs there appears...

@ Script API
macOS
Performance

### Summary Say you have some code like this: ```lua minetest.chat_send_all(S"Hello") ``` Omitting the brackets when there is only a single string argument is valid in Lua and is used...

@ Startup / Config / Util
Feature request
Supported by core dev