Project

General

Profile

Leszek Koltunski's activity

From 04/13/2019 to 05/12/2019

05/12/2019

09:18 PM Magic Cube Revision c622889d (magiccube): Invert the order of Matrix Effects. Now, just as in the other queues, the first matrix effect is actually the first to act on the object - not the other way around!
Leszek Koltunski
09:18 PM Distorted Android Revision dae661e9 (examples): Invert the order of Matrix Effects. Now, just as in the other queues, the first matrix effect is actually the first to act on the object - not the other way around!
Leszek Koltunski
09:18 PM Distorted Android Revision 012901f5 (library): Invert the order of Matrix Effects. Now, just as in the other queues, the first matrix effect is actually the first to act on the object - not the other way around!
Leszek Koltunski

05/11/2019

10:33 PM Magic Cube Revision f647630d (magiccube): Simplify the way applications can get notifications when an effect finishes.
Now, instead of the 'DistortedEffects.(de)registerForNotifications()' 2 APIs, we call a single 'Effect.notifyWhenFini... Leszek Koltunski
10:33 PM Distorted Android Revision 8d5a8e06 (examples): Simplify the way applications can get notifications when an effect finishes.
Now, instead of the 'DistortedEffects.(de)registerForNotifications()' 2 APIs, we call a single 'Effect.notifyWhenFini... Leszek Koltunski
10:33 PM Distorted Android Revision 20dbec0e (library): Simplify the way applications can get notifications when an effect finishes.
Now, instead of the 'DistortedEffects.(de)registerForNotifications()' 2 APIs, we call a single 'Effect.notifyWhenFini... Leszek Koltunski

05/10/2019

04:40 PM Magic Cube Revision f548942f (magiccube): Progress with scrambling and solving cube.
Leszek Koltunski
03:06 PM Magic Cube Revision 5560eea9 (magiccube): Progress with UI.
Leszek Koltunski
02:16 PM Magic Cube Revision 1cbcc6bf (magiccube): Progress with Credits and Settings.
Leszek Koltunski
11:15 AM Magic Cube Revision fe381d8e (magiccube): Remember settings across app restarts.
Leszek Koltunski
10:25 AM Magic Cube Revision a8c8b933 (magiccube): Save the Settings across screen rotations.
Leszek Koltunski

05/09/2019

11:23 PM Magic Cube Revision b0a2ce63 (magiccube): Connect the dialog values to RubikRenderer.
Leszek Koltunski
11:07 PM Magic Cube Revision f6fcf06a (magiccube): New RubikSettings dialog.
Leszek Koltunski

05/08/2019

11:32 PM Magic Cube Revision ee5c2ae1 (magiccube): Remember the quaternion.
Leszek Koltunski
11:14 PM Magic Cube Revision 5e307a01 (magiccube): Simplify.
Leszek Koltunski
11:09 PM Magic Cube Revision aa8b36aa (magiccube): Progress.
Leszek Koltunski
09:56 PM Magic Cube Revision a47ee432 (magiccube): rename 'credits' to 'settings'
Leszek Koltunski
08:54 PM Magic Cube Revision 34747dd1 (magiccube): Major progress with DistortedCube:
- split transition effect into separate 'appear' and 'disappear' effects
- apply the 'appear' effects to a new cube b...
Leszek Koltunski
12:47 PM Magic Cube Revision e56c3711 (magiccube): 2 new effects; bugfix.
Leszek Koltunski

05/07/2019

10:35 PM Magic Cube Revision f291130e (magiccube): Progress with DistortedCube.
Leszek Koltunski
10:35 PM Distorted Android Revision 106ae28d (library): Progress with DistortedCube.
Leszek Koltunski
08:06 PM Magic Cube Revision 9208e27b (magiccube): Progress with DistortedCube.
Leszek Koltunski
08:06 PM Distorted Android Revision 34e43b0a (library): Progress with DistortedCube.
Leszek Koltunski
02:05 PM Distorted Android Revision 9559b088 (library): Correct the EffectMessageSender.
Leszek Koltunski
02:04 PM Magic Cube Revision 434f2f5a (magiccube): DistortedCube: progress with abstract Transition Effects.
Leszek Koltunski

05/03/2019

10:46 PM Magic Cube Revision ffd744be (magiccube): Correct the Legal notice.
Leszek Koltunski
10:46 PM Distorted Android Revision 46b572b5 (library): Correct the Legal notice.
Leszek Koltunski
10:46 PM Distorted Android Revision 71c8884f (examples): Correct the Legal notice.
Leszek Koltunski

05/02/2019

10:41 PM Magic Cube Revision e1111500 (magiccube): Rename all the classes that are not exported to application to 'Internal'
Leszek Koltunski
10:41 PM Distorted Android Revision 7602a827 (library): Rename all the classes that are not exported to application to 'Internal'
Leszek Koltunski
10:41 PM Distorted Android Revision e3900503 (examples): Rename all the classes that are not exported to application to 'Internal'
Leszek Koltunski
10:33 PM Distorted Android Revision 809dcae3 (library): Finally move the EffectQueues to their own package.
Leszek Koltunski
06:26 PM Distorted Android Revision d5b709df (library): Cut another interdependency between the Queues and the rest: it is no longer necessary to add DNodes to PostprocessQueue to rearrange the Nodes by buckets. The rearranging is now done on next render instead.
Leszek Koltunski
01:22 PM Distorted Android Revision 8fca4a82 (examples): Move all Program-related stuff to Distorted. Now the DistortedEffects class is very simple.
Leszek Koltunski
01:22 PM Distorted Android Revision bfe45b4a (library): Move all Program-related stuff to Distorted. Now the DistortedEffects class is very simple.
Leszek Koltunski
12:54 PM Distorted Android Revision a0397f32 (library): Make DistortedEffects oblivious of the effect types.
Leszek Koltunski
10:42 AM Magic Cube Revision 5eea0cf4 (magiccube): Cut one interdependency between the EffectQueuePreprocess and DistortedNode
Leszek Koltunski
10:42 AM Distorted Android Revision e37d470b (library): Cut one interdependency between the EffectQueuePreprocess and DistortedNode
Leszek Koltunski
10:21 AM Distorted Android Revision 84d51487 (library): Cut one interdependency between the EffectQueuePreprocess and DistortedEffects
Leszek Koltunski

05/01/2019

09:52 PM Distorted Android Revision 11845a9e (library): Carve the 'children list' from DOutputSurface and DNode into a separate class of its own, DistortedChildrenList.
Leszek Koltunski
02:34 PM Distorted Android Revision 6bce98fc (library): Minor.
Leszek Koltunski
12:27 PM Magic Cube Revision d08735cb (magiccube): Split the DistortedNode class into two - DistortedNode and DistortedNodeData
Leszek Koltunski
12:27 PM Distorted Android Revision 8bfefd68 (library): Split the DistortedNode class into two - DistortedNode and DistortedNodeData
Leszek Koltunski

04/30/2019

11:25 PM Distorted Android Revision 9cae4322 (library): Some simplifications to the Node.
Leszek Koltunski
11:25 PM Distorted Android Revision da231553 (examples): minor.
Leszek Koltunski
01:13 PM Distorted Android Revision 6e18bd32 (examples): Turn the Rubik app into a MemoryTest.
Leszek Koltunski
10:12 AM Magic Cube Revision 8110dcc7 (magiccube): Another bugfix: if we keep changing the cube size and rotating sides at the same time, then it could happen that ability to rotate was permanently withdrawn.
Leszek Koltunski
10:12 AM Distorted Android Revision 96ddd33a (examples): Another bugfix: if we keep changing the cube size and rotating sides at the same time, then it could happen that ability to rotate was permanently withdrawn.
Leszek Koltunski
09:58 AM Magic Cube Revision 34998c9d (magiccube): Port fixes for the memory leak problems from distorted-examples.
Leszek Koltunski
09:42 AM Distorted Android Revision c43abe6c (library): Fixes for memory leak problems uncovered by the 'Rubik' app. (mainly: new method DistortedNode.markForDeletion)
Leszek Koltunski
09:42 AM Distorted Android Revision e3a72781 (examples): Fixes for memory leak problems uncovered by the 'Rubik' app. (mainly: new method DistortedNode.markForDeletion)
Leszek Koltunski

04/29/2019

02:04 PM Magic Cube Revision 887975f2 (magiccube): Port changes from the 'distorted-cube' target.
Leszek Koltunski
02:04 PM Distorted Android Revision af8b42cc (examples): Port changes from the 'distorted-cube' target.
Leszek Koltunski

04/26/2019

07:10 PM Distorted Android Revision 6a29ecf7 (library): We don't have to mark Textures for creation until we fill them up with data.
Leszek Koltunski
07:08 PM Distorted Android Revision fbe9542f (library): Correct the same bug for DistortedTextures and DistortedFramebuffers: only mark them for creation when we actually have everything ready, i.e. as the last statement in the constructor.
Leszek Koltunski
04:54 PM Magic Cube Revision a81ddb3e (magiccube): Correct a bug in DistortedBuffer: we only mark it for creation when we actually have all the data ready, otherwise it can happen that create(0 is called before setData() !
Leszek Koltunski
04:54 PM Distorted Android Revision ccd98f1c (library): Correct a bug in DistortedBuffer: we only mark it for creation when we actually have all the data ready, otherwise it can happen that create(0 is called before setData() !
Leszek Koltunski
 

Also available in: Atom