Project

General

Profile

Activity

From 04/03/2019 to 05/02/2019

05/02/2019

10:41 PM Revision 7602a827 (library): Rename all the classes that are not exported to application to 'Internal'
Leszek Koltunski
10:41 PM Revision e3900503 (examples): Rename all the classes that are not exported to application to 'Internal'
Leszek Koltunski
10:33 PM Revision 809dcae3 (library): Finally move the EffectQueues to their own package.
Leszek Koltunski
06:26 PM 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 Revision 8fca4a82 (examples): Move all Program-related stuff to Distorted. Now the DistortedEffects class is very simple.
Leszek Koltunski
01:22 PM Revision bfe45b4a (library): Move all Program-related stuff to Distorted. Now the DistortedEffects class is very simple.
Leszek Koltunski
12:54 PM Revision a0397f32 (library): Make DistortedEffects oblivious of the effect types.
Leszek Koltunski
10:42 AM Revision e37d470b (library): Cut one interdependency between the EffectQueuePreprocess and DistortedNode
Leszek Koltunski
10:21 AM Revision 84d51487 (library): Cut one interdependency between the EffectQueuePreprocess and DistortedEffects
Leszek Koltunski

05/01/2019

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

04/30/2019

11:25 PM Revision 9cae4322 (library): Some simplifications to the Node.
Leszek Koltunski
11:25 PM Revision da231553 (examples): minor.
Leszek Koltunski
01:13 PM Revision 6e18bd32 (examples): Turn the Rubik app into a MemoryTest.
Leszek Koltunski
10:12 AM 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:42 AM Revision c43abe6c (library): Fixes for memory leak problems uncovered by the 'Rubik' app. (mainly: new method DistortedNode.markForDeletion)
Leszek Koltunski
09:42 AM 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 Revision af8b42cc (examples): Port changes from the 'distorted-cube' target.
Leszek Koltunski

04/26/2019

07:10 PM Revision 6a29ecf7 (library): We don't have to mark Textures for creation until we fill them up with data.
Leszek Koltunski
07:08 PM 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 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:14 PM Revision d2039fdd (library): Improve locking in DistortedObject.
DistortedMaster: slaves can be NULL ! Leszek Koltunski
09:16 PM Revision 377e1873 (examples): Rubik App: minor
Leszek Koltunski
02:42 PM Revision 5d8a1d51 (examples): Rubk App: changes in the UI
Leszek Koltunski
02:04 PM Revision 0094886e (examples): Rubk App: changes in the UI
Leszek Koltunski

04/07/2019

10:46 PM Revision 8a40abf4 (examples): Rubk App: improve 4 buttons in the top.
Leszek Koltunski
09:59 PM Revision 201376f3 (examples): Rubk App: add 4 buttons in the top.
Leszek Koltunski
09:37 PM Revision bca41c80 (examples): Improve the application list.
Leszek Koltunski
07:02 PM Revision d4374cd3 (examples): RubikCube: make the post-rotation effect 'nice'.
Leszek Koltunski
06:22 PM 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 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 Revision 483ae94e (examples): RubikApp: properly compute cameraDistance and FOV.
Leszek Koltunski

04/06/2019

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

04/05/2019

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

04/04/2019

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

04/03/2019

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

04/02/2019

12:37 AM Revision 569ea22c (library): Add correct normal vectors to the PINCH effect. The effect is now fully 3D.
Leszek Koltunski
 

Also available in: Atom