Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Translated using Weblate (Portuguese (Brazil)) | Ronoaldo Pereira | 2021-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) | Wuzzy | 2021-02-23 | |
| | | | | Currently translated at 100.0% (1353 of 1353 strings) | |||
* | Translated using Weblate (Finnish) | Tviljan | 2021-02-23 | |
| | | | | Currently translated at 0.5% (8 of 1353 strings) | |||
* | Translated using Weblate (Basque) | aitzol berasategi | 2021-02-23 | |
| | | | | Currently translated at 21.2% (288 of 1353 strings) | |||
* | Translated using Weblate (Malay) | Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi | 2021-02-23 | |
| | | | | Currently translated at 100.0% (1353 of 1353 strings) | |||
* | Translated using Weblate (Dutch) | eol | 2021-02-23 | |
| | | | | Currently translated at 100.0% (1353 of 1353 strings) | |||
* | Translated using Weblate (Japanese) | BreadW | 2021-02-23 | |
| | | | | Currently translated at 100.0% (1353 of 1353 strings) | |||
* | Translated using Weblate (French) | cafou | 2021-02-23 | |
| | | | | Currently translated at 96.7% (1309 of 1353 strings) | |||
* | Translated using Weblate (Spanish) | apo | 2021-02-23 | |
| | | | | Currently translated at 73.6% (996 of 1353 strings) | |||
* | Translated using Weblate (German) | sfan5 | 2021-02-23 | |
| | | | | Currently translated at 99.6% (1348 of 1353 strings) | |||
* | Translated using Weblate (German) | Bernd Ritter | 2021-02-23 | |
| | | | | Currently translated at 99.6% (1348 of 1353 strings) | |||
* | Minimap: Fix default label translations | SmallJoker | 2021-02-22 | |
| | ||||
* | Fix wrong reported item counts for inventory actions using Shift-Move (#10930) | Lars Müller | 2021-02-21 | |
| | ||||
* | Fail gracefully if main_menu_script has bad value (#10938) | Wuzzy | 2021-02-19 | |
| | | | | Builtin: Move :close() before dofile | |||
* | Fix world-aligned node rendering at bottom (#10742) | Wuzzy | 2021-02-19 | |
| | ||||
* | Replace deprecated call to add_player_velocity in builtin (#10968) | Elias Fleckenstein | 2021-02-18 | |
| | ||||
* | Add nametag background setting and object property (#10937) | rubenwardy | 2021-02-17 | |
| | ||||
* | Fix short_description fallback order (#10943) | rubenwardy | 2021-02-17 | |
| | ||||
* | Server-side authority for attached players (#10952) | SmallJoker | 2021-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 enabled | sfan5 | 2021-02-14 | |
| | | | | closes #10949 | |||
* | Send attachments instantly before set_pos (#10235) | SmallJoker | 2021-02-12 | |
| | ||||
* | Replace 'minetest.' with 'core.' in builtin | rubenwardy | 2021-02-11 | |
| | ||||
* | Update URLs to HTTPS (#10923) | TotalCaesar659 | 2021-02-10 | |
| | ||||
* | Fix crash in tab_online when cURL is disabled | rubenwardy | 2021-02-09 | |
| | ||||
* | Pause menu: Fix segfault on u/down key input | Jean-Patrick Guerrero | 2021-02-08 | |
| | ||||
* | Fix animation_image support in scroll containers | Jean-Patrick Guerrero | 2021-02-08 | |
| | ||||
* | Reduce empty translation error to infostream | rubenwardy | 2021-02-07 | |
| | | | | Fixes #10905 | |||
* | Use consistent temp folder path (#10892) | rubenwardy | 2021-02-07 | |
| | ||||
* | Rewrite touch event conversion (#10636) | Vitaliy | 2021-02-07 | |
| | ||||
* | Fall back to default when rendering mode (3d_mode) is set invalid (#10922) | Muhammad Rifqi Priyo Susanto | 2021-02-06 | |
| | ||||
* | Reduce ore noise_parms error to deprecation warning (#10921) | rubenwardy | 2021-02-06 | |
| | | | | Fixes #10914 | |||
* | Fix double free caused by CGUITTFont code | sfan5 | 2021-02-06 | |
| | | | | | This partially reverts commit 2072afb72b4b3e9c5dcbcec71d824aeae1b35d19. fixes #10920 | |||
* | Server: properly delete ServerMap on interrupted startups | SmallJoker | 2021-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) | Wuzzy | 2021-02-04 | |
| | ||||
* | Fix documentation of formspec sound style (#10913) | Wuzzy | 2021-02-04 | |
| | ||||
* | Fix memory leak detected by address sanitizer (#10896) | k.h.lai | 2021-02-02 | |
| | ||||
* | Fix list spacing and size (again) (#10869) | Vincent Robinson | 2021-02-02 | |
| | ||||
* | Handle UTF-16 correctly in Wireshark dissector | sfan5 | 2021-02-02 | |
| | ||||
* | Encode high codepoints as surrogates to safely transport wchar_t over network | sfan5 | 2021-02-02 | |
| | | | | fixes #7643 | |||
* | Drop wide/narrow conversion functions | sfan5 | 2021-02-02 | |
| | | | | | | | | | The only valid usecase for these is interfacing with OS APIs that want a locale/OS-specific multibyte encoding. But they weren't used for that anywhere, instead UTF-8 is pretty much assumed when it comes to that. Since these are only a potential source of bugs and do not fulfil their purpose at all, drop them entirely. | |||
* | Refactor utf8_to_wide/wide_to_utf8 functions | sfan5 | 2021-02-02 | |
| | ||||
* | Server GotBlocks(): Lock clients to avoid multithreading issues | SmallJoker | 2021-02-02 | |
| | ||||
* | Revise dynamic_add_media API to better accomodate future changes | sfan5 | 2021-02-01 | |
| | ||||
* | Preserve immortal group for players when damage is disabled | sfan5 | 2021-01-31 | |
| | ||||
* | Readd Client::sendPlayerPos optimization (was part of 81c7f0a) | sfan5 | 2021-01-31 | |
| | | | | This reverts commit b49dfa92ce3ef37b1b73698906c64191fb47e226. | |||
* | Cache client IP in RemoteClient so it can always be retrieved (#10887) | sfan5 | 2021-01-31 | |
| | | | specifically: after the peer has already disappeared | |||
* | Fix minetest.dig_node returning true when node isn't diggable (#10890) | rubenwardy | 2021-01-31 | |
| | ||||
* | Update translation files | updatepo.sh | 2021-01-30 | |
| | ||||
* | Update minetest.conf.example and dummy translation file | updatepo.sh | 2021-01-30 | |
| |