| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
objects getting hidden from client) and fix the original problem correctly. This fixes the second distinct object duplication bug.
|
|
|
|
| |
ResultQueue if requesting thread timed out before
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix screwed-up indentation
|
|
|
|
| |
This reverts commit 3985c01ad71159b888677d0fe2019d7a05debeed.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
name if decolist is used
Fix warning message for spawnby nodes
Prevent type-punning warning caused by casting enum to int
|
|
|
|
| |
The real problem was that MapBlocks were not activated before getting sent to the client
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
detailed floatlands.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
A mapgen fix authored by paramat, as mentioned here: https://github.com/minetest/minetest/issues/989
|
| |
|
|
|
|
| |
Net struct init
|
| |
|
| |
|
| |
|
|
|
|
| |
texture->getOriginalSize() was meant
|
| |
|
| |
|
|
|
|
| |
"true"
|
| |
|
|
|
|
|
|
| |
* Prevent graphical glitches on old servers
* Fix flowing of liquids with viscosity != 1 and range != 8
* Fix range = 0, no flowing nodes will appear
|
| |
|
|
|
|
|
|
| |
old_craft_grid, craft_inv) and
minetest.register_craft_predict(itemstack, player, old_craft_grid,
craft_inv)
|
|
|
|
| |
As agreed to by kahrl
|
| |
|
| |
|
|
|
|
| |
'torchlike' like used for drawtype 'plantlike'
|
| |
|
| |
|