2023-06-25 17:02 | Added useful links | Sebastiano Tronto | 1 | +8 | -0 |
2023-06-25 16:57 | FFI *seems* to be working, need to work out async stuff; added example async code | Sebastiano Tronto | 10 | +169 | -147 |
2023-06-25 13:59 | Removed direct dr step to keep things light | Sebastiano Tronto | 2 | +5 | -2 |
2023-06-19 16:04 | Added tables file to flutter_ffi assets | Sebastiano Tronto | 2 | +10 | -13 |
2023-06-18 12:53 | MVE for nissy ffi flutter bindings | Sebastiano Tronto | 11 | +226 | -3 |
2023-06-18 07:47 | Setting up Flutter | Sebastiano Tronto | 5 | +105 | -1 |
2023-05-08 18:58 | Added message on total bytecount for tables | Sebastiano Tronto | 1 | +2 | -0 |
2023-05-08 17:16 | Change coordinate values from 64 to 32 bits | Sebastiano Tronto | 5 | +111 | -110 |
2023-05-08 17:07 | Lowered number of moves for solving and tables | Sebastiano Tronto | 5 | +18 | -17 |
2023-05-08 06:01 | Check and remove trivial solutions (e.g. F2 B for EO) | Sebastiano Tronto | 1 | +17 | -1 |
2023-05-07 22:46 | Bufix in niss_makes_sense | Sebastiano Tronto | 1 | +10 | -1 |
2023-05-07 22:38 | Removed copy_dfsarg | Sebastiano Tronto | 1 | +21 | -42 |
2023-05-07 20:49 | Little cleanup | Sebastiano Tronto | 2 | +16 | -22 |
2023-05-07 19:25 | Fixed various bugs | Sebastiano Tronto | 1 | +6 | -16 |
2023-05-07 17:21 | Small verbose improvement | Sebastiano Tronto | 1 | +3 | -0 |
2023-05-07 17:18 | lil fix | Sebastiano Tronto | 1 | +6 | -4 |
2023-05-07 16:34 | More verbose table generation | Sebastiano Tronto | 4 | +45 | -20 |
2023-05-07 15:59 | Separated table generation from file r/w | Sebastiano Tronto | 11 | +590 | -550 |
2023-05-07 09:19 | Minor edits | Sebastiano Tronto | 4 | +10 | -5 |
2023-05-06 21:33 | Re-added harmless includes | Sebastiano Tronto | 6 | +14 | -24 |
2023-05-06 12:40 | Addressed clang warning not present in gcc | Sebastiano Tronto | 6 | +10 | -10 |
2023-05-06 12:35 | Add sanitizer compile option + other changes (wip) | Sebastiano Tronto | 4 | +26 | -11 |
2023-05-01 10:41 | Initial commit to new github repo | Sebastiano Tronto | 4 | +13 | -8 |
2023-04-21 21:54 | cleanup | Sebastiano Tronto | 8 | +127 | -150 |
2023-04-21 21:30 | Moved constants to steps | Sebastiano Tronto | 2 | +7 | -12 |
2023-04-21 18:47 | New file split | Sebastiano Tronto | 7 | +773 | -744 |
2023-04-21 17:15 | small refactor | Sebastiano Tronto | 1 | +31 | -35 |
2023-04-21 16:48 | Fixes; also, weird gcc -O3 bug? | Sebastiano Tronto | 1 | +17 | -7 |
2023-04-17 21:10 | added init_nissy() | Sebastiano Tronto | 5 | +828 | -821 |
2023-04-17 20:56 | Merged steps with solve, some cleanup | Sebastiano Tronto | 7 | +497 | -550 |
2023-04-17 20:41 | merged coord and pruning, separated steps | Sebastiano Tronto | 7 | +811 | -927 |
2023-04-15 09:50 | Changed solve interface | Sebastiano Tronto | 4 | +138 | -109 |
2023-04-14 18:21 | Removed env | Sebastiano Tronto | 10 | +53 | -145 |
2023-04-14 16:54 | Removed some files from old version | Sebastiano Tronto | 13 | +3 | -2116 |
2023-04-14 16:44 | seems to work | Sebastiano Tronto | 9 | +386 | -583 |
2023-04-14 12:16 | A new start | Sebastiano Tronto | 28 | +992 | -3600 |
2022-09-06 16:00 | Symcoord version of nissy. Interesting idea, but performance are actually slower. AT THIS STAGE NISSY IS NOT USABLE. | Sebastiano Tronto | 37 | +3704 | -5536 |
2022-06-02 20:51 | Changed website link in help commands | Sebastiano Tronto | 1 | +1 | -1 |
2022-06-01 18:30 | Version 2.0.2 | Sebastiano Tronto | 13 | +95 | -542 |
2022-06-01 16:06 | Another fix | Sebastiano Tronto | 2 | +2 | -2 |
2022-06-01 15:50 | More fixes | Sebastiano Tronto | 2 | +3 | -3 |
2022-06-01 15:33 | Another fix to coord | Sebastiano Tronto | 1 | +2 | -2 |
2022-06-01 15:24 | Couple of fixes in coordinates | Sebastiano Tronto | 1 | +2 | -2 |
2022-06-01 15:13 | General cleanup, in preparation for new release | Sebastiano Tronto | 6 | +15 | -16 |
2022-06-01 14:49 | Changed default number of threads for gen | Sebastiano Tronto | 2 | +3 | -2 |
2022-06-01 14:42 | Fixed error in block size for ptables | Sebastiano Tronto | 3 | +20 | -20 |
2022-06-01 12:54 | parallelized genptable_fixnasty | Sebastiano Tronto | 5 | +72 | -22 |
2022-06-01 09:51 | Fixed the fix | Sebastiano Tronto | 1 | +2 | -2 |
2022-06-01 09:50 | fixed readme strikethrough lines | Sebastiano Tronto | 1 | +0 | -12 |
2022-06-01 09:49 | Changed readme | Sebastiano Tronto | 1 | +21 | -13 |
2022-06-01 09:41 | Save more stuff to file | Sebastiano Tronto | 4 | +134 | -18 |
2022-06-01 08:00 | Fixed bug with nxopt | Sebastiano Tronto | 3 | +2 | -1 |
2022-06-01 07:34 | Fixed some bugs - still more testing needed | Sebastiano Tronto | 6 | +56 | -82 |
2022-05-31 15:29 | Big changes to coordinate system: remove "anti-index" in favor of a more kociemba-like move function for each coordinate. This should speedup the table generation step. WARNING: nissy might not be 100% functional at this stage, TESTING needed! | Sebastiano Tronto | 12 | +610 | -451 |
2022-03-15 14:54 | Prepare for big changes in coordinates | Sebastiano Tronto | 8 | +65 | -47 |
2022-03-12 18:13 | Added freemem command | Sebastiano Tronto | 9 | +57 | -24 |
2022-03-07 09:12 | Set up for adding freemem command | Sebastiano Tronto | 3 | +27 | -2 |
2022-03-03 18:02 | Added messages about generating pruning tables | Sebastiano Tronto | 5 | +51 | -9 |
2022-03-02 18:48 | Added dr and htr scrambles | Sebastiano Tronto | 5 | +62 | -29 |
2022-02-27 16:31 | Removed some unused code (khuge). Improved optimal solver performance by about 10% using raw transition tables (same for dr step). | Sebastiano Tronto | 8 | +28 | -126 |
2022-02-27 15:53 | Removed array-size constants for certain objects (steps, commands...) | Sebastiano Tronto | 9 | +24 | -66 |
2022-02-27 14:36 | 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. | Sebastiano Tronto | 7 | +81 | -48 |
2022-02-27 11:11 | Changed unniss() to return an Alg*. Addedd inplace() to run a function on an alg in place. | Sebastiano Tronto | 6 | +24 | -17 |
2022-02-27 09:34 | Added upgrade instructions | Sebastiano Tronto | 1 | +25 | -5 |
2022-02-25 16:40 | Removed possible cancellable moves from 2phase solver | Sebastiano Tronto | 2 | +5 | -5 |
2022-02-25 16:20 | Added cleanup command | Sebastiano Tronto | 6 | +158 | -7 |
2022-02-22 21:47 | Added lang=en to HTML files | Sebastiano Tronto | 3 | +3 | -3 |
2022-02-22 21:45 | HTML fixes | Sebastiano Tronto | 4 | +10 | -13 |
2022-02-22 09:09 | Updated website link | Sebastiano Tronto | 1 | +1 | -1 |
2022-02-21 23:59 | More details for UNIX installation | Sebastiano Tronto | 1 | +18 | -4 |
2022-02-21 23:17 | Added website; released 2.0.1 | Sebastiano Tronto | 12 | +457 | -79 |
2022-02-21 21:18 | Updated license file | Sebastiano Tronto | 1 | +17 | -55 |
2022-02-21 19:33 | Fixed bug in using niss | Sebastiano Tronto | 3 | +5 | -2 |
2022-02-21 18:19 | Added back nissy.exe | Sebastiano Tronto | 1 | +0 | -0 |
2022-02-13 12:57 | Small makefile changes, fixed todo list | Sebastiano Tronto | 6 | +16 | -23 |
2022-02-13 11:12 | Fixed bug in reading scrambles with unmatched parentheses | Sebastiano Tronto | 5 | +15 | -14 |
2022-02-13 09:03 | Small fix in man page synopsis | Sebastiano Tronto | 2 | +2 | -0 |
2022-01-29 20:20 | Fixed lists in README.md | Sebastiano Tronto | 1 | +2 | -0 |
2022-01-29 18:44 | Another dummy commit | Sebastiano Tronto | 1 | +0 | -1 |
2022-01-29 18:42 | Dummy commit to test post-receive hook | Sebastiano Tronto | 1 | +1 | -0 |
2022-01-29 17:31 | Removed useless file | Sebastiano Tronto | 1 | +0 | -2 |
2022-01-29 17:24 | Added README without extension | Sebastiano Tronto | 1 | +2 | -0 |
2022-01-29 14:48 | Basically a test commit | Sebastiano Tronto | 1 | +2 | -0 |
2022-01-22 10:18 | Moved tables to new website. | Sebastiano Tronto | 3 | +6 | -6 |
2022-01-15 18:16 | Added one adhoc test (cornerhtr from CO) | Sebastiano Tronto | 9 | +176 | -25 |
2022-01-10 11:00 | Added TODOs for version 2.1 | Sebastiano Tronto | 1 | +17 | -1 |
2021-12-29 16:56 | Version 2.0 is released! | Sebastiano Tronto | 6 | +2 | -2 |
2021-12-29 16:42 | Added pdf doc in doc folder | Sebastiano Tronto | 5 | +320 | -2 |
2021-12-28 15:05 | fixed typo | Sebastiano Tronto | 1 | +1 | -1 |
2021-12-28 14:47 | Info on ram requirement to gen large table | Sebastiano Tronto | 2 | +2 | -0 |
2021-12-28 11:47 | Changed time estimate for optimal solving (after running a test on 100 scrambles). | Sebastiano Tronto | 2 | +2 | -2 |
2021-12-27 23:10 | bumped windows version | Sebastiano Tronto | 4 | +0 | -1 |
2021-12-27 16:07 | Bumped to rc1 | Sebastiano Tronto | 3 | +1 | -1 |
2021-12-27 16:05 | change make clean | Sebastiano Tronto | 2 | +1 | -2 |
2021-12-27 16:00 | Fixed example section | Sebastiano Tronto | 1 | +22 | -11 |
2021-12-27 15:34 | Changed installation instructions (for pruning tables) | Sebastiano Tronto | 3 | +40 | -47 |
2021-12-27 11:43 | Added option -i to accept scramble(s) from stdin, very useful for batch mode | Sebastiano Tronto | 6 | +44 | -17 |
2021-12-26 21:42 | Added scramble command | Sebastiano Tronto | 12 | +204 | -36 |
2021-12-26 18:38 | Added two-phase solver | Sebastiano Tronto | 11 | +171 | -33 |
2021-12-25 23:36 | Better trans-detection system (for e.g. drfin for HTR scramble) | Sebastiano Tronto | 6 | +97 | -155 |
| 100 more commits remaining, fetch the repository |