aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Russian)Ertu (Er2, Err)2021-02-231-9/+4
| | | | Currently translated at 99.4% (1345 of 1353 strings)
* Translated using Weblate (Italian)Jacques Lagrange2021-02-231-5/+5
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (Hungarian)Ács Zoltán2021-02-231-7/+12
| | | | Currently translated at 75.7% (1025 of 1353 strings)
* Translated using Weblate (Turkish)Adnan10912021-02-231-22/+49
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (Turkish)Oğuz Ersen2021-02-231-78/+59
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (Hebrew)Omer I.S2021-02-231-38/+32
| | | | Currently translated at 18.4% (250 of 1353 strings)
* Translated using Weblate (Hebrew)Yossi Cohen2021-02-231-94/+93
| | | | Currently translated at 13.7% (186 of 1353 strings)
* Translated using Weblate (Russian)Nikita Epifanov2021-02-231-52/+68
| | | | Currently translated at 99.0% (1340 of 1353 strings)
* Translated using Weblate (Italian)Giov42021-02-231-91/+103
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (Spanish)j45 minetest2021-02-231-5/+4
| | | | Currently translated at 74.3% (1006 of 1353 strings)
* Translated using Weblate (Indonesian)Muhammad Rifqi Priyo Susanto2021-02-231-103/+120
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (Russian)eugenefil2021-02-231-5/+5
| | | | Currently translated at 96.3% (1303 of 1353 strings)
* Translated using Weblate (Portuguese (Brazil))Ronoaldo Pereira2021-02-231-359/+410
| | | | Currently translated at 93.7% (1269 of 1353 strings)
* Translated using Weblate (Czech)Vít Skalický2021-02-231-9/+10
| | | | Currently translated at 53.5% (724 of 1353 strings)
* Translated using Weblate (German)Wuzzy2021-02-231-31/+27
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (Finnish)Tviljan2021-02-231-4/+4
| | | | Currently translated at 0.5% (8 of 1353 strings)
* Translated using Weblate (Basque)aitzol berasategi2021-02-231-45/+43
| | | | Currently translated at 21.2% (288 of 1353 strings)
* Translated using Weblate (Malay)Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi2021-02-231-96/+101
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (Dutch)eol2021-02-231-82/+93
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (Japanese)BreadW2021-02-231-104/+104
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (French)cafou2021-02-231-10/+13
| | | | Currently translated at 96.7% (1309 of 1353 strings)
* Translated using Weblate (Spanish)apo2021-02-231-52/+46
| | | | Currently translated at 73.6% (996 of 1353 strings)
* Translated using Weblate (German)sfan52021-02-231-128/+135
| | | | Currently translated at 99.6% (1348 of 1353 strings)
* Translated using Weblate (German)Bernd Ritter2021-02-231-3/+11
| | | | Currently translated at 99.6% (1348 of 1353 strings)
* Minimap: Fix default label translationsSmallJoker2021-02-221-5/+6
|
* Fix wrong reported item counts for inventory actions using Shift-Move (#10930)Lars Müller2021-02-212-6/+43
|
* Fail gracefully if main_menu_script has bad value (#10938)Wuzzy2021-02-191-2/+13
| | | | Builtin: Move :close() before dofile
* Fix world-aligned node rendering at bottom (#10742)Wuzzy2021-02-191-3/+3
|
* Replace deprecated call to add_player_velocity in builtin (#10968)Elias Fleckenstein2021-02-181-1/+1
|
* Add nametag background setting and object property (#10937)rubenwardy2021-02-1717-58/+254
|
* Fix short_description fallback order (#10943)rubenwardy2021-02-174-14/+20
|
* Server-side authority for attached players (#10952)SmallJoker2021-02-153-35/+15
| | | The server must have authority about attachments. This commit ignores any player movement packets as long they're attached.
* Fix segfault with invalid texture strings and minimap enabledsfan52021-02-141-0/+5
| | | | closes #10949
* Send attachments instantly before set_pos (#10235)SmallJoker2021-02-122-0/+6
|
* Replace 'minetest.' with 'core.' in builtinrubenwardy2021-02-117-18/+18
|
* Update URLs to HTTPS (#10923)TotalCaesar6592021-02-101-4/+4
|
* Fix crash in tab_online when cURL is disabledrubenwardy2021-02-091-0/+9
|
* Pause menu: Fix segfault on u/down key inputJean-Patrick Guerrero2021-02-081-7/+1
|
* Fix animation_image support in scroll containersJean-Patrick Guerrero2021-02-082-1/+2
|
* Reduce empty translation error to infostreamrubenwardy2021-02-071-8/+7
| | | | Fixes #10905
* Use consistent temp folder path (#10892)rubenwardy2021-02-076-33/+24
|
* Rewrite touch event conversion (#10636)Vitaliy2021-02-072-76/+104
|
* Fall back to default when rendering mode (3d_mode) is set invalid (#10922)Muhammad Rifqi Priyo Susanto2021-02-061-2/+5
|
* Reduce ore noise_parms error to deprecation warning (#10921)rubenwardy2021-02-061-4/+2
| | | | Fixes #10914
* Fix double free caused by CGUITTFont codesfan52021-02-062-5/+0
| | | | | This partially reverts commit 2072afb72b4b3e9c5dcbcec71d824aeae1b35d19. fixes #10920
* Server: properly delete ServerMap on interrupted startupsSmallJoker2021-02-053-1/+9
| | | | A static mod error (e.g. typo) would abort the initialization but never free ServerMap
* Devtest: Remove bumpmap/parallax occl. test nodes (#10902)Wuzzy2021-02-045-48/+0
|
* Fix documentation of formspec sound style (#10913)Wuzzy2021-02-041-5/+5
|
* Fix memory leak detected by address sanitizer (#10896)k.h.lai2021-02-024-3/+7
|
* Fix list spacing and size (again) (#10869)Vincent Robinson2021-02-023-28/+42
|