Activity
From 09/23/2021 to 10/22/2021
10/22/2021
- 04:49 PM TwistyPuzzleLib Revision e26eb4e7 (distorted-objectlib): Do not pull the inventors and the names of objects from Resources.
- 11:00 AM TwistyPuzzleLib Revision e32d318a (distorted-objectlib): new API to make is possible to adjust default scale factor in each TwistyObjectNode.
- (and use it in Tutorials, where the object needs to be smaller)
- 11:00 AM Magic Cube Revision a946af34 (magiccube): new API to make is possible to adjust default scale factor in each TwistyObjectNode.
- (and use it in Tutorials, where the object needs to be smaller)
- 02:59 AM TwistyPuzzleLib Revision 7ba38dd4 (distorted-objectlib): Major change: separate the notion of a TwistyObject and its Node. Now,
- 1) the Node stays when we change objects (this makes transitions faster)
2) it's possible to just create an Object wi... - 02:59 AM Magic Cube Revision 338babe8 (magiccube): Major change: separate the notion of a TwistyObject and its Node. Now,
- 1) the Node stays when we change objects (this makes transitions faster)
2) it's possible to just create an Object wi... - 02:59 AM Distorted Android Revision 460a2b7d (library): Major change: separate the notion of a TwistyObject and its Node. Now,
- 1) the Node stays when we change objects (this makes transitions faster)
2) it's possible to just create an Object wi...
10/21/2021
- 05:17 PM Magic Cube Revision d4415163 (magiccube): Standarize icon naming scheme.
- 05:17 PM TwistyPuzzleLib Revision b146015e (distorted-objectlib): Standarize icon naming scheme.
- 04:54 PM TwistyPuzzleLib Revision 55fa6993 (distorted-objectlib): Systematic names for the meshes.
10/20/2021
- 01:16 AM TwistyPuzzleLib Revision a75ae1ee (distorted-objectlib): Separate the notions of a sticker shape and a sticker color.
- 01:21 PM TwistyPuzzleLib Revision 43a4ccff (distorted-objectlib): simplify sticker/color map.
10/19/2021
- 01:32 AM TwistyPuzzleLib Revision 7b832206 (distorted-objectlib): Progress with serializing object to JSON: cubits.
- Only faceColorMap remains now.
- 12:51 AM TwistyPuzzleLib Revision e30c522a (distorted-objectlib): Progress with serializing object to JSON: shapes.
- 06:30 PM TwistyPuzzleLib Revision 1bb09f88 (distorted-objectlib): Progress with serializing object to JSON: stickers, quats.
10/18/2021
- 11:43 PM TwistyPuzzleLib Revision 7bbfc84f (distorted-objectlib): Progress with serializing object to JSON: rotations.
- 10:58 PM TwistyPuzzleLib Revision f9a81f52 (distorted-objectlib): Progress with serializing object to JSON: scrambling.
- 02:17 PM Magic Cube Revision 88d28110 (magiccube): Minor
- 02:11 PM Magic Cube Revision 88bad160 (magiccube): Use the latest objectlib
- 02:06 PM TwistyPuzzleLib Revision 59c20632 (distorted-objectlib): Reorg for writing the JSON
10/16/2021
- 12:07 PM Magic Cube Revision ae77f661 (magiccube): Correct the 'solved' icons in the Play popup.
10/15/2021
- 12:35 AM Magic Cube Revision 3f287c05 (magiccube): Correction
- 01:07 PM Distorted Android Revision c38f3d33 (library): Correction
10/13/2021
- 06:59 PM Magic Cube Revision 97193a09 (magiccube): Bump versionCode to 42 (forgotten before)
- 05:36 PM Magic Cube Revision 772882ec (magiccube): Fix a lint error.
- 05:24 PM Magic Cube Revision 0f25905a (magiccube): Correct location of the keystore.
- 04:14 PM Magic Cube Revision 4c9947bd (magiccube): 1. Do not restore object scrambling if we freshly upgraded from some version older than 1.9.0
- 2. Bugfix for a recently introduced crasher in the Play screen.
- 03:02 PM Magic Cube Revision 59553a2a (magiccube): Tutorials
- 02:04 PM TwistyPuzzleLib Revision bbd0d457 (distorted-objectlib): Up version to 1.9.0
- 02:04 PM Magic Cube Revision 16be2d2a (magiccube): Up version to 1.9.0
- 01:59 PM Magic Cube Revision 2da68298 (magiccube): Create the 3 Popups only on first button click - this time we can have the final screen dimensions (and also it starts faster ) Before we weree getting the screen size from before hiding navigation bars, which made the height smaller, which made the number of obejcts and levels in the popups sometimes too small!
- 12:29 PM TwistyPuzzleLib Revision b19a1d32 (distorted-objectlib): Cuboids: fully implement the first 3 cuboids (2x3x2, 3x2x3, 3x4x3)
10/12/2021
- 11:45 PM TwistyPuzzleLib Revision ab31cf6f (distorted-objectlib): Cuboids: movement.
- 10:42 PM TwistyPuzzleLib Revision ba6d9ee9 (distorted-objectlib): Cuboids
- 05:39 PM TwistyPuzzleLib Revision 4a5157a1 (distorted-objectlib): Rotations of a Cuboid - finished.
- 02:20 PM TwistyPuzzleLib Revision d6998705 (distorted-objectlib): Improve rotations of a Cuboid.
- 01:59 PM TwistyPuzzleLib Revision e7daa161 (distorted-objectlib): - remove the retarded NODE_RATIO from TwistyObject
- - more correctly estimate Cuboid's 'realSize' as an average of their 3 sizes.
- 12:28 PM Magic Cube Revision 7b2a8ef3 (magiccube): Progress with cuboids.
- 12:28 PM TwistyPuzzleLib Revision 7dab2aea (distorted-objectlib): Progress with cuboids.
- 11:40 AM TwistyPuzzleLib Revision a135652b (distorted-objectlib): Improve cuboids: single-layer cuboids should work. 1x1x1 does!
10/11/2021
- 01:40 AM TwistyPuzzleLib Revision dfdb26a9 (distorted-objectlib): First attempt at cuboids. 2x2x3 and 3x3x4 mostly working :)
- 11:47 PM Magic Cube Revision fbffa02a (magiccube): Fix the Solver
- 10:53 PM TwistyPuzzleLib Revision a57e6870 (distorted-objectlib): make numLayers into an int[] (preparation for Cuboids)
- Caution: because of previous changes to cubit order in cube, the Solver is broken!
- 10:53 PM Magic Cube Revision 09b2bd31 (magiccube): make numLayers into an int[] (preparation for Cuboids)
- Caution: because of previous changes to cubit order in cube, the Solver is broken!
- 04:07 PM TwistyPuzzleLib Revision d309baa5 (distorted-objectlib): Make the cube meshes even a bit smaller
- 03:54 PM TwistyPuzzleLib Revision 8396c548 (distorted-objectlib): Make cube meshes much smaller (by initroducing two distinct types of cubits -
- 1) corners and edges
2) face cubits (which now have simpler meshes) - 03:33 PM Distorted Android Revision cc2367fe (library): By default, do use Halo Depth (this broke the halo around a solved object in distorted-cube!)
- 02:34 PM TwistyPuzzleLib Revision 8da6b1c9 (distorted-objectlib): Changes to the Cube cubits; new cube meshes.
- 11:30 AM TwistyPuzzleLib Revision 7ce20d2a (distorted-objectlib): Error in Cube's scramble states
- 11:00 AM TwistyPuzzleLib Revision 568d4698 (distorted-objectlib): New API to objectlib to recreate an already displayed object (because the settings, like 'IconMode' might have changed) and using the new API in puzzle-creator.
10/10/2021
- 12:24 AM TwistyPuzzleLib Revision 8592461c (distorted-objectlib): 'IconMode' finished.
- 12:24 AM Magic Cube Revision 8c93c0b1 (magiccube): 'IconMode' finished.
- 11:33 PM TwistyPuzzleLib Revision 21aaab9a (distorted-objectlib): Progress with 'IconMode'
10/08/2021
- 11:27 PM TwistyPuzzleLib Revision ee6bb8d7 (distorted-objectlib): New API for the IconMode: set scale of the object.
- 11:27 PM Distorted Android Revision 5c84d9c2 (library): Set possibility for the Postprocessing effects to eclipse the whole object or only work at the edges.
- 10:04 PM TwistyPuzzleLib Revision 03edfabd (distorted-objectlib): Bugfix for Kilominx.
- 05:56 PM TwistyPuzzleLib Revision 2289cab1 (distorted-objectlib): New 'IconMode' and some APIs to support it.
- 05:53 PM Distorted Android Revision 06ed13b5 (library): New API: set components centers of all components all in one go.
- 12:47 PM Distorted Android Revision e8a86d16 (library): comment.
- 12:42 PM Distorted Android Revision 23691e40 (library): New BORDER effect.
- 12:42 PM Distorted Android Revision cef5d326 (examples): New BORDER effect.
- 11:05 AM Distorted Android Revision f90fe926 (library): Comment.
- 09:33 AM Distorted Android Revision caf7ce0a (examples): Minor
- 09:33 AM Distorted Android Revision 5b567bb4 (library): Minor
10/07/2021
- 10:32 PM Distorted Android Revision 7b2f81e8 (library): Improvements for the new Border effect. Now works, but covers the object - to be corrected.
- 10:32 PM TwistyPuzzleLib Revision 758b028d (distorted-objectlib): Improvements for the new Border effect. Now works, but covers the object - to be corrected.
- 10:32 PM Distorted Android Revision 5b829159 (examples): Improvements for the new Border effect. Now works, but covers the object - to be corrected.
- 03:23 PM Distorted Android Revision d58407a8 (library): New postprocess effect 'Border' (not working yet) and adding it to the testing app 'Triblur'.
- 03:23 PM Distorted Android Revision 1b80a6e2 (examples): New postprocess effect 'Border' (not working yet) and adding it to the testing app 'Triblur'.
10/06/2021
- 11:40 PM Magic Cube Revision f08ec48e (magiccube): Remove unneeded API.
- 11:40 PM TwistyPuzzleLib Revision 97bf248f (distorted-objectlib): Remove unneeded API.
- 11:25 PM Magic Cube Revision 0c52f5da (magiccube): Relax objectlib's requirements: it can be displayed not only on top of a DistortedScreen, but any DistortedFramebuffer.
- 11:25 PM TwistyPuzzleLib Revision dd00d051 (distorted-objectlib): Relax objectlib's requirements: it can be displayed not only on top of a DistortedScreen, but any DistortedFramebuffer.
- 10:31 PM TwistyPuzzleLib Revision 854b09be (distorted-objectlib): Improve the Jing mesh.
- 05:54 PM Distorted Android Revision ba70e7c9 (library): Mesh creation: finished.
- 05:54 PM TwistyPuzzleLib Revision 3e9df6aa (distorted-objectlib): Mesh creation: finished.
- 01:15 PM Magic Cube Revision 52547ba7 (magiccube): Simplification
- 12:35 PM TwistyPuzzleLib Revision b80e6524 (distorted-objectlib): No, move the object afterall. Why? See in Tutorials - a moved node has the right side missing.
- 12:30 PM TwistyPuzzleLib Revision d3371e37 (distorted-objectlib): minor
- 12:29 PM TwistyPuzzleLib Revision b6a71581 (distorted-objectlib): Improve 'off-center' objects: move the node, not the object!
- This simplifies the Effects and makes them more correct (glow!)
- 09:50 AM TwistyPuzzleLib Revision e6b45809 (distorted-objectlib): Fix important bug in Minx'es detection of the solved state.
10/05/2021
- 01:04 AM Magic Cube Revision eb49fa90 (magiccube): Use the off-center objects to display the object in Tutorial mode properly.
- Now it is not covered by the right bar!
- 12:23 AM TwistyPuzzleLib Revision 72d6857c (distorted-objectlib): off-center objects: finished.
- 12:06 AM TwistyPuzzleLib Revision 02d80fe6 (distorted-objectlib): progress with off-center objects.
- 11:38 PM TwistyPuzzleLib Revision ecf3d6e3 (distorted-objectlib): 1) introduce possibility to move objects, i.e. display them not in the middle of the screen (not fully functional yet)
- 2) do away with unneeded any more interface 'EffectController' - since ObjectPreRender is the only implementation now.
- 10:53 PM TwistyPuzzleLib Revision 81141862 (distorted-objectlib): Remove the 'setupObject()' redundant API.
- 10:53 PM Magic Cube Revision 33f6abfd (magiccube): Remove the 'setupObject()' redundant API.
- 07:10 PM Magic Cube Revision f57d0ad9 (magiccube): Minor
- 03:40 PM Magic Cube Revision c65a5efe (magiccube): Further simplifications.
- 03:40 PM TwistyPuzzleLib Revision 2fca02cf (distorted-objectlib): Further simplifications.
- 03:12 PM Magic Cube Revision e019c70b (magiccube): Remove the concept of a 'TwistyActivity' altogether.
- 03:12 PM TwistyPuzzleLib Revision b3fff6fb (distorted-objectlib): Remove the concept of a 'TwistyActivity' altogether.
- 02:12 PM Magic Cube Revision 9523ae28 (magiccube): Hide most of the TwistyActivity methods inside objectlib.
- 02:12 PM TwistyPuzzleLib Revision b9956428 (distorted-objectlib): Hide most of the TwistyActivity methods inside objectlib.
- 12:58 PM Magic Cube Revision f4f784ad (magiccube): Bugfix: we shouldn't be calling TwsityObject.solve() directly from the app, only through ObjectControl.solveOnly().
- 12:58 PM TwistyPuzzleLib Revision 17d623f1 (distorted-objectlib): Bugfix: we shouldn't be calling TwsityObject.solve() directly from the app, only through ObjectControl.solveOnly().
- 12:52 PM Magic Cube Revision e4f656d1 (magiccube): Simplifications
- 12:52 PM TwistyPuzzleLib Revision 2df35810 (distorted-objectlib): Simplifications
- 11:58 AM Magic Cube Revision 2afc6754 (magiccube): Move RubikControl to objectlib (as 'ObjectAutomator')
- Hide ObjectPreRender inside objectlib and move its APi to ObjectControl.
- 11:58 AM TwistyPuzzleLib Revision 9276dced (distorted-objectlib): Move RubikControl to objectlib (as 'ObjectAutomator')
- Hide ObjectPreRender inside objectlib and move its APi to ObjectControl.
10/04/2021
- 10:11 PM Magic Cube Revision 8ab435b9 (magiccube): 1. Remove 'db level' from objectlib (this belongs to the app!)
- 2. change ScreenPlay's 'mObject' to be an ObjectType.
- 10:11 PM TwistyPuzzleLib Revision 046104f5 (distorted-objectlib): 1. Remove 'db level' from objectlib (this belongs to the app!)
- 2. change ScreenPlay's 'mObject' to be an ObjectType.
- 04:59 PM Magic Cube Revision 287e91a6 (magiccube): Remove from ObjectType info which row given object is supposed to be in. This belongs to the applcations.
- 04:59 PM TwistyPuzzleLib Revision 00469c40 (distorted-objectlib): Remove from ObjectType info which row given object is supposed to be in. This belongs to the applcations.
- 03:33 PM TwistyPuzzleLib Revision f1bd7340 (distorted-objectlib): Simplifications
- 03:33 PM Magic Cube Revision 1bafcba4 (magiccube): Simplifications
- 03:23 PM TwistyPuzzleLib Revision b09dd39b (distorted-objectlib): Simplifications
- 03:23 PM Magic Cube Revision 05a244ad (magiccube): Simplifications
- 03:02 PM TwistyPuzzleLib Revision b78ebd76 (distorted-objectlib): Simplifications
- 02:17 PM TwistyPuzzleLib Revision 15e5214c (distorted-objectlib): Simplifications
- 02:17 PM Magic Cube Revision 05c20dad (magiccube): Simplifications
- 01:39 PM TwistyPuzzleLib Revision 880beeea (distorted-objectlib): Move ObjectControl, the next big chunk of code, to objectlib.
- 01:39 PM Magic Cube Revision dd1a65c1 (magiccube): Move ObjectControl, the next big chunk of code, to objectlib.
10/02/2021
- 12:40 AM Distorted Android Revision 8d98b65f (library): Move destroying most of statics from onDestroy() earlier, to onPause().
- Reason: doing this in onDestroy() is too late, because when we have two activities, and switch between them, first th...
- 12:07 PM Magic Cube Revision eaf46415 (magiccube): Move PreRender to objectlib.
- This code is now shared betweeen the Rubik and Tutorial activities.
- 12:06 PM TwistyPuzzleLib Revision 7c111294 (distorted-objectlib): Move PreRender to objectlib.
- This code is now shared betweeen the Rubik and Tutorial activities.
10/01/2021
- 12:08 AM TwistyPuzzleLib Revision 7e152586 (distorted-objectlib): Move yet more code to objectlib.
- It's almost possible to move the PreRender to objectlib now.
- 12:08 AM Magic Cube Revision 1cd323dd (magiccube): Move yet more code to objectlib.
- It's almost possible to move the PreRender to objectlib now.
- 11:31 PM Magic Cube Revision d2556e79 (magiccube): Move yet more code to objectlib.
- 11:31 PM TwistyPuzzleLib Revision a5a52e8d (distorted-objectlib): Move yet more code to objectlib.
- 11:27 PM Magic Cube Revision 88a3e972 (magiccube): Move more code to objectlib.
- 11:26 PM TwistyPuzzleLib Revision 198c5bf0 (distorted-objectlib): Move more code to objectlib.
- 10:33 PM TwistyPuzzleLib Revision c8bc83d9 (distorted-objectlib): Simplify TwistyObject's API.
- 10:33 PM Magic Cube Revision c4175d85 (magiccube): Simplify TwistyObject's API.
- 10:12 PM Magic Cube Revision e8205412 (magiccube): Simplify TwistyObject's API.
- 10:12 PM TwistyPuzzleLib Revision 9a316d92 (distorted-objectlib): Simplify TwistyObject's API.
- 10:01 PM Magic Cube Revision 9333086d (magiccube): Correct a recently introduced bug with restoring records.
- Slightely simplify ObjectType.
- 10:01 PM TwistyPuzzleLib Revision ad9f5cae (distorted-objectlib): Correct a recently introduced bug with restoring records.
- Slightely simplify ObjectType.
- 04:33 PM TwistyPuzzleLib Revision 8005e762 (distorted-objectlib): Reename ObjectList to a more logical ObjectType.
- 04:33 PM Magic Cube Revision 318c0a7d (magiccube): Reename ObjectList to a more logical ObjectType.
- 04:31 PM Magic Cube Revision 7ac0ee88 (magiccube): Simplify ObjectList: now there's just one object per size.
- 04:31 PM TwistyPuzzleLib Revision 61aa85e4 (distorted-objectlib): Simplify ObjectList: now there's just one object per size.
09/30/2021
- 12:09 AM TwistyPuzzleLib Revision 4e1dc313 (distorted-objectlib): move the resourceIDs from ObjectList to individual object classes.
- 11:30 PM TwistyPuzzleLib Revision cc448c54 (distorted-objectlib): improvements to the Mirror Cube.
- 07:05 PM TwistyPuzzleLib Revision 0310ac32 (distorted-objectlib): Bugfixes
- 04:14 PM Magic Cube Revision fdb5f389 (magiccube): Simplify objectlib's API.
- Correct a recently introduced bug with resetting texture maps.
- 04:14 PM TwistyPuzzleLib Revision e607083f (distorted-objectlib): Simplify objectlib's API.
- Correct a recently introduced bug with resetting texture maps.
- 04:03 PM TwistyPuzzleLib Revision a706f8e0 (distorted-objectlib): Move QuatHelpeer to distorted-library
- 04:03 PM Magic Cube Revision b6dcb62b (magiccube): Move QuatHelpeer to distorted-library
- 04:03 PM Distorted Android Revision 8fc3b80a (library): Move QuatHelpeer to distorted-library
- 02:39 PM Distorted Android Revision 4c96c7c9 (library): Add debugging option to DistortedEffects.
09/29/2021
- 10:40 PM Flags Revision fe0ed137 (distorted-flags): Remove unneeded dependencies.
- 10:17 PM Flags Revision 7252a86e (distorted-flags): Initial commit
- 10:16 PM Magic Cube Revision c4b665bf (magiccube): Remove all the flags - those are now in a separate module
- 09:49 PM Magic Cube Revision c93c6264 (magiccube): add two missing files
- 04:27 PM TwistyPuzzleLib Revision 29b82486 (distorted-objectlib): Initial commit
- 04:07 PM Magic Cube Revision 3f7a4363 (magiccube): Remove all files that have been separated into a new library 'objectlib'
- 12:14 PM Magic Cube Revision 588ace55 (magiccube): Prepare the 'objectlib' package to be separated into a library module
- 10:10 AM Magic Cube Revision e01c0d02 (magiccube): Rename some assets for consistency
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...
09/27/2021
- 04:02 PM Magic Cube Revision d13df23d (magiccube): Important bugfix.
09/26/2021
- 10:12 PM Magic Cube Revision 7ee89540 (magiccube): Remove redundant variable.
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 (... - 05:27 PM Magic Cube Revision 74c9af0d (magiccube): Next step on the way to completely do away with object Movement classes.
- 04:23 PM Magic Cube Revision a76d9cb4 (magiccube): Correct the cuts of Mega/Kilominx.
- 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.
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...
Also available in: Atom