Project

General

Profile

Activity

From 04/02/2019 to 05/01/2019

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

04/09/2019

11:50 PM Magic Cube Revision d1484aba (magiccube): App: some progress changing to cube size.
Leszek Koltunski
11:16 PM Magic Cube Revision 8197c92d (magiccube): App: minor.
Leszek Koltunski
11:14 PM Distorted Android Revision d2039fdd (library): Improve locking in DistortedObject.
DistortedMaster: slaves can be NULL ! Leszek Koltunski
09:16 PM Distorted Android Revision 377e1873 (examples): Rubik App: minor
Leszek Koltunski
08:27 PM Magic Cube Revision 0c52af30 (magiccube): New module: Rubik App. Initial commit.
Leszek Koltunski
02:42 PM Distorted Android Revision 5d8a1d51 (examples): Rubk App: changes in the UI
Leszek Koltunski
02:04 PM Distorted Android Revision 0094886e (examples): Rubk App: changes in the UI
Leszek Koltunski

04/07/2019

10:46 PM Distorted Android Revision 8a40abf4 (examples): Rubk App: improve 4 buttons in the top.
Leszek Koltunski
09:59 PM Distorted Android Revision 201376f3 (examples): Rubk App: add 4 buttons in the top.
Leszek Koltunski
09:37 PM Distorted Android Revision bca41c80 (examples): Improve the application list.
Leszek Koltunski
07:02 PM Distorted Android Revision d4374cd3 (examples): RubikCube: make the post-rotation effect 'nice'.
Leszek Koltunski
06:22 PM Distorted Android Revision 142c7236 (library): Many things.
1) make the Dynamic.setDuration() able to be called AFTER the Dynamic has already been run. (and rename it to 'makeRu... Leszek Koltunski
06:22 PM Distorted Android Revision b62eb334 (examples): Many things.
1) make the Dynamic.setDuration() able to be called AFTER the Dynamic has already been run. (and rename it to 'makeRu... Leszek Koltunski
01:12 PM Distorted Android Revision 483ae94e (examples): RubikApp: properly compute cameraDistance and FOV.
Leszek Koltunski

04/06/2019

12:11 AM Distorted Android Revision 7f62afde (examples): RubikApp: minor
Leszek Koltunski
11:48 PM Distorted Android Revision 8fbe9426 (examples): RubikApp: make the rotations smooth.
Leszek Koltunski
11:01 PM Distorted Android Revision dc8979ba (examples): RubikApp: simplifications.
Leszek Koltunski
07:12 PM Distorted Android Revision 7f986357 (examples): RubikApp: simplifications.
Leszek Koltunski
06:15 PM Distorted Android Revision f843630b (examples): RubikApp: simplify SurfaceView
Leszek Koltunski
04:08 PM Distorted Android Revision 18709ae0 (examples): Improve the architecture of the Rubik App.
Leszek Koltunski
02:58 PM Distorted Android Revision 15bcc6f7 (examples): Improve the architecture of the Rubik App: new RubikCube class.
Leszek Koltunski
02:57 PM Distorted Android Revision 8647eae2 (examples): Improve the architecture of the Rubik App: new RubikCube class.
Leszek Koltunski
01:13 PM Distorted Android Revision d0418bda (examples): Improve the Rubik App - rotation works now.
Leszek Koltunski

04/05/2019

11:52 PM Distorted Android Revision 8be29dfc (examples): Improve the Rubik App - beginnings of rotation.
Leszek Koltunski

04/04/2019

11:56 PM Distorted Android Revision c6223217 (examples): Improve the Rubik App.
Leszek Koltunski
03:59 PM Distorted Android Revision 3d267840 (examples): Improve the Rubik App.
Leszek Koltunski
03:53 PM Distorted Android Revision 840d83be (examples): Improve the Rubik App.
Leszek Koltunski

04/03/2019

10:48 PM Distorted Android Revision 94cc96ff (examples): Improve the Rubik App.
Leszek Koltunski

04/02/2019

12:37 AM Distorted Android Revision 569ea22c (library): Add correct normal vectors to the PINCH effect. The effect is now fully 3D.
Leszek Koltunski
10:35 PM Distorted Android Revision 0ec011a7 (examples): Fix the PINCH effect in the Earth App.
Leszek Koltunski
09:58 PM Distorted Android Revision aee0b581 (library): Make the 'PINCH' effect fully 3D (define its acting line in terms of (latitude,longitude) angle pair).
Still, something is not fully working in the Earth app with the effect - investigate. Leszek Koltunski
09:58 PM Distorted Android Revision 5e23b17b (examples): Make the 'PINCH' effect fully 3D (define its acting line in terms of (latitude,longitude) angle pair).
Still, something is not fully working in the Earth app with the effect - investigate. Leszek Koltunski
 

Also available in: Atom