| Age | Commit message (Collapse) | Author |
|
Currently translated at 99.1% (1343 of 1355 strings)
|
|
Currently translated at 54.8% (743 of 1355 strings)
|
|
Currently translated at 99.1% (1343 of 1355 strings)
|
|
Currently translated at 100.0% (1355 of 1355 strings)
|
|
Currently translated at 17.4% (237 of 1355 strings)
|
|
Currently translated at 23.6% (320 of 1355 strings)
|
|
Currently translated at 33.1% (449 of 1355 strings)
|
|
Currently translated at 99.3% (1346 of 1355 strings)
|
|
Currently translated at 99.0% (1342 of 1355 strings)
|
|
Currently translated at 100.0% (1355 of 1355 strings)
|
|
|
|
Currently translated at 98.9% (1341 of 1355 strings)
|
|
Currently translated at 88.4% (1199 of 1355 strings)
|
|
Currently translated at 96.1% (1303 of 1355 strings)
|
|
Currently translated at 100.0% (1355 of 1355 strings)
|
|
Currently translated at 68.1% (924 of 1355 strings)
|
|
Currently translated at 58.2% (789 of 1355 strings)
|
|
Currently translated at 100.0% (1355 of 1355 strings)
|
|
Currently translated at 100.0% (1355 of 1355 strings)
|
|
Currently translated at 100.0% (1355 of 1355 strings)
|
|
Currently translated at 100.0% (1355 of 1355 strings)
|
|
the base image has been removed by Github, we can see how to fix these later
|
|
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).
|
|
Long functions were moved to the source file to keep the header
short to speed up compiling. This has no functional change.
|
|
Prevents server errors caused by too long chat messages from the Lua API.
|
|
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.
|
|
|
|
This reverts commit 2a8becd650a8adaa86fd7f76122ea75f11f49dad.
|
|
This reverts commit a93f3542d92e87c3d728f067358e6f42b31cfe96 for
the upcoming 5.7.0 release.
See https://github.com/minetest/minetest/issues/8290 for a detailed discussion.
|
|
* Reset usage timers in loops culler
* Correctly touch map blocks when using bfs culler
* Align use of variables
* Report statistics when using loop culler
|
|
|
|
* 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>
|
|
* Add occlusion_culler setting to minetest.conf.example
* Add raytraced occlusion culling to 'loops' algorithm
---------
Co-authored-by: sfan5 <sfan5@live.de>
|
|
and correct documentation of previous version
|
|
|
|
|
|
dropping (#13286)
The replace_with_item can be added to the slot of the wield item, which
is afterwards overwritten. This causes item loss.
|
|
|
|
|
|
|
|
Co-authored-by: Jude Melton-Houghton <jwmhjwmh@gmail.com>
|
|
Used as a default value when the game does not change the value via API (e.g. legacy server)
|
|
|
|
|
|
The text was not clear enough on what these do exactly. It was written in a way that sounded like this allows you to capture ALL inventory changes of the player inventory. However, this is not true: It only captures inventory changes within the player inventory or when the item was exchanged with another inventory.
|
|
This fixes several smaller documentation issues at once because posting one PR for every tiny documentation fix is a nightmare.
|
|
|
|
Also removes duplicate call to shadow render step
|
|
|
|
Pressing "Register" when the port field was empty led to an assertion error inside `create_register_dialog`, it was simply checking the port was a number.
|