Activity
From 05/29/2016 to 06/27/2016
06/27/2016
- 10:57 PM Revision adc2a085 (examples): fix in vertex shader
- 10:57 PM Revision 369ee56a (library): fix in vertex shader
- 12:35 PM Revision 7c227ed2 (library): Bugfix in vertex shader (vertices were shot into outer space if P==S, i.e. if center point was exactly equal to the vertex being computed)
- 12:00 PM Revision d2337a3a (examples): Progress with Vertex3D
- 12:00 PM Revision 341c803d (library): Progress with Vertex3D
06/26/2016
06/25/2016
- 11:59 PM Revision 71d8ad03 (examples): Vertex3D: beginnings of support for a visible 'center' cross.
- 10:54 PM Revision 794e6c4f (examples): Vertex3D: add configurable center
06/24/2016
- 01:17 PM Revision f969f51d (examples): Make the hips movement more realistic
- 01:06 PM Revision 39cbf9dc (library): Minor: deal with IntelliJ warnings
- 01:05 PM Revision 7abd1d00 (examples): make the 'Deform' app much more flexible (now we can mix effects atthe same time!)
- 11:07 AM Revision 8aac2acc (library): minor
- 11:05 AM Revision 0318e7e3 (library): Important bugfix in the vertex shader: there was division by 0 in case Center point was on the edge of the Object, resulting in some vertices being shot into outer space.
06/23/2016
- 03:22 PM Revision 261fe5bd (examples): Improvements to the Cubes & Vertex3D apps.
- 01:33 PM Revision e642b4aa (examples): Vertex3D almost finished - there's still a problem when parts of Cubes get culled if the Object gets Deformed or Distorted to the left (curiously only the 'left' direction seems to trigger this!)
- 01:33 PM Revision 42e62272 (library): Vertex3D almost finished - there's still a problem when parts of Cubes get culled if the Object gets Deformed or Distorted to the left (curiously only the 'left' direction seems to trigger this!)
- 12:56 PM Revision 26b28407 (examples): Progress with Vertex3D
- 10:57 AM Revision 833685d0 (examples): Progress with Vertex3D
- 10:36 AM Revision d40cfeb2 (examples): Progress with Vertex3D
06/22/2016
- 11:24 PM Revision e2d8ea1d (examples): Progress with Vertex3D
- 03:42 PM Revision 08f92d82 (examples): Skeleton of the new App: Vertex3D. So far just a copy of Matrix3D.
- 12:52 PM Revision db5d943e (examples): Rename Effects3D to Matrix3D
- 11:21 AM Revision c5a28eb8 (examples): Cleanup, consistent variable names, minor details.
- 11:21 AM Revision e8c81a8e (library): Cleanup, consistent variable names, minor details.
06/21/2016
- 12:21 AM Revision 5fd28c26 (library): Further progress with SenderThread: make it possible to actually exit the thread on app exit.
- 12:12 AM Revision 6613266b (library): Major: the MessageSender thread used to be running all the time in a tight loop!!
- 11:13 PM Revision e25d0dde (library): Additional Javadoc stuff.
- 01:02 PM Revision 59bbb86a (examples): - Javadoc for EffectNames
- - make Matrix effects consistent with the rest (center of effect as last parameter!)
- bugfix for yesterday's bugfix ... - 01:02 PM Revision 0df17fad (library): - Javadoc for EffectNames
- - make Matrix effects consistent with the rest (center of effect as last parameter!)
- bugfix for yesterday's bugfix ... - 10:06 AM Revision 84dd0d8f (examples): Cleanup.
- 10:06 AM Revision 015642fb (library): Cleanup.
- 09:36 AM Revision 8bebb319 (examples): Effects2D should be finished.
06/20/2016
- 11:52 PM Revision de1c3c51 (examples): remove debug
- 11:51 PM Revision 3a35681a (library): Bugfix: send EFFECT_REMOVED to all Listeners from EffectQueue.abortAll() !
- 11:42 PM Revision e763f1ee (examples): Effects2D almost finished.
- 10:47 PM Revision af225332 (examples): More progress with Effects2D app.
- 04:35 PM Revision f9afbbf3 (examples): Upgrade what used to be the 'Scratchpad' app; step 2: reorganize layout
- 12:09 PM Revision e5424523 (examples): Upgrade what used to be the 'Scratchpad' app; step 1: rename.
- 10:32 AM Revision bb7d8484 (library): Minor cleanup.
- 10:31 AM Revision fee0865c (library): Fix for adding a single DistortedObject to a DistortedNode tree multiple times.
06/18/2016
- 10:58 PM Revision f988589e (examples): Further reduce the distortedObject's API - now only 26 methods, 1/4 of the 104 before the reorganization.
- 10:58 PM Revision 8c893ffc (library): Further reduce the distortedObject's API - now only 26 methods, 1/4 of the 104 before the reorganization.
06/17/2016
06/16/2016
- 12:05 AM Revision b5cc7760 (examples): New API fully ported; not tested yet but stuff compiles.
- 11:49 PM Revision 7bf107f7 (examples): Some more progress with porting apps to new VERTEX API.
- 11:49 PM Revision d425545a (library): Some more progress with porting apps to new VERTEX API.
- 04:21 PM Revision f2fe7e28 (library): Major push towards simplifying DistortedObject's public API.
- Beginning of work on VERTEX Effects - does not compile ATM!
- 01:50 PM Revision 59759251 (examples): Major push towards simplifying DistortedObject's public API.
- All Fragment effects are using the new API - the 'DataND' marker interfaces.
- 01:50 PM Revision 2fce34f4 (library): Major push towards simplifying DistortedObject's public API.
- All Fragment effects are using the new API - the 'DataND' marker interfaces.
06/15/2016
- 12:44 AM Revision 7589635e (examples): Major push towards simplifying DistortedObject's public API.
- All MATRIX effects are using the new API - the 'DataND' marker interfaces.
- 12:44 AM Revision 568b29d8 (library): Major push towards simplifying DistortedObject's public API.
- All MATRIX effects are using the new API - the 'DataND' marker interfaces.
- 03:56 PM Revision 88d9ff62 (examples): Save the image to 'Pictures' album in the Gallery.
- 03:14 PM Revision e4237c21 (examples): Move the 'Save' effect to the Application and remove the 'OTHER' effect queue
- 03:14 PM Revision cdd6333d (library): Move the 'Save' effect to the Application and remove the 'OTHER' effect queue
- 12:40 PM Revision 13efa930 (examples): 1. new package 'message'
- 2. Rename the 'Grid' classes to match
- 12:40 PM Revision e458a4ba (library): 1. new package 'message'
- 2. Rename the 'Grid' classes to match
- 12:05 PM Revision 08eabc44 (examples): move data types, like FlatND and InterpolatorND, to a separate package.
- 12:05 PM Revision a4835695 (library): move data types, like FlatND and InterpolatorND, to a separate package.
- 11:23 AM Revision 9351ad55 (library): comment cleanup in DistortedObject.
- 11:18 AM Revision e0a16874 (library): cleanup in DistortedObject's methods.
06/14/2016
- 10:08 PM Revision bc0a685b (examples): Add License
- 04:24 PM Revision d333eb6b (library): Add license
06/13/2016
- 10:28 PM Revision cb0e1940 (library): remove the remains of DistortedBitmaps from DistortedNode
- 10:19 PM Revision 476bbc81 (library): Bugfix for removeByType
- 12:01 PM Revision b9615af9 (examples): Save PNG effect almost finished. Supporting App (hopefully!) completely finished.
- What remains to be done: put actual saving of the Bitmap in a separate thread, away from the Graphics thread!!
- 12:01 PM Revision c6e1c219 (library): Save PNG effect almost finished. Supporting App (hopefully!) completely finished.
- What remains to be done: put actual saving of the Bitmap in a separate thread, away from the Graphics thread!!
06/12/2016
- 10:48 PM Revision 7cfeeb63 (examples): Progress with Save app.
- 10:46 PM Revision e1e275c1 (library): Javadoc stuff.
06/10/2016
- 12:38 AM Revision a2cb31e9 (examples): Beginnings of support for the 'Save' app.
- 03:39 PM Revision 57dc1301 (library): Implement SAVE_PNG
- 03:11 PM Revision 2e18813f (library): Beginnings of support for the SavePNG effect.
- 01:51 PM Revision 71887484 (library): abstract setMax and getMax to EffectQueue.
- 12:39 PM Revision 9c5b5cb6 (examples): Improce the 'Check' App.
- 12:39 PM Revision b1e91f2c (library): Improce the 'Check' App.
- 11:30 AM Revision a8c3ada7 (examples): Improve aborting Effects.
- 11:30 AM Revision d07f2950 (library): Improve aborting Effects.
06/09/2016
- 01:03 AM Revision c06dacb3 (examples): Merge remote-tracking branch 'origin/master'
- 01:03 AM Revision 95593730 (examples): Introduce ENUM EffectTypes
- 01:03 AM Revision 1e438fc7 (library): Introduce ENUM EffectTypes
- 01:01 PM Revision 78cf1356 (examples): Merge remote-tracking branch 'origin/master'
- 01:01 PM Revision ce3787c7 (examples): Icon & metadata
06/08/2016
- 01:14 AM Revision 89a0d841 (examples): Beginnings of support for PostShader effects (SavePNG, SaveMP4)
- 01:14 AM Revision b3618cb5 (library): Beginnings of support for PostShader effects (SavePNG, SaveMP4)
- 01:59 PM Revision 6ae6106e (examples): Icon & metadata
06/07/2016
- 11:03 PM Revision 862fcd79 (examples): New app: PlainMonaLisa (Mona Lisa rendered on plain SurfaceView)
- 11:03 PM Revision 1b096d30 (library): New app: PlainMonaLisa (Mona Lisa rendered on plain SurfaceView)
06/03/2016
- 11:43 PM Revision 79d5f03c (examples): Minor cleanup.
- 11:43 PM Revision f2a0d837 (library): Minor cleanup.
- 11:39 PM Revision 436899f2 (library): Fix for issue 1: 'FBO not visible' : we forgot to clear the HashMap in DistortedNode.
- 10:09 PM Revision ada90d33 (library): Make deep copying DistortedObjects (needed in DistortedNode) standard.
- 03:51 PM Revision 19bed2df (library): Defensive programming.
- 03:38 PM Revision ac503d98 (examples): Provide support to add any class derived from DistortedObject to DistortedNode.
- 03:38 PM Revision 9361b337 (library): Provide support to add any class derived from DistortedObject to DistortedNode.
06/02/2016
- 08:24 PM Revision 437bc43e (library): Adjust comments.
- 04:18 PM Revision 7845dc66 (library): convert Distorted.java from GLSurfaceView to Context.
- 03:47 PM Revision ed1c0b33 (examples): Switch to sending a Context (rather than a GLSurfaceView) to the library.
- 03:13 PM Revision b329f352 (library): Improvements for Javadoc
- 02:16 PM Revision f14facd4 (examples): Switch back to http
05/30/2016
Also available in: Atom