Project

General

Profile

Activity

From 11/09/2024 to 12/08/2024

12/08/2024

11:42 PM Revision 26d97c8a (distorted-objectlib): Improvements to the Phased Solver app
Leszek Koltunski
11:11 PM Revision 8e197e3e (distorted-objectlib): Beginnings of SolverKilominx
Leszek Koltunski
08:15 PM Revision 42209dda (distorted-objectlib): bugfix
Leszek Koltunski
02:32 PM Revision c4785e9b (distorted-objectlib): Minor
Leszek Koltunski
12:08 PM Revision d1bc7ba0 (distorted-objectlib): Finally! Split TwistyObject into:
- lower class 'TwistyObjectTheoretical' (an object that has no mesh, no stickers, cannot be touch-controlled, but kno... Leszek Koltunski

12/07/2024

11:36 PM Revision b82cc9dd (distorted-objectlib): minor
Leszek Koltunski
08:56 PM Revision a7eba3f5 (distorted-objectlib): improve the way Crazy Puzzles are done: JSON files
Leszek Koltunski
08:25 PM Revision bbf1c44d (distorted-objectlib): improve the way Crazy Puzzles are done (this does not depend on mShapes anymore)
Leszek Koltunski

12/06/2024

12:47 PM Revision a7e2c6c5 (distorted-objectlib): new way to do Crazy Puzzles (doesn't work yet)
Leszek Koltunski

12/05/2024

03:26 PM Revision 69661af7 (distorted-objectlib): First stage of the planned split of the giant TwistyObject class into (at first!) two: TwistyObjectTheoretical (a 'theoretical' object which moves just like the real one, but which has no mesh, stickers, shapes, node and cannot be controlled) and everything else.
Leszek Koltunski

12/04/2024

09:40 PM Revision 6b94b2f1 (distorted-objectlib): minor
Leszek Koltunski
04:27 PM Revision f3bfda5e (distorted-objectlib): Clean up SolvedObject's API.
Leszek Koltunski
09:53 AM Revision d29ec1a2 (distorted-objectlib): Minor.
Leszek Koltunski

12/03/2024

12:38 AM Revision b2e5272b (distorted-objectlib): Introduce SolutionListener interface which permits to send solutions phase-by-phase. Time time keeping to the app.
Leszek Koltunski
12:10 AM Revision 571cef32 (distorted-objectlib): minor
Leszek Koltunski
11:04 PM Revision 3fd8fe94 (distorted-objectlib): Improve the Phased Solver App (show phases)
Leszek Koltunski
01:41 AM Revision 3313a7a7 (distorted-objectlib): bugfix - MoveProviders (Algs with a regex) can return null moves (if the regex evaluates to empty)
Leszek Koltunski
01:25 AM Revision f083b7de (distorted-objectlib): Improve SOlver3x3Beginner
Leszek Koltunski
01:11 AM Revision 998300d8 (distorted-objectlib): Abstract out Solver3x3Beginner - the first implemented Phased Solver.
Leszek Koltunski

12/02/2024

11:54 PM Revision 537e11ff (distorted-objectlib): Minor.
Leszek Koltunski
11:48 PM Revision 22e0c03b (distorted-objectlib): 3x3 Beginner should be finished. Everything seems to work, and work fast.
Leszek Koltunski
09:35 PM Revision fd64798f (distorted-objectlib): Still some fixes.
Leszek Koltunski
05:44 PM Revision 42445fb2 (distorted-objectlib): All phases of the 3x3 beginner (seem to) work now.
Leszek Koltunski
03:52 PM Revision 026120ee (distorted-objectlib): Fixes. OLL (edges) works now, PLL (edges) still does not.
Leszek Koltunski
12:08 PM Revision 83741dc4 (distorted-objectlib): branching foctor does not depend on SolvedObject, but on MoveProvider.
Leszek Koltunski
11:58 AM Revision 149ee2dc (distorted-objectlib): Clean up everything.
Algorithmic MoveProviders do nto seem to work yet. (3x3 Beginner's OLL phase does not work) Leszek Koltunski

11/30/2024

12:05 AM Revision 3e4c83b2 (distorted-objectlib): clean up TargetQuats API
Leszek Koltunski
11:33 PM Revision 5b121225 (distorted-objectlib): Bugfixes
Leszek Koltunski
10:24 PM Revision 9d578611 (distorted-objectlib): remove debugging
Leszek Koltunski
10:16 PM Revision 476551b6 (distorted-objectlib): Phased Solver app: debugging
Leszek Koltunski

11/25/2024

12:23 AM Revision 6bd1dc64 (distorted-objectlib): Progress with PhasedSolver.
Introduce an abstracted TargetQuats. Leszek Koltunski

11/24/2024

05:32 PM Revision c47ba60b (distorted-objectlib): Progress with PhasedSolver.
Turns out 3x3 beginner phase 3 can still fail. Leszek Koltunski
01:12 AM Revision 89d4680f (distorted-objectlib): 3x3 beginner should 'mostly' work now (the 'perm of the LL corners' phase can still fail - we need to define appropriate PhaseRegex here)
Leszek Koltunski

11/23/2024

02:41 PM Revision 314b0af5 (distorted-objectlib): Initial support for PhaseRegex. What remains is to implement the actual regular expression engine - class MoveRegex.
Leszek Koltunski
11:10 AM Revision e270f0ae (distorted-objectlib): Seriously re-structure the architecture in preparation for different types of Phases (PhaseRegex!)
Leszek Koltunski

11/19/2024

05:42 PM Revision b99e7538 (distorted-objectlib): Bugfix for the cyclic phases - yellow cross works now.
Leszek Koltunski
04:45 PM Revision 9e6b064e (distorted-objectlib): Make the Phases more generic - now subphases can contain any subsets of the cubits involved in the whole phase.
Leszek Koltunski
01:03 AM Revision 771ee35f (distorted-objectlib): Solving the white cross and white corners do work now.
Leszek Koltunski

11/17/2024

11:31 PM Revision b528b5d9 (distorted-objectlib): Solving the white cross works now.
Leszek Koltunski
01:13 PM Revision bef204d1 (distorted-objectlib): PhasedSolver app: bugfixes.
Leszek Koltunski

11/16/2024

10:42 PM Revision 215d497c (distorted-objectlib): minor
Leszek Koltunski

11/14/2024

01:03 PM Revision a6956092 (distorted-objectlib): Lots of bugfixes. Solving the white cross rotated by one move works now.
Leszek Koltunski

11/12/2024

06:51 PM Revision f9aa2b72 (distorted-objectlib): bugfixes
Leszek Koltunski
06:09 PM Revision c5c4b0f8 (distorted-objectlib): various bugfixes for the PhasedSolver (solving an already solved position works now!)
Leszek Koltunski

11/11/2024

11:23 PM Revision 039ff951 (distorted-objectlib): various bugfixes for the PhasedSolver (doesn't work yet)
Leszek Koltunski

11/10/2024

12:41 AM Revision b72330ea (distorted-objectlib): packing / unpacking the MitmTable is implemented and tested now.
Leszek Koltunski

11/09/2024

11:43 AM Revision 8cf73fbf (distorted-objectlib): progress with solver
Leszek Koltunski
 

Also available in: Atom