SmallJoker
SmallJoker
Discussed again in https://irc.minetest.net/minetest-dev/2024-07-21#i_6186603 @appgurueu / @sfence: sfan5 and I do not know of the situation with sound related issues. Is there currently a regression in 5.9.0-dev that needs a...
The hotbar is now slightly lower. The camera moved a little bit but I aligned the two images to the bottom window border. This cuts off the default Minetest Game...
> The obvious fix is to add a list of the more common params available to `minetest.get_mapgen_setting` Would you like to open a PR to address this issue directly? I...
I also noticed that upon joining the test world the first time after starting the client, the following message appears: ``` GenericCAO::addToScene(): Model gltf_snow_man.gltf is missing 2 more texture(s), this...
``` 2024-03-11 19:18:05: WARNING[OpenALSoundManager]: Audio: Error decoding mcl_sounds_place_node_water.ogg 2024-03-11 19:18:05: WARNING[OpenALSoundManager]: SoundDataOpenBuffer: Failed to load sound "mcl_sounds_place_node_water.ogg" ``` ```sh games/mineclonia$ find . -type f -name "mcl_sounds_place_node_water.*" ./mods/CORE/mcl_sounds/sounds/mcl_sounds_place_node_water.ogg ``` `mcl_sounds` is...
Code in question: (true = EXIT_SUCCESS, false = EXIT_FAILURE) https://github.com/minetest/minetest/blob/6952bab51993df33c59b0987799d19590f9ba854/src/main.cpp#L1051 There are no differences between Release vs Debug builds. **Without `--debugger`** Intentional shutdowns exit with status 0, errors with status...
I do not think that the use-case of `strip_color_codes` applies in this case. Command blocks are only triggered when there are people nearby, hence does not qualify as a regular...
Well ... that sucks
@sonicSMASH There a few nodes that still have the `not_blocking_trains = 1` group removed. Is that intentional or did you forget to undo those changes?
I can test this issue but I'd like to know which progress bars I should have a look at. Should the startup one be affected? AFAIK that's the only progress...