Mgvalleys: Make river depth variation and humidity drop optional (#7532)
authorParamat <paramat@users.noreply.github.com>
Wed, 18 Jul 2018 02:34:05 +0000 (03:34 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Jul 2018 02:34:05 +0000 (03:34 +0100)
commitbc9bb63aed82fb98eeab641eb8515c4cc1779230
tree8f751891887ad0808be09d5c6b0e24539dbea4e1
parentade7a1cbcf7156ebddb12bd2ec2ea60818d72b19
Mgvalleys: Make river depth variation and humidity drop optional (#7532)

Add 2 new mapgen flags to make river depth variation and humidity drop
with altitude independently optional, instead of both being enabled by
the 'humid rivers' flag.

Simplify and clarify related code by removing a low priority
optimisation regarding 't_heat'.
Remove unnecessary optimisation bools and use spflags directly instead.
Improve and fix documentation in settingtypes.txt.
A few minor code cleanups.
builtin/settingtypes.txt
src/mapgen/mapgen_valleys.cpp
src/mapgen/mapgen_valleys.h