aboutsummaryrefslogtreecommitdiff
path: root/src/commands.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-12Added freemem commandSebastiano Tronto1-9/+13
2022-03-07Set up for adding freemem commandSebastiano Tronto1-0/+22
2022-03-02Added dr and htr scramblesSebastiano Tronto1-23/+48
2022-02-27Removed array-size constants for certain objects (steps, commands...)Sebastiano Tronto1-9/+9
2022-02-27Moved random_cube() from cube.c to commands.c and fixed a bug in corners ↵Sebastiano Tronto1-9/+62
only and edges only scrambles. Added fmc scrambles (with R'U'F). Updated manpage for scramble and cleanup.
2022-02-27Changed unniss() to return an Alg*. Addedd inplace() to run a function on an ↵Sebastiano Tronto1-2/+5
alg in place.
2022-02-25Added cleanup commandSebastiano Tronto1-0/+24
2022-02-13Fixed bug in reading scrambles with unmatched parenthesesSebastiano Tronto1-12/+1
2022-01-15Added one adhoc test (cornerhtr from CO)Sebastiano Tronto1-4/+4
2021-12-27Added option -i to accept scramble(s) from stdin, very useful for batch modeSebastiano Tronto1-14/+11
2021-12-26Added scramble commandSebastiano Tronto1-15/+92
2021-12-26Added two-phase solverSebastiano Tronto1-1/+28
2021-12-25Added -O option for solve (specify number of moves within optimal)Sebastiano Tronto1-5/+17
2021-12-25Added the invert and unniss commandsSebastiano Tronto1-0/+51
2021-12-25Changed -s (max solutions) option to -n and -n (NISS) to -NSebastiano Tronto1-2/+2
2021-12-25Better error message when option for solve is unrecognizedSebastiano Tronto1-3/+12
2021-12-24Changed default behavior of -sSebastiano Tronto1-0/+10
2021-12-24Added -c option for solveSebastiano Tronto1-1/+8
2021-12-23Fixes for yesterday's commitSebastiano Tronto1-1/+1
2021-12-16Added a new pruning table (equivalent to nxopt31). I have not tested it yet, ↵Sebastiano Tronto1-0/+2
it takes a while to generate. Plus I have done a whole lot of refactoring in random places because I cannot focus on one thing at the time.
2021-12-10Fixed segfault when passing malformed command arguments to solveSebastiano Tronto1-4/+4
2021-12-10Added gen command and modified installation instructions for tablesSebastiano Tronto1-0/+55
2021-11-26Fixing the fix (the previous commit introduced a bug when the step was not ↵Sebastiano Tronto1-2/+2
specified) + minor fixes in shell
2021-11-25Fixed a bug in freeing memory after execution of certain commands (thanks to ↵Sebastiano Tronto1-16/+22
Tommaso for reporting)
2021-11-20Bugfix in reading scrambleSebastiano Tronto1-2/+2
2021-11-20Multithreading seems to be working now, it was easier than expected!Sebastiano Tronto1-7/+27
2021-11-11Rewritten from scratch. Welocme nissy 2.0!Sebastiano Tronto1-0/+346

Generated with cgit - Back to sebastiano.tronto.net