1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Update github URL references (#15705)

This commit is contained in:
sfan5 2025-01-24 16:50:39 +01:00 committed by GitHub
parent f592b57dc6
commit b5e084c9a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 66 additions and 68 deletions

View file

@ -325,7 +325,7 @@ void TestMapBlock::testLoadNonStd(IGameDef *gamedef)
* 2176 IDs (but only the first 128 could use the full range of param2), and
* finally 16-bit like today.
* The content_width field in MapBlocks was used around that time during the
* transition to 16-bit: <https://github.com/minetest/minetest/commit/ea62ee4b61371107ef3d693bda4c410ba02ca7e6>
* transition to 16-bit: <https://github.com/luanti-org/luanti/commit/ea62ee4b61371107ef3d693bda4c410ba02ca7e6>
* A content_width of 1 would normally never appear with a version > 24, but
* it is in fact perfectly possible to serialize a block in todays format with
* shortened IDs.

View file

@ -204,10 +204,10 @@ private:
which affected only 32-bit MinGW. It was caused by incorrect calling convention
and fixed in GCC in 2020.
Occurrences in Minetest:
* <https://github.com/minetest/minetest/issues/10137> (2020)
* <https://github.com/minetest/minetest/issues/12022> (2022)
* <https://github.com/minetest/minetest/issues/14140> (2023)
Occurrences in Luanti:
* <https://github.com/luanti-org/luanti/issues/10137> (2020)
* <https://github.com/luanti-org/luanti/issues/12022> (2022)
* <https://github.com/luanti-org/luanti/issues/14140> (2023)
*/
void TestThreading::testTLS()
{