minetest-c55:backport-5

Last commit made on 2024-03-24
Get this branch:
git clone -b backport-5 https://git.launchpad.net/minetest-c55

Branch merges

Branch information

Name:
backport-5
Repository:
lp:minetest-c55

Recent commits

123370f... by Sfan5

Sanitize lang_code and full_version received from client

fixes #14262

751fa81... by SmallJoker <email address hidden>

Client: fix possible division by zero in [crack modifier

38a3d6f... by Sfan5

Fix Lua PseudoRandom seeds being mangled

closes #14237

d5ddfa6... by SmallJoker <email address hidden>

ContentCAO: Fix threshold of alpha channel textures (#14213)

With disabled shaders, the material EMT_TRANSPARENT_ALPHA_CHANNEL uses the
parameter as an alpha threshold to decide whether to draw the texture.
Thus lowering this limit fixes the issue of vanishing textures below alpha 128.

9c08b99... by cx384 <email address hidden>

Fix dividing by zero crashes in texture modifiers

9ba8d5f... by Sfan5

Fix some console window behavior on Windows

adf8296... by Sfan5

Fix native thread handle usage on win32

701c5ed... by Sfan5

Avoid unused argument spam with MinGW-clang

1dfe954... by Sfan5

Add unittest to check thread_local destructor brokenness

ce02619... by Sfan5

Fix logic in porting::attachOrCreateConsole()

No functional change but now the comment is actually correct.