Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-10 | Add `progress_bar.png` and `progress_bar_bg.png` to LICENSE file | David Leal | |
2023-04-09 | Do not call updateDrawList, updateDrawListShadow, and touchMapBlocks in the ↵ | Lars | |
same frame | |||
2023-04-09 | Add a default direction light for shadows | Lars | |
2023-04-08 | Drop ENABLE_GLES option | sfan5 | |
ENABLE_GLES predates forking Irrlicht. Its primary use was to distinguish Irrlicht-ogles from upstream version as Minetest could be compiled with either. That's not necessary anymore and gets in the way sometimes. | |||
2023-04-08 | Move video_driver default selection to runtime | sfan5 | |
2023-04-08 | Get rid of wgettext | Desour | |
2023-04-08 | Remove fast faces (#13216) | Vitaliy | |
Co-authored-by: Lars <larsh@apache.org> | |||
2023-04-08 | Continue with 5.8.0-dev | sfan5 | |
2023-04-08 | Bump version to 5.7.0 | sfan5 | |
2023-04-08 | Translated using Weblate (Russian) | Артём Котлубай | |
Currently translated at 99.1% (1343 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (Ukrainian) | Денис Савченко | |
Currently translated at 54.8% (743 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (Russian) | Timofey Bezruchenko | |
Currently translated at 99.1% (1343 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (French) | waxtatect | |
Currently translated at 100.0% (1355 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (Welsh) | dreigiau | |
Currently translated at 17.4% (237 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (Occitan) | Walter Bulbazor | |
Currently translated at 23.6% (320 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (Bulgarian) | 109247019824 | |
Currently translated at 33.1% (449 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (Slovak) | Marian | |
Currently translated at 99.3% (1346 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (Russian) | Артём Котлубай | |
Currently translated at 99.0% (1342 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (French) | Julien Maulny | |
Currently translated at 100.0% (1355 of 1355 strings) | |||
2023-04-08 | Added translation using Weblate (Welsh) | dreigiau | |
2023-04-08 | Translated using Weblate (Russian) | Rodion Borisov | |
Currently translated at 98.9% (1341 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (Spanish) | waxtatect | |
Currently translated at 88.4% (1199 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (Italian) | Giov4 | |
Currently translated at 96.1% (1303 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (German) | Wuzzy | |
Currently translated at 100.0% (1355 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (Czech) | grreby | |
Currently translated at 68.1% (924 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (Malay (Jawi)) | Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi | |
Currently translated at 58.2% (789 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (Malay) | Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi | |
Currently translated at 100.0% (1355 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (Japanese) | BreadW | |
Currently translated at 100.0% (1355 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (Indonesian) | Muhammad Rifqi Priyo Susanto | |
Currently translated at 100.0% (1355 of 1355 strings) | |||
2023-04-08 | Translated using Weblate (French) | waxtatect | |
Currently translated at 100.0% (1355 of 1355 strings) | |||
2023-04-08 | Disable ubuntu-18.04 CI workflows | sfan5 | |
the base image has been removed by Github, we can see how to fix these later | |||
2023-04-08 | Particle spawner: Fix missing parameters | SmallJoker | |
The changes done to clientpackethandler.cpp and server.cpp move the compatibility code into a protocol version check so that older code parts can easily be removed in the future (e.g. bump of minimal version). | |||
2023-04-08 | Particle spawner: Move definitions to source | SmallJoker | |
Long functions were moved to the source file to keep the header short to speed up compiling. This has no functional change. | |||
2023-04-07 | Lua API: Catch serialization error for chat messages (#13337) | SmallJoker | |
Prevents server errors caused by too long chat messages from the Lua API. | |||
2023-04-07 | Limit formspec fields to 640K (#13380) | SmallJoker | |
Fixes an issue where long inputs could cause issues when dealing with formspecs. The expected data is usually below 1 KiB, however that's not a technical limit. | |||
2023-04-03 | Take mesh-bounding-sphere into account in updateDrawListShadow | Lars | |
2023-04-03 | Revert "Add mesh-holding blocks to shadow drawlist. (#13203)" | Lars | |
This reverts commit 2a8becd650a8adaa86fd7f76122ea75f11f49dad. | |||
2023-04-02 | Revert "Enable connected glass by default (#13242)" | SmallJoker | |
This reverts commit a93f3542d92e87c3d728f067358e6f42b31cfe96 for the upcoming 5.7.0 release. See https://github.com/minetest/minetest/issues/8290 for a detailed discussion. | |||
2023-04-01 | Corrections to loops and BFS cullers (#13375) | x2048 | |
* Reset usage timers in loops culler * Correctly touch map blocks when using bfs culler * Align use of variables * Report statistics when using loop culler | |||
2023-04-01 | Do not rely on ZSTD_CLEVEL_DEFAULT define | sfan5 | |
2023-03-30 | Restart map-send cycle if visible blocks are soon to be unloaded. (#13277) | lhofhansl | |
* Restart map-send cycle if visible blocks are soon to be unloaded. * Reset completion timer when camera or position changed. Co-authored-by: sfan5 <sfan5@live.de> | |||
2023-03-30 | Return 'loops' occlusion culler under a setting (#13352) | x2048 | |
* Add occlusion_culler setting to minetest.conf.example * Add raytraced occlusion culling to 'loops' algorithm --------- Co-authored-by: sfan5 <sfan5@live.de> | |||
2023-03-29 | Bump protocol version | sfan5 | |
and correct documentation of previous version | |||
2023-03-29 | Update credits tab and mailmap | sfan5 | |
2023-03-27 | Always build locale files in CMAKE_SOURCE_DIR if building RUN_IN_PLACE (#13272) | DS | |
2023-03-27 | Fix core.item_eat for same-item replace_with_item and split stacks before ↵ | DS | |
dropping (#13286) The replace_with_item can be added to the slot of the wield item, which is afterwards overwritten. This causes item loss. | |||
2023-03-27 | Fix safeLoadFile() skipping 2 chars too much from the shebang (#13310) | DS | |
2023-03-24 | Add Indonesian translation of builtin | Muhammad Rifqi Priyo Susanto | |
2023-03-24 | Add Malay translation of builtin | Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi (MNH48) | |
2023-03-24 | Safely handle block deletion (#13315) | DS | |
Co-authored-by: Jude Melton-Houghton <jwmhjwmh@gmail.com> |