diff options
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 |
