summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Translated using Weblate (Hungarian)Ács Zoltán2021-02-23
| | | | Currently translated at 75.7% (1025 of 1353 strings)
* Translated using Weblate (Turkish)Adnan10912021-02-23
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (Turkish)Oğuz Ersen2021-02-23
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (Hebrew)Omer I.S2021-02-23
| | | | Currently translated at 18.4% (250 of 1353 strings)
* Translated using Weblate (Hebrew)Yossi Cohen2021-02-23
| | | | Currently translated at 13.7% (186 of 1353 strings)
* Translated using Weblate (Russian)Nikita Epifanov2021-02-23
| | | | Currently translated at 99.0% (1340 of 1353 strings)
* Translated using Weblate (Italian)Giov42021-02-23
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (Spanish)j45 minetest2021-02-23
| | | | Currently translated at 74.3% (1006 of 1353 strings)
* Translated using Weblate (Indonesian)Muhammad Rifqi Priyo Susanto2021-02-23
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (Russian)eugenefil2021-02-23
| | | | Currently translated at 96.3% (1303 of 1353 strings)
* Translated using Weblate (Portuguese (Brazil))Ronoaldo Pereira2021-02-23
| | | | Currently translated at 93.7% (1269 of 1353 strings)
* Translated using Weblate (Czech)Vít Skalický2021-02-23
| | | | Currently translated at 53.5% (724 of 1353 strings)
* Translated using Weblate (German)Wuzzy2021-02-23
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (Finnish)Tviljan2021-02-23
| | | | Currently translated at 0.5% (8 of 1353 strings)
* Translated using Weblate (Basque)aitzol berasategi2021-02-23
| | | | Currently translated at 21.2% (288 of 1353 strings)
* Translated using Weblate (Malay)Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi2021-02-23
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (Dutch)eol2021-02-23
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (Japanese)BreadW2021-02-23
| | | | Currently translated at 100.0% (1353 of 1353 strings)
* Translated using Weblate (French)cafou2021-02-23
| | | | Currently translated at 96.7% (1309 of 1353 strings)
* Translated using Weblate (Spanish)apo2021-02-23
| | | | Currently translated at 73.6% (996 of 1353 strings)
* Translated using Weblate (German)sfan52021-02-23
| | | | Currently translated at 99.6% (1348 of 1353 strings)
* Translated using Weblate (German)Bernd Ritter2021-02-23
| | | | Currently translated at 99.6% (1348 of 1353 strings)
* Minimap: Fix default label translationsSmallJoker2021-02-22
|
* Fix wrong reported item counts for inventory actions using Shift-Move (#10930)Lars Müller2021-02-21
|
* Fail gracefully if main_menu_script has bad value (#10938)Wuzzy2021-02-19
| | | | Builtin: Move :close() before dofile
* Fix world-aligned node rendering at bottom (#10742)Wuzzy2021-02-19
|
* Replace deprecated call to add_player_velocity in builtin (#10968)Elias Fleckenstein2021-02-18
|
* Add nametag background setting and object property (#10937)rubenwardy2021-02-17
|
* Fix short_description fallback order (#10943)rubenwardy2021-02-17
|
* Server-side authority for attached players (#10952)SmallJoker2021-02-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-14
| | | | closes #10949
* Send attachments instantly before set_pos (#10235)SmallJoker2021-02-12
|
* Replace 'minetest.' with 'core.' in builtinrubenwardy2021-02-11
|
* Update URLs to HTTPS (#10923)TotalCaesar6592021-02-10
|
* Fix crash in tab_online when cURL is disabledrubenwardy2021-02-09
|
* Pause menu: Fix segfault on u/down key inputJean-Patrick Guerrero2021-02-08
|
* Fix animation_image support in scroll containersJean-Patrick Guerrero2021-02-08
|
* Reduce empty translation error to infostreamrubenwardy2021-02-07
| | | | Fixes #10905
* Use consistent temp folder path (#10892)rubenwardy2021-02-07
|
* Rewrite touch event conversion (#10636)Vitaliy2021-02-07
|
* Fall back to default when rendering mode (3d_mode) is set invalid (#10922)Muhammad Rifqi Priyo Susanto2021-02-06
|
* Reduce ore noise_parms error to deprecation warning (#10921)rubenwardy2021-02-06
| | | | Fixes #10914
* Fix double free caused by CGUITTFont codesfan52021-02-06
| | | | | This partially reverts commit 2072afb72b4b3e9c5dcbcec71d824aeae1b35d19. fixes #10920
* Server: properly delete ServerMap on interrupted startupsSmallJoker2021-02-05
| | | | 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-04
|
* Fix documentation of formspec sound style (#10913)Wuzzy2021-02-04
|
* Fix memory leak detected by address sanitizer (#10896)k.h.lai2021-02-02
|
* Fix list spacing and size (again) (#10869)Vincent Robinson2021-02-02
|
* Handle UTF-16 correctly in Wireshark dissectorsfan52021-02-02
|
* Encode high codepoints as surrogates to safely transport wchar_t over networksfan52021-02-02
| | | | fixes #7643