Activity
From 08/08/2021 to 09/06/2021
09/06/2021
- 11:45 PM Revision 4f8cda80 (magiccube): Remove statics from the Jing class.
- 11:20 PM Revision e01fa67a (magiccube): Remove statics from the Ivy class.
- 11:12 PM Revision 85449b44 (magiccube): Remove statics from the Helicopter class.
- 10:56 PM Revision d464f54f (magiccube): Remove statics from the Dino classes.
- 10:42 PM Revision aec5cc91 (magiccube): Remove statics from the Diamond classes.
- 10:29 PM Revision 97eb0852 (magiccube): Remove more statics from the Bandaged Cube classes.
- 10:10 PM Revision 7ff38997 (magiccube): Remove statics from the Cube classes.
- 03:14 PM Revision f2d0d23e (magiccube): Remove statics from the Bandaged Cube classes.
- 02:59 PM Revision 214e301a (magiccube): Fix the problem reported by Samsung -
- 1. Fire off the app
2. minimize it, select 'Multi window'
3. put some other app in the lower half of the screen
4. cl...
09/02/2021
- 10:44 PM Revision 0021af58 (magiccube): Convert Square-2 to the new generic scrambling algorithm.
- In order to do it we need to introduce a third, artificial rotational axis - otherwise the algorithm would make it im...
09/01/2021
- 10:24 PM Revision e42a9e87 (magiccube): Fix the Square-2 isSolved() (it was wrong even before!)
- 10:02 PM Revision bbbfb6af (magiccube): Convert the Pyraminxes to the new scrambling paradigm.
- This leaves only the two Squares.
08/31/2021
- 11:52 PM Revision aa26ba7f (magiccube): Convert the 4 Minx'es to the new scrambling paradigm.
- 06:12 PM Revision cda32fc1 (magiccube): Convert the Redi to the new scrambling paradigm.
- 05:46 PM Revision e1dc3366 (magiccube): Introduce pseudorandom balancing into scrambling to all the other already converted objects, i.e. everytihng except for Pyraminxes, Squares, Minxes and the Redi.
- 03:38 PM Revision 6cf89a3e (magiccube): Introduce pseudorandom balancing into scrambling in case of the two Dinos (from now on, the more times a particular (ax,layer) combination has been chosen already in the scrambling sequence, the less likely it is to be chosen next).
- Fix Dino6 - isSolved(). Sadly, it cannot be the geeneric function - it needs to be another special case.
08/30/2021
- 01:12 AM Revision caccea6e (magiccube): Convert the Cubes of all sizes to the new, unified scrambling method.
- 11:03 PM Revision 20898e6f (magiccube): Convert both Dinos to the new, unified scrambling method.
- 10:21 PM Revision 486b3417 (magiccube): Convert the Diamonds & the Helicopter to the new, unified scrambling method.
- 07:33 PM Revision 01b2ef5a (magiccube): Convert Skewbs & Rex Cube to the new, unified scrambling method.
- 05:02 PM Revision 0ad6b867 (magiccube): Convert Skewb Ultimate, Jing Pyraminx & Ivy Cube to the new, unified scrambling method.
- 10:51 AM Revision 38589947 (magiccube): Unify scrambling across all 4 bandaged objects.
08/29/2021
- 01:46 AM Revision 8db55f55 (magiccube): Preparation for unification of scrambling. Scrambling of all objects will be done by a generic funtion, only fed a certain data structure by the objects. The data structure is going to be the ScrambleStateGraph - a directed state graph of all states we can come across while scrambling.
- Make the ScrambleStateGraph support any number of axis, not only 3 as it did up till now. Also, correct one problem i...
08/26/2021
- 10:39 PM Revision 5e254115 (magiccube): auto-compute the bandaged status from dimension of the CENTERS. Make 'computeBitmapFromRow' generic for bandageed and not bandaged objects.
- 10:30 PM Revision 169219a7 (magiccube): Remove the last 'isSolved()' (from Dino4) and put it to the parent class as a special case.
08/25/2021
- 01:13 AM Revision a480ee80 (magiccube): Standarize the 'isSolved()' method: now all objects, except one (Dino4) have a standard isSolved().
- This incidentally also fixes detection of the solved state in case of Diamond4, i.e. a Master FTO.
08/24/2021
- 02:35 PM Revision abe288a3 (magiccube): Come back to creating the objects from mesh.
- 12:32 PM Revision 668423be (magiccube): Add flag of Madagascar.
08/23/2021
- 03:32 PM Revision 7d11f930 (magiccube): Make the 3x3 and 4x4 Diamond meshes smaller.
- 03:20 PM Revision 3e605536 (magiccube): Finally remove cubit creation from the implementation classes and move it to the TwistyObject.
- 02:15 PM Revision acf165d9 (magiccube): Convert the last object, Skewb Ultimate, to the new scheme.
- 02:07 PM Revision fd836c4e (magiccube): Convert the two Squares to the new scheme.
08/20/2021
- 12:58 AM Revision 8655f3fe (magiccube): Convert Skewb to the new scheme. New smaller mesh for the Master Skewb.
- 11:46 PM Revision a38fe4b2 (magiccube): Convert Rex Cube to the new scheme.
- 11:31 PM Revision 2077dd18 (magiccube): Convert Redi Cube to the new scheme.
- 11:24 PM Revision 045d8cbd (magiccube): Convert Pyraminx to the new scheme. Make Pyra4 and Pyra5 meshes much smaller.
- 11:11 PM Revision 8e4a3670 (magiccube): Convert Megaminx to the new scheme.
- 10:50 PM Revision 8ebaf76d (magiccube): New, smaller Master Kilominx mesh.
- 10:44 PM Revision 94a4edcf (magiccube): Move 1) Jing 2) Kilominx to the new cubit creation scheme.
- Make the Master Kilominx mesh a bit smaller.
08/19/2021
- 01:03 AM Revision a2a4df1b (magiccube): Move 1) Helicopter 2) Ivy to the new cubit creation scheme.
- 12:39 AM Revision f10a88a8 (magiccube): Move 1) bandaged 3x3 2) normals cubes 3) octahedrons 4) both dinos to the new cubit creation scheme.
- 11:28 PM Revision ad7907b0 (magiccube): Important step towards making the implementation of an individual puzzle code-free (i.e. data-only): move the 'MeshBase[] mMeshes' variable from the individual classes to the parent TwistyObject.
- 10:52 PM Revision f8031218 (magiccube): Make the Kilominx cubit creation a bit more standard.
- 10:44 PM Revision 45f63f17 (magiccube): Introduce ObjectShape - a class encapsulating a shape of a Cubit.
- Make the Megaminx cubit creation a bit more standard.
08/18/2021
08/17/2021
- 01:36 AM Revision c75ab933 (magiccube): COnvert the last object, the Rex cube, to the new cubit creation scheme. Provide the new Rex mesh.
- 09:42 PM Revision 46e6b3f6 (magiccube): New Ivy mesh.
- 05:30 PM Revision 47d98cd5 (magiccube): Convert the Ivy corner cubit to the new, 'universal' cubit creation method.
- This forces deep changes to 'createRoundSolid' and the underlying 'MeshPolygon' class to make them support arbitrary ...
08/09/2021
08/08/2021
- 10:45 PM Revision eae4b3b2 (magiccube): Convert bandaged Cubes to the standard mesh creation code.
- 04:46 PM Revision ecf3f149 (magiccube): Move the TwistyObject.retCubePosition() to the solver.
- 04:21 PM Revision 9c06394a (magiccube): Standarize drawing stickers of a twisty puzzle. From now on, there's no 'sticker drawing' code in the individual classes, only some constants.
Also available in: Atom