Project

General

Profile

Leszek Koltunski's activity

From 09/01/2021 to 09/30/2021

09/30/2021

11:30 PM TwistyPuzzleLib Revision cc448c54 (distorted-objectlib): improvements to the Mirror Cube.
Leszek Koltunski
07:05 PM TwistyPuzzleLib Revision 0310ac32 (distorted-objectlib): Bugfixes
Leszek Koltunski
04:14 PM Magic Cube Revision fdb5f389 (magiccube): Simplify objectlib's API.
Correct a recently introduced bug with resetting texture maps. Leszek Koltunski
04:14 PM TwistyPuzzleLib Revision e607083f (distorted-objectlib): Simplify objectlib's API.
Correct a recently introduced bug with resetting texture maps. Leszek Koltunski
04:03 PM TwistyPuzzleLib Revision a706f8e0 (distorted-objectlib): Move QuatHelpeer to distorted-library
Leszek Koltunski
04:03 PM Magic Cube Revision b6dcb62b (magiccube): Move QuatHelpeer to distorted-library
Leszek Koltunski
04:03 PM Distorted Android Revision 8fc3b80a (library): Move QuatHelpeer to distorted-library
Leszek Koltunski
02:39 PM Distorted Android Revision 4c96c7c9 (library): Add debugging option to DistortedEffects.
Leszek Koltunski

09/29/2021

10:40 PM Flags Revision fe0ed137 (distorted-flags): Remove unneeded dependencies.
Leszek Koltunski
10:17 PM Flags Revision 7252a86e (distorted-flags): Initial commit
Leszek Koltunski
10:16 PM Magic Cube Revision c4b665bf (magiccube): Remove all the flags - those are now in a separate module
Leszek Koltunski
09:49 PM Magic Cube Revision c93c6264 (magiccube): add two missing files
Leszek Koltunski
04:27 PM TwistyPuzzleLib Revision 29b82486 (distorted-objectlib): Initial commit
Leszek Koltunski
04:07 PM Magic Cube Revision 3f7a4363 (magiccube): Remove all files that have been separated into a new library 'objectlib'
Leszek Koltunski
12:14 PM Magic Cube Revision 588ace55 (magiccube): Prepare the 'objectlib' package to be separated into a library module
Leszek Koltunski
10:10 AM Magic Cube Revision e01c0d02 (magiccube): Rename some assets for consistency
Leszek Koltunski

09/28/2021

11:47 PM Magic Cube Revision bdbbb4c5 (magiccube): Refactoring: split the 'objects' package into two, 'objects' and 'objectlib'.
The point: we're going to need to move the 'objectlib' stuff into its own library module, and that's because we're go... Leszek Koltunski

09/27/2021

04:02 PM Magic Cube Revision d13df23d (magiccube): Important bugfix.
Leszek Koltunski

09/26/2021

10:12 PM Magic Cube Revision 7ee89540 (magiccube): Remove redundant variable.
Leszek Koltunski

09/24/2021

01:30 AM Magic Cube Revision 967c1d17 (magiccube): Do away with the last method in the object Movement classes. Remove the object Movement classes altogether.
From now on the implementation of a TwistyPuzzle is 100% data, no code at all.
Next step: make the implementation a (...
Leszek Koltunski
05:27 PM Magic Cube Revision 74c9af0d (magiccube): Next step on the way to completely do away with object Movement classes.
Leszek Koltunski
04:23 PM Magic Cube Revision a76d9cb4 (magiccube): Correct the cuts of Mega/Kilominx.
Leszek Koltunski
11:30 AM Magic Cube Revision 4946b635 (magiccube): Major abstraction - automatically compute the 'computeRowFromOffset()' function from CUTS.
Still one thing left: it appears like the CUTS of Mega/Kilominxes are not correct. Leszek Koltunski

09/23/2021

02:11 AM Magic Cube Revision ef018c1b (magiccube): Abstract the next function, computeRowFromOffset(), out of the individual Movement classes.
Still two issues:
1) mysterious 1.5 multiplier in Movement12
2) in Movement8, moving the offset works only if the ro...
Leszek Koltunski

09/21/2021

02:15 AM Magic Cube Revision 4ab3d91b (magiccube): Remove class referencees from ObjectList.
Leszek Koltunski

09/20/2021

01:50 AM Magic Cube Revision 96208efc (magiccube): MOve the FOV from ObjectList to individual object classes.
Leszek Koltunski
01:43 AM Magic Cube Revision efa81f0c (magiccube): Introduce abstract 4,6,8 adn 12 classes.
Leszek Koltunski
12:59 AM Magic Cube Revision e9a87113 (magiccube): Move the Movement class from ObjectList to individual object classes.
Leszek Koltunski
12:37 AM Magic Cube Revision e782e026 (magiccube): Realize that the Movements of Rex, Redi, Dino and the Skewbs are all identical and convert those 4 classes into one MovementCornerTwisting.
Leszek Koltunski

09/19/2021

01:04 PM Magic Cube Revision 5da517d3 (magiccube): Minor
Leszek Koltunski

09/18/2021

12:44 AM Magic Cube Revision da178c88 (magiccube): Make computing the offset in the Movement class more correct. From now on, in the center of the face the offset if always 0 regardless of the axis.
Before it would always assume that we can add DIST2D to the offset which is originated at the center of the face and ... Leszek Koltunski
10:09 PM Magic Cube Revision 771f6dfa (magiccube): Move actual solving the object to PreRender.
(before we had a 'solveObejct()' in preRender already, but that one just starts the Solve Effect!) Leszek Koltunski
08:40 PM Magic Cube Revision df664009 (magiccube): Minor
Leszek Koltunski

09/17/2021

04:10 PM Magic Cube Revision 5b05d357 (magiccube): Minor
Leszek Koltunski
03:57 PM Magic Cube Revision c7a98f94 (magiccube): Minor
Leszek Koltunski
03:51 PM Magic Cube Revision be7c9190 (magiccube): Abstract out some methods from the Movement classes. only two remain now: rowFromOffset and enabledAxis.
Leszek Koltunski
12:01 PM Magic Cube Revision 387b6326 (magiccube): Make the Kilo and Megaminxes standard size (dodecahedron size=3,5, i.e. equal to numLayers so that DIST2D and DIST3D are standard)
Leszek Koltunski

09/15/2021

12:27 AM Magic Cube Revision 1b32d001 (magiccube): Make the Ultimate standard size (dodecahedron size=2, i.e. equal to numLayers so that DIST2D and DIST3D are standard)
Leszek Koltunski
12:00 AM Magic Cube Revision 74d67e50 (magiccube): Make the Skewbs standard size (cube size=2,3, i.e. equal to numLayers so that DIST2D and DIST3D are standard)
Leszek Koltunski
11:24 PM Magic Cube Revision 16861599 (magiccube): Make Rex standard size (cube size=3, i.e. equal to numLayers so that DIST2D and DIST3D are standard)
Leszek Koltunski
06:41 PM Magic Cube Revision d84768fe (magiccube): Make Jing standard size (tetra size=2, i.e. equal to numLayers so that DIST2D and DIST3D are standard)
Leszek Koltunski
01:48 PM Magic Cube Revision 4d27a99b (magiccube): Make Ivy standard size (cube size=2, i.e. equal to numLayers so that DIST2D and DIST3D are standard)
Leszek Koltunski
01:34 PM Magic Cube Revision 41c8d4d8 (magiccube): Make Helicopter standard size (cube size=3, i.e. equal to numLayers so that DIST2D and DIST3D are standard)
Leszek Koltunski
10:37 AM Magic Cube Revision 7e338611 (magiccube): On second thought, come back to Vector. The problem: before we had the potentially blocking function 'effectFinished' inside our synchronized block.
Leszek Koltunski
10:37 AM Distorted Android Revision 9ef86c9f (library): On second thought, come back to Vector. The problem: before we had the potentially blocking function 'effectFinished' inside our synchronized block.
Leszek Koltunski
10:33 AM Distorted Android Revision 2f40484b (library): Improve EffectMessageSender: ArrayList with explicit locking in place of a Vector.
Leszek Koltunski

09/14/2021

11:55 PM Magic Cube Revision 4c49986e (magiccube): 1) add missing call to BlockController.onPause() / onResume() to the Tutorial activity
2) rearrange BlockController's error reporting to make the case where the MessageSender thread has died separate
3) i...
Leszek Koltunski
11:55 PM Distorted Android Revision c337dd1c (library): 1) add missing call to BlockController.onPause() / onResume() to the Tutorial activity
2) rearrange BlockController's error reporting to make the case where the MessageSender thread has died separate
3) i...
Leszek Koltunski
05:31 PM Distorted Android Revision 7d151b69 (library): More debugs to the EffectMessageSender.
Leszek Koltunski
04:17 PM Distorted Android Revision 43eecb4c (library): Firebase shows that we have a problem when an app is rapidly restarted, i.e. when is it paused and resumes within tens of milliseconds. Then sometimes the EffectMessageSender thread dies.
Attempt to limit this by synchronizing the whole 'start' and 'stop' methods, although I suspect this will still happe... Leszek Koltunski
03:32 PM Magic Cube Revision de43f86a (magiccube): Correct height of the tutorial dialog.
Leszek Koltunski

09/13/2021

03:02 PM Magic Cube Revision 210250ea (magiccube): Up version to 1.8.6
Leszek Koltunski
01:39 PM Magic Cube Revision 1160205e (magiccube): Add Mirror 2x2 tutorials.
Leszek Koltunski
01:07 PM Magic Cube Revision 3e6b6e37 (magiccube): Increase NODE_RATIO, i.e. the height/width ratio of the DistortedNode behind the object (before with 1.4, if one scrambled the Mirror Cube and made it the largest possible, corners were cut off form the top and bottom)
Leszek Koltunski
01:00 PM Magic Cube Revision 0e505360 (magiccube): Mirror Cubes: re-enable meshes; update meshes.
Leszek Koltunski
12:55 PM Magic Cube Revision 62ec404d (magiccube): Mirror Cubes: make them still more off-center.
Leszek Koltunski
03:53 AM Magic Cube Revision 69f807c5 (magiccube): Mirror Cubes: make them a bit more off-center.
Leszek Koltunski
03:45 AM Magic Cube Revision 36341b2f (magiccube): Mirror Cubes: add meshes and icons.
Leszek Koltunski
03:15 AM Magic Cube Revision abf36986 (magiccube): Add Mirror Cube 2x2 and 3x3.
Leszek Koltunski

09/09/2021

01:29 AM Magic Cube Revision 91792184 (magiccube): Make object scrambling abstract (well, almost - with exception of Square-1 - this theoretically could also be done the generic way, but this would require almost 20000 'ScrambleStates')
Leszek Koltunski
11:56 PM Magic Cube Revision f5e7bb94 (magiccube): Some more debugs for the case when the UI is blocked.
Leszek Koltunski
11:56 PM Distorted Android Revision 188b3dc0 (library): Some more debugs for the case when the UI is blocked.
Leszek Koltunski
11:24 PM Magic Cube Revision 00aa398a (magiccube): safety!
Leszek Koltunski
11:21 PM Magic Cube Revision 255492a0 (magiccube): Improvements for the PopupWindows: now they work:
1) on Android 11, everywhere
2) on Android 10,9,8.1,8.0 - in case of fullscreen and split-screen modes; pop-up mode s...
Leszek Koltunski

09/07/2021

11:27 PM Magic Cube Revision a36b9dca (magiccube): Defer initialization of statics in RubikNetwork till we actually need them.
Leszek Koltunski
11:11 PM Magic Cube Revision cc3d81dd (magiccube): Remove statics from the TwistyObject class.
Leszek Koltunski
02:34 PM Magic Cube Revision dc78f395 (magiccube): Fix play screen popups in case the whole app is in 'multi-window' or 'pop-up window' state.
Leszek Koltunski
01:08 PM Magic Cube Revision 51baad0e (magiccube): Simplify Play Screen popups.
Leszek Koltunski
01:00 PM Magic Cube Revision d90c55cc (magiccube): Make the 'Play' popup always fit within the window height.
Leszek Koltunski
12:39 PM Distorted Android Revision b36227cd (library): Minor.
Leszek Koltunski
02:17 AM Magic Cube Revision 963921af (magiccube): Remove statics from the Ultimate class.
Leszek Koltunski
02:06 AM Magic Cube Revision d5380277 (magiccube): Remove statics from the Square classes.
Leszek Koltunski

09/06/2021

01:25 AM Magic Cube Revision 8c3148e2 (magiccube): Remove statics from the Skewb class.
Leszek Koltunski
01:09 AM Magic Cube Revision f242ba04 (magiccube): Remove statics from the Rex class.
Leszek Koltunski
01:02 AM Magic Cube Revision 1dd8d3af (magiccube): Remove statics from the Redi class.
Leszek Koltunski
12:48 AM Magic Cube Revision 48fec01e (magiccube): Remove statics from the Pyraminx class.
Leszek Koltunski
12:38 AM Magic Cube Revision af0de0af (magiccube): Remove statics from the Minx classes.
Leszek Koltunski
11:45 PM Magic Cube Revision 4f8cda80 (magiccube): Remove statics from the Jing class.
Leszek Koltunski
11:20 PM Magic Cube Revision e01fa67a (magiccube): Remove statics from the Ivy class.
Leszek Koltunski
11:12 PM Magic Cube Revision 85449b44 (magiccube): Remove statics from the Helicopter class.
Leszek Koltunski
10:56 PM Magic Cube Revision d464f54f (magiccube): Remove statics from the Dino classes.
Leszek Koltunski
10:42 PM Magic Cube Revision aec5cc91 (magiccube): Remove statics from the Diamond classes.
Leszek Koltunski
10:29 PM Magic Cube Revision 97eb0852 (magiccube): Remove more statics from the Bandaged Cube classes.
Leszek Koltunski
10:10 PM Magic Cube Revision 7ff38997 (magiccube): Remove statics from the Cube classes.
Leszek Koltunski
03:14 PM Magic Cube Revision f2d0d23e (magiccube): Remove statics from the Bandaged Cube classes.
Leszek Koltunski
02:59 PM Magic Cube 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...
Leszek Koltunski

09/02/2021

10:44 PM Magic Cube 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... Leszek Koltunski

09/01/2021

10:24 PM Magic Cube Revision e42a9e87 (magiccube): Fix the Square-2 isSolved() (it was wrong even before!)
Leszek Koltunski
10:02 PM Magic Cube Revision bbbfb6af (magiccube): Convert the Pyraminxes to the new scrambling paradigm.
This leaves only the two Squares. Leszek Koltunski
 

Also available in: Atom