1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00
Commit graph

12874 commits

Author SHA1 Message Date
Lars Mueller
26aab6ecf2 Fix flakey matrix rotation unit test for now 2025-07-30 23:43:10 +02:00
Abdurahman Elmawi
d949f5ffcb
Fix WM grouping confusion on Linux (#16287)
This fixes an issue on some desktops that causes the application window to get improperly grouped & iconified.
2025-07-30 23:42:34 +02:00
sfan5
9ff38bdf7f Sky: Get custom sun and moon tinting to work again
This fixes a regression introduced by commit 58ccf0b.
2025-07-29 20:36:23 +02:00
sfan5
d679261488 Rewrite broken logic in blit_with_alpha2 2025-07-28 11:16:07 +02:00
grorp
7345b54f18 Android: Workaround for partially broken inputs 2025-07-28 11:14:37 +02:00
SmallJoker
0deee5eaf0 Bump network/formspec versions for 5.13.0 2025-07-27 09:00:20 +02:00
sfan5
d8640759d6 Extend error case tests 2025-07-25 12:08:32 +02:00
Zughy
535db2be76
Make max_formspec_size docs clearer 2025-07-22 16:40:07 +02:00
SmallJoker
d60f909566
ParticleSpawner: Fix crash caused by empty texture
no_texture.png is now used as a fallback (if available), like already seen with registered items with empty 'inventory_image'.
2025-07-22 16:39:51 +02:00
goodusername123
c9230c5c09
Improve interop with LuaJIT: Disable 5.0 compatibility defines in Lua config 2025-07-22 16:39:34 +02:00
Lars Müller
643d1cbd8d
Docs: Remove outdated glTF status notice
glTF now both unlocks (minor) new features, e.g. constant interpolation, and supports animation.
2025-07-19 21:31:45 +02:00
sfan5
251488b3aa Enforce explicit size limit for media files 2025-07-16 11:42:54 +02:00
sfan5
3cb8ce69d2 Minor cleanups and logging changes 2025-07-16 11:42:54 +02:00
sfan5
77dd86a79c Do not mark system-wide content as updateable
relates to #16302
2025-07-16 11:42:54 +02:00
sfan5
0eabc252b8 Relax path_user sandbox access in mainmenu
fixes #16302
2025-07-16 11:42:54 +02:00
sfan5
e8e5ef0369 Deleted unused parts of blitter 2025-07-16 11:42:21 +02:00
sfan5
158bfa6442 Replace copyToWithAlpha with more appropriate functions
fixes #16316
2025-07-16 11:42:21 +02:00
Lars Müller
23bf50a07c
Document & extend testing for rotation conventions (#16200)
* Document Luanti rotation conventions
* Add test for setPitchYawRollRad (entity) rotation conventions
* Test and document that `vector.rotate` uses (extrinsic) Z-X-Y rotation order
2025-07-13 17:11:12 +02:00
updatepo.sh
33940021a1 Run updatepo.sh 2025-07-12 13:42:18 +02:00
SmallJoker
3dd99e1492 updatepo: Drop strings that are obsolete for >1 script run
This automatically removes old (and unused) translation strings such
that the amount of garbage is kept in bounds.
2025-07-12 13:42:18 +02:00
updatepo.sh
15f41eb82e Update minetest.conf.example and translation file 2025-07-12 13:42:18 +02:00
SmallJoker
ef7f1ac28f Settingtypes: Add comments and deduplicate translation strings 2025-07-12 13:42:18 +02:00
Саша Петровић
e1b057ca56 Translated using Weblate (Serbian)
Currently translated at 62.9% (964 of 1531 strings)
2025-07-12 13:42:18 +02:00
GiorgeGi GiorgeGi
717e686ac3 Translated using Weblate (Greek)
Currently translated at 27.8% (427 of 1531 strings)
2025-07-12 13:42:18 +02:00
109247019824
adf6fe95e7 Translated using Weblate (Bulgarian)
Currently translated at 56.4% (864 of 1531 strings)
2025-07-12 13:42:18 +02:00
Hezem \"Human
751bfad09d Translated using Weblate (Kazakh)
Currently translated at 4.3% (67 of 1531 strings)
2025-07-12 13:42:18 +02:00
FedonT
22c3c04f24 Translated using Weblate (Greek)
Currently translated at 22.0% (338 of 1531 strings)
2025-07-12 13:42:18 +02:00
BlackImpostor
84b13998e6 Translated using Weblate (Russian)
Currently translated at 100.0% (1531 of 1531 strings)
2025-07-12 13:42:18 +02:00
nauta-turbidus
b8f870f0e2 Translated using Weblate (Polish)
Currently translated at 86.1% (1319 of 1531 strings)
2025-07-12 13:42:18 +02:00
Lars Mueller
37f922b500 Improve some deprecation warnings 2025-07-12 13:23:49 +02:00
Lars Mueller
8e03e94ea9 Improve script_log_add_source: Log full path for files 2025-07-12 13:23:49 +02:00
Lucas OH
ce2380b58e
Include header files in CMake sources (#16297) 2025-07-12 13:23:35 +02:00
Lucas OH
f71e1447c9
Fix downward shadows at time 12000 (#16326) 2025-07-12 13:23:17 +02:00
sfence
4f42b4308c
Add persistent unique identifiers for objects (#14135) 2025-07-09 10:40:26 +02:00
et
e0f8243629
Clarify some documentation (#16301) 2025-07-09 10:36:02 +02:00
Lars Müller
61551cfc3a
Remove irr namespace (#16309) 2025-07-09 10:35:52 +02:00
SmallJoker
7e22c72492
minetest.conf.example: Document short setting name as fallback (#16313) 2025-07-09 10:35:41 +02:00
Lucas OH
51a453ca7b
Formspec: Fix newline conversion on Windows (#16311)
Strings with CR+LF (\r+\n) were wrongly fixed into \r, which is enough to display them correctly, but the missing \n became important once the text was saved/reloaded.

By removing the \r instead of the \n, then the text is displayed correctly and saved correctly.
2025-07-06 22:10:51 +02:00
GiorgeGi GiorgeGi
2a8ee686d9 Translated using Weblate (Greek)
Currently translated at 21.6% (332 of 1531 strings)
2025-07-04 23:53:41 +02:00
Tanavit MINETEST
af4c182286 Translated using Weblate (French)
Currently translated at 100.0% (1531 of 1531 strings)
2025-07-04 23:53:41 +02:00
Тарас Арт
f93d076fa2 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (1531 of 1531 strings)
2025-07-04 23:53:41 +02:00
Kisbenedek Márton
d945792053 Translated using Weblate (Hungarian)
Currently translated at 98.3% (1505 of 1531 strings)
2025-07-04 23:53:41 +02:00
Santi cluke
dbb96b71a2 Translated using Weblate (Spanish)
Currently translated at 89.8% (1376 of 1531 strings)
2025-07-04 23:53:40 +02:00
Curt Jared Orbita
d4491d5f2f Translated using Weblate (Filipino)
Currently translated at 35.2% (540 of 1531 strings)
2025-07-04 23:53:40 +02:00
தமிழ்நேரம்
a41a24dc6c Translated using Weblate (Tamil)
Currently translated at 100.0% (1531 of 1531 strings)
2025-07-04 23:53:40 +02:00
ShiloMazuz
a51b518648 Translated using Weblate (Hebrew)
Currently translated at 30.1% (462 of 1531 strings)
2025-07-04 23:53:40 +02:00
Саша Петровић
94c9636d7c Translated using Weblate (Serbian (Cyrillic script))
Currently translated at 21.9% (336 of 1531 strings)
2025-07-04 23:53:40 +02:00
ButterflyOfFire
47c0be86be Translated using Weblate (Kabyle)
Currently translated at 1.8% (29 of 1531 strings)
2025-07-04 23:53:40 +02:00
ButterflyOfFire
4bfbfccbe0 Added translation using Weblate (Kabyle) 2025-07-04 23:53:40 +02:00
Yof
d1d33ae4bc Translated using Weblate (Ukrainian)
Currently translated at 90.4% (1385 of 1531 strings)
2025-07-04 23:53:40 +02:00