diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-27 15:36:02 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-27 15:36:02 +0100 |
| commit | 48cd8b6b1779f34ba0507cb697492de83c4e9da8 (patch) | |
| tree | c3a208fa64c3d37f328984acfb980b3f88e94060 /TODO.md | |
| parent | de0352a2926b0708400a9629c1da813455a6f442 (diff) | |
| download | nissy-48cd8b6b1779f34ba0507cb697492de83c4e9da8.tar.gz nissy-48cd8b6b1779f34ba0507cb697492de83c4e9da8.zip | |
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.
Diffstat (limited to '')
| -rw-r--r-- | TODO.md | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -6,7 +6,6 @@ It's more of a personal reminder than anything else. | |||
| 6 | ## For version 2.1 | 6 | ## For version 2.1 |
| 7 | ### Scrambles | 7 | ### Scrambles |
| 8 | * dr and htr scrambles | 8 | * dr and htr scrambles |
| 9 | * rufify | ||
| 10 | ### Memory management | 9 | ### Memory management |
| 11 | * Free large tables from memory before exit (this is not strictly necessary, | 10 | * Free large tables from memory before exit (this is not strictly necessary, |
| 12 | but can help with WSL bugs) | 11 | but can help with WSL bugs) |
| @@ -37,7 +36,6 @@ including e.g. solutions that were not shown because -c) | |||
| 37 | 36 | ||
| 38 | ### Improvements to currently implemented commands | 37 | ### Improvements to currently implemented commands |
| 39 | * solve should re-orient first if needed and not just give up if centers are off | 38 | * solve should re-orient first if needed and not just give up if centers are off |
| 40 | * more scramble types (dr, htr, fmc(rufify)...) | ||
| 41 | * solve should try up to a small bound without loading the large pruning table | 39 | * solve should try up to a small bound without loading the large pruning table |
| 42 | * silent batch mode without >>> | 40 | * silent batch mode without >>> |
| 43 | 41 | ||
| @@ -88,6 +86,7 @@ including e.g. solutions that were not shown because -c) | |||
| 88 | 86 | ||
| 89 | ### Cleanup | 87 | ### Cleanup |
| 90 | * Remove khuge from everywhere | 88 | * Remove khuge from everywhere |
| 89 | * Arrays (commands, steps...): end with NULL and remove size constant | ||
| 91 | * sort again functions alphabetically in their files | 90 | * sort again functions alphabetically in their files |
| 92 | * more stuff to load at start (or when suitable command is called) rather | 91 | * more stuff to load at start (or when suitable command is called) rather |
| 93 | than when called directly, to avoid nasty problems with threading | 92 | than when called directly, to avoid nasty problems with threading |
