~minetestdevs/minetest-c55/+git/upstream_game:stable-0.4

Last commit made on 2018-05-18
Get this branch:
git clone -b stable-0.4 https://git.launchpad.net/~minetestdevs/minetest-c55/+git/upstream_game

Branch merges

Branch information

Recent commits

d6a6686... by sofar <email address hidden>

Prevent divide by zero (#2106)

This forces all explosions to damage entities within the 1 node
range. If that needs to be disabled, the damage_radius needs to
be set to 0.

6d850f2... by paramat <email address hidden>

Flower spread ABM: Optimise

Match maximum spread density to maximum mapgen density for flowers.
Place 3 flora nodes at once instead of 1.
Change ABM chance value to 300 to match previous spread rate.
ABM becomes 3 times less intensive.

2c1af08... by paramat <email address hidden>

Doors: Avoid crash on nil player in 'can dig door'

d2ae721... by Jat15 <email address hidden>

Stairs: unbind table groups (#2036)

Unbind table groups for base block, stairs, slabs.

01db55c... by paramat <email address hidden>

default:dirt_with_snow: Re-add to soil group

Previously, saplings were not growing if the dirt they are on turned to
'dirt with snow' before growth.
Also for consistency with other dirt nodes.

4ba2b51... by Ekdohibs <email address hidden>

Furnace: Fix being able to cook items without enough fuel

This was triggered when too much time had elapsed when timer was called.
Also, fix timer resolution giving free fuel time.

a5092c0... by =?utf-8?q?Diego_Mart=C3=ADnez?= <email address hidden>

creative: Add missing tooltips.

575c098... by paramat <email address hidden>

Book textures: Reset colour profiles to remove warnings

cddd59b... by paramat <email address hidden>

Book textures: Replace with more original textures

7a4b1e0... by ezhh <email address hidden>

Default: Make burntimes more rational and consistent