Activity
From 11/08/2016 to 12/07/2016
12/07/2016
- 11:58 PM Distorted Android Revision 10d53839 (examples): Turn the former 'FOV' app into 'Projection' app that also checks the (x,y) the camera looks at.
- 11:58 PM Distorted Android Revision 98455aa2 (library): Turn the former 'FOV' app into 'Projection' app that also checks the (x,y) the camera looks at.
- 12:11 PM Distorted Android Revision 71c3fecc (library): Javadoc
- 12:11 PM Distorted Android Bug #23 (Closed): FOV is a static global variable
- The new 'DistortedFramebuffer' class solves this problem.
12/06/2016
- 12:22 AM Distorted Android Revision 8e34674e (library): Move the *List classes into static members of DistortedFramebuffer and DistortedObject.
- 04:04 PM Distorted Android Revision dedacd82 (library): Javadoc
- 03:07 PM Distorted Android Revision 7304d89f (library): Cleanup
- 02:58 PM Distorted Android Revision 64a642c1 (library): Cleanup
- 12:11 PM Distorted Android Revision 16d8b8f3 (library): DistortedFramebuffer should we working now, including deletions.
12/05/2016
- 05:10 PM Distorted Android Revision ed13a5de (library): Cleanup
- 03:04 PM Distorted Android Revision 525699f4 (examples): Simplify SurfaceViews
- 03:04 PM Distorted Android Revision 6720ec85 (library): Simplify SurfaceViews
- 02:18 PM Distorted Android Revision bd3da5b2 (library): Move DistortedNode and Distorted to use the new DistortedRenderTarget.
- 12:12 PM Distorted Android Revision b448e6b9 (library): Minor progress with RenderTarget
12/02/2016
- 04:02 PM Distorted Android Revision f6fb3c6d (library): New DistortedRenderTarget - preparation for being able to render to any FBO (screen, offscreen pixmaps)
- 12:24 PM Distorted Android Revision 1a940548 (library): Minor stuff
- 11:36 AM Distorted Android Revision e489a5ef (library): Minor stuff
12/01/2016
- 12:31 AM Distorted Android Revision e3efd628 (examples): Fix the 'Save' app on Android API >=23 (we need to explicitly ask for write permission)
- 12:31 AM Distorted Android Revision 5d923c17 (library): Fix the 'Save' app on Android API >=23 (we need to explicitly ask for write permission)
- 05:14 PM Distorted Android Revision 3d590d8d (library): Minor stuff
11/24/2016
- 04:58 PM Distorted Android Feature #8: Add support for new types of Regions
- Proposed improvements:
Completely decouple the Region from the Effect. Provide possibility to set up 'Masks' which... - 02:38 PM Distorted Android Feature #20 (Closed): DEFORM Effect: support Deforming in the Z-direction
- 02:38 PM Distorted Android Feature #20 (Resolved): DEFORM Effect: support Deforming in the Z-direction
- Solved in commit commit:b86265d6
- 02:38 PM Distorted Android Revision b86265d6 (library): Add 3rd dimension to the Deform effect.
- 02:15 PM Distorted Android Revision 44efc8a8 (library): Improve the Deform app
- 02:15 PM Distorted Android Revision 6161fe9a (examples): Improve the Deform app
11/23/2016
- 12:58 AM Distorted Android Revision 91786be2 (examples): DEFORM: add support for Regions
- 12:58 AM Distorted Android Revision 6ebdbbf1 (library): DEFORM: add support for Regions
- 11:45 PM Distorted Android Revision 18d15f2f (library): Polish up DEFORM.
- 05:49 PM Distorted Android Revision dbeddd9d (library): re-write the deform effect
11/18/2016
- 06:10 PM Distorted Android Revision 3ea19d1c (library): rearrange comments
- 05:17 PM Distorted Android Revision f6cac1f6 (library): rearrange comments
11/17/2016
- 01:43 PM Distorted Android Revision 287a5475 (examples): Around The World pretty much finished!
- 12:56 PM Distorted Android Revision 04fe7f80 (examples): Around The World: implement blackness
11/16/2016
- 06:03 PM Distorted Android Revision acd5fc11 (examples): Improve Around The World
- 05:32 PM Distorted Android Revision b3a555a7 (examples): Improve Around The World
11/15/2016
- 05:15 PM Distorted Android Revision d8056149 (examples): Improve Around The World
- 04:32 PM Distorted Android Revision b56faf50 (examples): Progress with Around The World
- 01:09 PM Distorted Android Revision cdc515b9 (examples): Correct Bean
- 11:22 AM Distorted Android Revision 7c8012ee (examples): Matrix3D: implement quaternion effect
- 10:41 AM Distorted Android Revision 789f600f (library): Merge remote-tracking branch 'origin/master'
- # Conflicts:
# src/main/java/org/distorted/library/EffectNames.java
11/14/2016
- 12:34 AM Distorted Android Revision 4b34bb08 (examples): progress with Around the World
- 11:42 PM Distorted Android Revision 61ec8208 (library): Allow more than the default number of concurrent VERTEX and FRAGMENT effects in Effects3D.
- 11:42 PM Distorted Android Revision a98db446 (examples): Allow more than the default number of concurrent VERTEX and FRAGMENT effects in Effects3D.
- 10:50 PM Distorted Android Revision 82ee855a (library): New vertex effect 'PINCH'
- 10:50 PM Distorted Android Revision 7908dbc2 (examples): New vertex effect 'PINCH'
- 10:00 PM Distorted Android Revision fa6c352d (library): Complete moving center to 3D.
- 05:41 PM Distorted Android Revision eada161a (library): Make the effect Center be always 3D.
- 05:41 PM Distorted Android Revision 334c13fa (examples): Make the effect Center be always 3D.
- 04:05 PM Distorted Android Revision a1c83f28 (library): Unify Effects3D and Matrix3D (still incomplete!)
- 04:05 PM Distorted Android Revision 4d5b37fe (examples): Unify Effects3D and Matrix3D (still incomplete!)
- 03:03 PM Distorted Android Revision a13e1101 (examples): Minor
- 02:40 PM Distorted Android Revision c11a3a15 (examples): Encode more info in the EfectNames enum.
- 02:40 PM Distorted Android Revision 1beb6f13 (library): Encode more info in the EfectNames enum.
11/13/2016
- 10:59 PM Distorted Android Revision e6995f3b (examples): Compute Race correctly
11/12/2016
- 12:02 AM Distorted Android Revision 2f20ae3a (examples): Around the World: setRace
- 11:25 PM Distorted Android Revision 951c4af9 (examples): Around the World: moving the selection rectangle
11/11/2016
- 12:45 AM Distorted Android Revision e7a4ef16 (examples): Minor stuff
- 12:03 AM Distorted Android Revision 80508ef5 (examples): Progress with AroundTheWorld
- 04:23 PM Distorted Android Revision 248a2782 (examples): Progress with "Around The World"
- 10:47 AM Distorted Android Revision fcccdba1 (examples): Make the 'face' bitmap's background transparent
- 01:03 AM Distorted Android Revision 7ba38011 (examples): New app: Around The World (beginnings)
11/10/2016
- 11:07 PM Distorted Android Revision adc117e0 (examples): Effects3D: improvements
- 11:00 PM Distorted Android Revision fed00329 (examples): Effects3D: can remove arbitrary effect
- 10:31 PM Distorted Android Revision 36d56db7 (examples): add 'face' back
- 10:24 PM Distorted Android Revision fa9053f5 (examples): Progress with Effects3D
- 05:32 PM Distorted Android Revision de82c8b7 (examples): Effects3D: beginnings of support for removing arbitrary effect
- 05:10 PM Distorted Android Revision 4e363aae (examples): New Face bitmap with transparent background.
11/09/2016
- 03:08 PM Distorted Android Revision 302afbbe (examples): Merge remote-tracking branch 'origin/master'
- 03:08 PM Distorted Android Revision 57ba16f3 (examples): Minor
11/08/2016
- 12:12 AM Distorted Android Revision 46af5c89 (examples): Icon
- 11:52 PM Distorted Android Revision 47093bfd (examples): Slight improvement to Effects3D
- 05:02 PM Distorted Android Revision 24d22f93 (library): Progress with WindManager.
- 05:02 PM Distorted Android Revision e7a26998 (examples): Progress with WindManager.
- 12:43 PM Distorted Android Revision bdb341bc (library): Dynamics: Introduce 2 Modes of operation:
- - 'random access' mode, where we are able to call a single Dynamic from multiple thread simultaneously.
- 'sequential... - 12:43 PM Distorted Android Revision 27e12007 (examples): Dynamics: Introduce 2 Modes of operation:
- - 'random access' mode, where we are able to call a single Dynamic from multiple thread simultaneously.
- 'sequential...
Also available in: Atom