nissy-fmc

A Rubik's cube FMC assistant
git clone https://git.tronto.net/nissy-fmc
Download | Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-06-25 17:02Added useful linksSebastiano Tronto1+8-0
2023-06-25 16:57FFI *seems* to be working, need to work out async stuff; added example async codeSebastiano Tronto10+169-147
2023-06-25 13:59Removed direct dr step to keep things lightSebastiano Tronto2+5-2
2023-06-19 16:04Added tables file to flutter_ffi assetsSebastiano Tronto2+10-13
2023-06-18 12:53MVE for nissy ffi flutter bindingsSebastiano Tronto11+226-3
2023-06-18 07:47Setting up FlutterSebastiano Tronto5+105-1
2023-05-08 18:58Added message on total bytecount for tablesSebastiano Tronto1+2-0
2023-05-08 17:16Change coordinate values from 64 to 32 bitsSebastiano Tronto5+111-110
2023-05-08 17:07Lowered number of moves for solving and tablesSebastiano Tronto5+18-17
2023-05-08 06:01Check and remove trivial solutions (e.g. F2 B for EO)Sebastiano Tronto1+17-1
2023-05-07 22:46Bufix in niss_makes_senseSebastiano Tronto1+10-1
2023-05-07 22:38Removed copy_dfsargSebastiano Tronto1+21-42
2023-05-07 20:49Little cleanupSebastiano Tronto2+16-22
2023-05-07 19:25Fixed various bugsSebastiano Tronto1+6-16
2023-05-07 17:21Small verbose improvementSebastiano Tronto1+3-0
2023-05-07 17:18lil fixSebastiano Tronto1+6-4
2023-05-07 16:34More verbose table generationSebastiano Tronto4+45-20
2023-05-07 15:59Separated table generation from file r/wSebastiano Tronto11+590-550
2023-05-07 09:19Minor editsSebastiano Tronto4+10-5
2023-05-06 21:33Re-added harmless includesSebastiano Tronto6+14-24
2023-05-06 12:40Addressed clang warning not present in gccSebastiano Tronto6+10-10
2023-05-06 12:35Add sanitizer compile option + other changes (wip)Sebastiano Tronto4+26-11
2023-05-01 10:41Initial commit to new github repoSebastiano Tronto4+13-8
2023-04-21 21:54cleanupSebastiano Tronto8+127-150
2023-04-21 21:30Moved constants to stepsSebastiano Tronto2+7-12
2023-04-21 18:47New file splitSebastiano Tronto7+773-744
2023-04-21 17:15small refactorSebastiano Tronto1+31-35
2023-04-21 16:48Fixes; also, weird gcc -O3 bug?Sebastiano Tronto1+17-7
2023-04-17 21:10added init_nissy()Sebastiano Tronto5+828-821
2023-04-17 20:56Merged steps with solve, some cleanupSebastiano Tronto7+497-550
2023-04-17 20:41merged coord and pruning, separated stepsSebastiano Tronto7+811-927
2023-04-15 09:50Changed solve interfaceSebastiano Tronto4+138-109
2023-04-14 18:21Removed envSebastiano Tronto10+53-145
2023-04-14 16:54Removed some files from old versionSebastiano Tronto13+3-2116
2023-04-14 16:44seems to workSebastiano Tronto9+386-583
2023-04-14 12:16A new startSebastiano Tronto28+992-3600
2022-09-06 16:00Symcoord version of nissy. Interesting idea, but performance are actually slower. AT THIS STAGE NISSY IS NOT USABLE.Sebastiano Tronto37+3704-5536
2022-06-02 20:51Changed website link in help commandsSebastiano Tronto1+1-1
2022-06-01 18:30Version 2.0.2Sebastiano Tronto13+95-542
2022-06-01 16:06Another fixSebastiano Tronto2+2-2
2022-06-01 15:50More fixesSebastiano Tronto2+3-3
2022-06-01 15:33Another fix to coordSebastiano Tronto1+2-2
2022-06-01 15:24Couple of fixes in coordinatesSebastiano Tronto1+2-2
2022-06-01 15:13General cleanup, in preparation for new releaseSebastiano Tronto6+15-16
2022-06-01 14:49Changed default number of threads for genSebastiano Tronto2+3-2
2022-06-01 14:42Fixed error in block size for ptablesSebastiano Tronto3+20-20
2022-06-01 12:54parallelized genptable_fixnastySebastiano Tronto5+72-22
2022-06-01 09:51Fixed the fixSebastiano Tronto1+2-2
2022-06-01 09:50fixed readme strikethrough linesSebastiano Tronto1+0-12
2022-06-01 09:49Changed readmeSebastiano Tronto1+21-13
2022-06-01 09:41Save more stuff to fileSebastiano Tronto4+134-18
2022-06-01 08:00Fixed bug with nxoptSebastiano Tronto3+2-1
2022-06-01 07:34Fixed some bugs - still more testing neededSebastiano Tronto6+56-82
2022-05-31 15:29Big 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 Tronto12+610-451
2022-03-15 14:54Prepare for big changes in coordinatesSebastiano Tronto8+65-47
2022-03-12 18:13Added freemem commandSebastiano Tronto9+57-24
2022-03-07 09:12Set up for adding freemem commandSebastiano Tronto3+27-2
2022-03-03 18:02Added messages about generating pruning tablesSebastiano Tronto5+51-9
2022-03-02 18:48Added dr and htr scramblesSebastiano Tronto5+62-29
2022-02-27 16:31Removed some unused code (khuge). Improved optimal solver performance by about 10% using raw transition tables (same for dr step).Sebastiano Tronto8+28-126
2022-02-27 15:53Removed array-size constants for certain objects (steps, commands...)Sebastiano Tronto9+24-66
2022-02-27 14:36Moved 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 Tronto7+81-48
2022-02-27 11:11Changed unniss() to return an Alg*. Addedd inplace() to run a function on an alg in place.Sebastiano Tronto6+24-17
2022-02-27 09:34Added upgrade instructionsSebastiano Tronto1+25-5
2022-02-25 16:40Removed possible cancellable moves from 2phase solverSebastiano Tronto2+5-5
2022-02-25 16:20Added cleanup commandSebastiano Tronto6+158-7
2022-02-22 21:47Added lang=en to HTML filesSebastiano Tronto3+3-3
2022-02-22 21:45HTML fixesSebastiano Tronto4+10-13
2022-02-22 09:09Updated website linkSebastiano Tronto1+1-1
2022-02-21 23:59More details for UNIX installationSebastiano Tronto1+18-4
2022-02-21 23:17Added website; released 2.0.1Sebastiano Tronto12+457-79
2022-02-21 21:18Updated license fileSebastiano Tronto1+17-55
2022-02-21 19:33Fixed bug in using nissSebastiano Tronto3+5-2
2022-02-21 18:19Added back nissy.exeSebastiano Tronto1+0-0
2022-02-13 12:57Small makefile changes, fixed todo listSebastiano Tronto6+16-23
2022-02-13 11:12Fixed bug in reading scrambles with unmatched parenthesesSebastiano Tronto5+15-14
2022-02-13 09:03Small fix in man page synopsisSebastiano Tronto2+2-0
2022-01-29 20:20Fixed lists in README.mdSebastiano Tronto1+2-0
2022-01-29 18:44Another dummy commitSebastiano Tronto1+0-1
2022-01-29 18:42Dummy commit to test post-receive hookSebastiano Tronto1+1-0
2022-01-29 17:31Removed useless fileSebastiano Tronto1+0-2
2022-01-29 17:24Added README without extensionSebastiano Tronto1+2-0
2022-01-29 14:48Basically a test commitSebastiano Tronto1+2-0
2022-01-22 10:18Moved tables to new website.Sebastiano Tronto3+6-6
2022-01-15 18:16Added one adhoc test (cornerhtr from CO)Sebastiano Tronto9+176-25
2022-01-10 11:00Added TODOs for version 2.1Sebastiano Tronto1+17-1
2021-12-29 16:56Version 2.0 is released!Sebastiano Tronto6+2-2
2021-12-29 16:42Added pdf doc in doc folderSebastiano Tronto5+320-2
2021-12-28 15:05fixed typoSebastiano Tronto1+1-1
2021-12-28 14:47Info on ram requirement to gen large tableSebastiano Tronto2+2-0
2021-12-28 11:47Changed time estimate for optimal solving (after running a test on 100 scrambles).Sebastiano Tronto2+2-2
2021-12-27 23:10bumped windows versionSebastiano Tronto4+0-1
2021-12-27 16:07Bumped to rc1Sebastiano Tronto3+1-1
2021-12-27 16:05change make cleanSebastiano Tronto2+1-2
2021-12-27 16:00Fixed example sectionSebastiano Tronto1+22-11
2021-12-27 15:34Changed installation instructions (for pruning tables)Sebastiano Tronto3+40-47
2021-12-27 11:43Added option -i to accept scramble(s) from stdin, very useful for batch modeSebastiano Tronto6+44-17
2021-12-26 21:42Added scramble commandSebastiano Tronto12+204-36
2021-12-26 18:38Added two-phase solverSebastiano Tronto11+171-33
2021-12-25 23:36Better trans-detection system (for e.g. drfin for HTR scramble)Sebastiano Tronto6+97-155
100 more commits remaining, fetch the repository