Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-06-28 | Delete android | Runxi Yu | 49 | -9663/+0 | |
2024-06-28 | Hax's version of Minetest Server 5.6.0 | Test_User | 40 | -242/+489 | |
2022-08-04 | Bump version to 5.6.0 | sfan5 | 3 | -5/+5 | |
2022-08-04 | Bump protocol version | sfan5 | 1 | -2/+3 | |
Better late than never. | |||||
2022-08-04 | Disable dynamic shadow dropdown on OGLES2 (#12637) | ROllerozxa | 2 | -3/+18 | |
Co-authored-by: sfan5 <sfan5@live.de> | |||||
2022-08-04 | Improve look of credits list | sfan5 | 2 | -25/+61 | |
2022-08-04 | Update credits tab | sfan5 | 2 | -27/+33 | |
2022-08-02 | Explicitly initialize value of particle parameter. Fixes #12621. | x2048 | 1 | -1/+1 | |
2022-08-02 | Run Minetest update checker on startup (#7629) | SmallJoker | 15 | -3/+210 | |
This feature is enabled by default for non-Android release builds. Package maintainers may use -DENABLE_UPDATE_CHECKER=0 to disable it. Co-authored-by: rubenwardy <rw@rubenwardy.com> Co-authored-by: sfan5 <sfan5@live.de> | |||||
2022-08-02 | Switch MeshUpdateQueue to better data structure | sfan5 | 2 | -8/+8 | |
2022-08-02 | Ratelimit MeshUpdateQueue::cleanupCache() runs | sfan5 | 2 | -1/+12 | |
2022-08-02 | Add `minetest.settings` to CSM API and allow CSMs to provide ↵ | AFCMS | 9 | -0/+61 | |
`settingtypes.txt` (#12131) Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com> | |||||
2022-07-31 | Use legacy image implementation (no NNAA filter) when not using 9-slice ↵ | x2048 | 1 | -6/+21 | |
image (#12608) | |||||
2022-07-31 | Fix some issues in German translation | sfan5 | 1 | -7/+7 | |
2022-07-31 | Translated using Weblate (Ukrainian) | Fixer | 1 | -80/+44 | |
Currently translated at 57.3% (839 of 1462 strings) | |||||
2022-07-31 | Translated using Weblate (Japanese) | BreadW | 1 | -260/+211 | |
Currently translated at 100.0% (1462 of 1462 strings) | |||||
2022-07-31 | Translated using Weblate (Czech) | Fjuro | 1 | -5/+4 | |
Currently translated at 68.6% (1004 of 1462 strings) | |||||
2022-07-31 | Translated using Weblate (Vietnamese) | Hùng Nguyễn | 1 | -396/+433 | |
Currently translated at 41.4% (606 of 1462 strings) | |||||
2022-07-31 | Translated using Weblate (Portuguese) | Fábio Rodrigues Ribeiro | 1 | -236/+205 | |
Currently translated at 92.6% (1354 of 1462 strings) | |||||
2022-07-31 | Translated using Weblate (Occitan) | Walter Bulbazor | 1 | -165/+180 | |
Currently translated at 5.6% (82 of 1462 strings) | |||||
2022-07-31 | Translated using Weblate (Slovak) | Marian | 1 | -153/+116 | |
Currently translated at 100.0% (1462 of 1462 strings) | |||||
2022-07-31 | Translated using Weblate (Swedish) | ROllerozxa | 1 | -100/+71 | |
Currently translated at 61.1% (894 of 1462 strings) | |||||
2022-07-31 | Translated using Weblate (Malay) | Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi | 1 | -157/+127 | |
Currently translated at 100.0% (1462 of 1462 strings) | |||||
2022-07-31 | Translated using Weblate (Spanish) | Valentino | 1 | -2/+3 | |
Currently translated at 83.0% (1214 of 1462 strings) | |||||
2022-07-31 | Translated using Weblate (Spanish) | waxtatect | 1 | -18/+12 | |
Currently translated at 83.0% (1214 of 1462 strings) | |||||
2022-07-31 | Translated using Weblate (German) | Wuzzy | 1 | -161/+126 | |
Currently translated at 100.0% (1462 of 1462 strings) | |||||
2022-07-31 | Translated using Weblate (French) | waxtatect | 1 | -212/+180 | |
Currently translated at 100.0% (1462 of 1462 strings) | |||||
2022-07-31 | Fix rotation of falling facedir nodes (#12587) | Gregor Parzefall | 2 | -4/+16 | |
in some cases | |||||
2022-07-31 | Apply NetBSD string conversion workaround to OpenBSD as well (#12618) | Mantar | 1 | -3/+3 | |
2022-07-31 | Fix Android blank screen (#12604) | ROllerozxa | 1 | -0/+4 | |
Hardcode the variables to 0 on Android | |||||
2022-07-31 | HUD: Fix wrong minimum scale since 051181f | SmallJoker | 1 | -1/+1 | |
Caused by wrong interpretation of the settingtypes.txt format | |||||
2022-07-30 | Fix some warnings (#12615) | rubenwardy | 9 | -13/+13 | |
2022-07-29 | Update German builtin translation | Wuzzy | 1 | -2/+2 | |
2022-07-29 | Update builtin translation files | Wuzzy | 3 | -6/+9 | |
2022-07-29 | Fix media overriding regression (#12602) | Lars Müller | 2 | -1/+13 | |
2022-07-29 | Allow direction keys with autoforward again | sfan5 | 1 | -2/+4 | |
This was unintentionally removed in commit 1d69a23. fixes #12048 | |||||
2022-07-29 | Fix lua_api typo: animated_images | Wuzzy | 1 | -1/+1 | |
2022-07-23 | Check minimum Irrlicht version before build | sfan5 | 1 | -1/+13 | |
2022-07-23 | Centralize IrrlichtMt version used for builds | sfan5 | 7 | -17/+14 | |
maybe a submodule would have really been easier... | |||||
2022-07-23 | Bump IrrlichtMt | sfan5 | 7 | -10/+10 | |
2022-07-23 | Let core.get_mod_storage be called multiple times (#12572) | Jude Melton-Houghton | 4 | -6/+23 | |
2022-07-22 | Util: Use quotation marks for safe path handling | SmallJoker | 2 | -18/+18 | |
2022-07-22 | Mainmenu: Escape server_favorite_delete path | SmallJoker | 1 | -2/+2 | |
No similar issues were found inside this file. | |||||
2022-07-22 | Use newer NDK r23c for android build | sfan5 | 1 | -1/+1 | |
2022-07-20 | Update translation files | updatepo.sh | 59 | -12484/+28826 | |
strings from #12131 and #7629 included prematurely for sake of the release | |||||
2022-07-20 | Update minetest.conf.example | updatepo.sh | 2 | -1933/+2010 | |
2022-07-20 | Translated using Weblate (Occitan) | Walter Bulbazor | 1 | -21/+26 | |
Currently translated at 1.3% (19 of 1416 strings) | |||||
2022-07-20 | Translated using Weblate (Spanish) | Valentino | 1 | -124/+264 | |
Currently translated at 88.0% (1247 of 1416 strings) |