aboutsummaryrefslogtreecommitdiff
path: root/src/nodetimer.cpp
diff options
context:
space:
mode:
authorParamat <paramat@users.noreply.github.com>2017-05-25 11:46:34 +0100
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-05-25 12:46:34 +0200
commit5b338638e0e5743d8acfb48b72e17b671968722f (patch)
tree5a2af7debe37c80924160473cf8a53671e730d6b /src/nodetimer.cpp
parent2f291e6685e8d1866184460d547d089b5b3125fd (diff)
downloadminetest-5b338638e0e5743d8acfb48b72e17b671968722f.tar.gz
minetest-5b338638e0e5743d8acfb48b72e17b671968722f.tar.bz2
minetest-5b338638e0e5743d8acfb48b72e17b671968722f.zip
Mgv6 mudflow: Remove decoration if 'dirt with grass' below flows away (#5798)
Mudflow of a neighbouring mapchunk extends into a mapchunk's edge, and could remove 'dirt with grass' from under a decoration, creating unsupported decorations. Remove any decoration above if a 'dirt with grass' node is removed by mudflow.
Diffstat (limited to 'src/nodetimer.cpp')
0 files changed, 0 insertions, 0 deletions
"hl opt">&sources - ubuntu-toolchain-r-test - llvm-toolchain-trusty-7 - env: CLANG_TIDY=clang-tidy-7 compiler: clang os: linux script: ./util/travis/clangtidy.sh addons: apt: packages: ['clang-7', 'clang++-7', 'clang-tools-7', 'clang-tidy-7'] sources: &sources - ubuntu-toolchain-r-test - llvm-toolchain-trusty-7 - env: PLATFORM=Win32 compiler: gcc os: linux - env: PLATFORM=Win64 compiler: gcc os: linux # - env: PLATFORM=Unix # compiler: clang # os: osx # osx_image: xcode8 - env: PLATFORM=Unix COMPILER=gcc-6 compiler: gcc os: linux addons: apt: packages: ['gcc-6', 'g++-6'] sources: &sources - ubuntu-toolchain-r-test - env: PLATFORM=Unix COMPILER=gcc-8 compiler: gcc os: linux addons: apt: packages: ['gcc-8', 'g++-8'] sources: &sources - ubuntu-toolchain-r-test - env: PLATFORM=Unix COMPILER=clang-3.6 compiler: clang os: linux addons: apt: packages: ['clang-3.6', 'clang++-3.6'] sources: &sources - llvm-toolchain-trusty-3.6 - env: PLATFORM=Unix COMPILER=clang-7 compiler: clang os: linux addons: apt: packages: ['clang-7', 'clang++-7'] sources: &sources - ubuntu-toolchain-r-test - llvm-toolchain-trusty-7 - env: PLATFORM=Unix COMPILER=clang-7 FREETYPE=0 compiler: clang os: linux addons: apt: packages: ['clang-7', 'clang++-7'] sources: &sources - ubuntu-toolchain-r-test - llvm-toolchain-trusty-7 - env: PLATFORM=Unix COMPILER=clang-7 VALGRIND=1 compiler: clang os: linux addons: apt: packages: ['valgrind', 'clang-7', 'clang++-7'] sources: &sources - ubuntu-toolchain-r-test - llvm-toolchain-trusty-7