From 26331ae061be49172a6bc51742d0af32488d005c Mon Sep 17 00:00:00 2001 From: Aaron Suen Date: Mon, 1 Apr 2019 00:13:57 -0400 Subject: [PATCH] Document issues. --- docs/issues.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/issues.txt b/docs/issues.txt index 75d9b093..a4e9aef2 100644 --- a/docs/issues.txt +++ b/docs/issues.txt @@ -19,6 +19,15 @@ ISSUES: Bugs, Cleanup and Refinements - Upon digging a stack node, try to shift all inventories from stack nodes above downward. +- Verify that issue8378 workaround is actually doing anything and + is actually necessary. + +- Redesign how falling_nodes pile up. + - Make sure nodes are not destroyed. + - Allow node displacement sideways? + - Maybe force column to coordinate settling in order, to + avoid race conditions? + - Water/wetness/coolant rework. - Move nodecore.quenched() somewhere more sensible. - Register a "wet" and "absorbant" groups.