From 48cd8b6b1779f34ba0507cb697492de83c4e9da8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 27 Feb 2022 15:36:02 +0100 Subject: Moved random_cube() from cube.c to commands.c and fixed a bug in corners only and edges only scrambles. Added fmc scrambles (with R'U'F). Updated manpage for scramble and cleanup. --- TODO.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 4eaa051..c97c5dc 100644 --- a/TODO.md +++ b/TODO.md @@ -6,7 +6,6 @@ It's more of a personal reminder than anything else. ## For version 2.1 ### Scrambles * dr and htr scrambles -* rufify ### Memory management * Free large tables from memory before exit (this is not strictly necessary, but can help with WSL bugs) @@ -37,7 +36,6 @@ including e.g. solutions that were not shown because -c) ### Improvements to currently implemented commands * solve should re-orient first if needed and not just give up if centers are off -* more scramble types (dr, htr, fmc(rufify)...) * solve should try up to a small bound without loading the large pruning table * silent batch mode without >>> @@ -88,6 +86,7 @@ including e.g. solutions that were not shown because -c) ### Cleanup * Remove khuge from everywhere +* Arrays (commands, steps...): end with NULL and remove size constant * sort again functions alphabetically in their files * more stuff to load at start (or when suitable command is called) rather than when called directly, to avoid nasty problems with threading -- cgit v1.3