From fd722332f83660d090be1756af526a2868c21b04 Mon Sep 17 00:00:00 2001 From: PatrikLundell Date: Mon, 1 Jul 2019 13:27:39 +0200 Subject: [PATCH] Embark-Assistant Waterfall detection change added --- docs/changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 12faed5a2..88b0d59d3 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -43,7 +43,9 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - fixed bug causing mineral matching to fail to cut off at the magma sea, reporting presence of things that aren't (like DF does currently). ## Misc Improvements -- `embark-assistant`: Changed Flat detection to allow search for verified flat terrain by checking surrounding Mid Level Tiles or just mostly/probably flat terrain by checking embark tiles only +- `embark-assistant`: + - Changed Flat detection to allow search for verified flat terrain by checking surrounding Mid Level Tiles or just mostly/probably flat terrain by checking embark tiles only. + - Changed Waterfall detection to look for level drop rather than just presence. ## Internals - Fixed some OpenGL build issues with `stonesense`