TODO
changeset 21 e73048967870
parent 18 443554b46d2b
--- a/TODO	Sun May 07 19:31:33 2006 +0200
+++ b/TODO	Sun May 07 19:32:41 2006 +0200
@@ -1,6 +1,12 @@
-This algorithm:
-1. Add n-level dependencies control. How? I don't know
-2. Check for boxes depending on movement from never-reachable areas.
+This algorithm - to be done:
+2. Add n-level dependencies control. How? I don't know
+3. Check for boxes depending on movement from never-reachable areas.
+
+This algorithm - done:
+* Add checking for boxes dependant on blocked ones.
+  * It's not true that a box depending on a blocked SHOULD BE blocked. It may
+  also depend on some other to become free. The amount of dependencies must
+  be checked.
 
 Other algorithm - endpoints:
 We don't treat box moves as moves to next cell, but to moves until an endpoint.