Minor
Improve the Sink app (funny?)
Mirror: replace the Head bitmap.
Slight improvement for the Mirror app.
Mirror app finished (well, we still need to get some better bitmap for the girl)
First attempt at the 'Mirror' app.
Fix Lint warnings, correct a lot of comments, adjust EffectListener interface.
Fix a lot of Lint warnings in the apps.
Again change of API. Now instead of the 'DistortedEffects.draw() and DistortedTree.draw()' we have 'DistortedFramebuffer.renderTo()'
Change of names.
Change in the API: we always have to create a DistortedFramebuffer to render to.
onPause(): fix the Save app. All apps should behave correctly now.
onPause(): fix StarWars
Some improvements for StarWars's behaviour after onPause(), but it doesn't really work yet.
Remaining 'onPause-buggy' apps: StarWars, Save.
Fix 'FBO' and 'MovingEffects's behaviour after onPause().
Fix 'Deform' and 'Projection's behaviour after onPause().
Improve the 'FBO' app to test more things.
Change of API in DistortedFramebuffer.
Major restructuring with DistortedTexture. One now is able to create Textures anywhere, even from a thread which does not hold the OpenGL context. Same for DistortedFramebuffers.
Hide the 'depth' of a DistortedTexture inside the library, so users do not get exposed to this weirdness.
Star Wars: release memory.
Complete the split DistortedObject -> (DistortedTexture,DistortedEffectQueue)
Beginnings of split of DistortedObject into two separate classes: DistortedEffectQueues and DistortedTexture.
Still does not compile, but pushing already.
Rename various classes; fix a bug in Around the World.
More fixes for the recent API change.
Some fixes for the recent API change
Major change in API: separate the GRID from DistortedObject; completely remove classes derived from DistortedObject.
Various relatively minor cleanups.
1. (hopefully) finish the 'Save' app (now we can adjust the size of the resulting file)2. Fix one long-standing bug in almost every single app.
Move the 'Save' app to using a DistortedFramebuffer.
Improvements for DFramebuffer.
Some more tweaking to the 'Save thread.'
Fix the 'Save' app so that the saving thread does not run all the time in a tight loop
Javadoc
Fix with Projection
Turn the former 'FOV' app into 'Projection' app that also checks the (x,y) the camera looks at.
Simplify SurfaceViews
Fix the 'Save' app on Android API >=23 (we need to explicitly ask for write permission)
Improve the Deform app
DEFORM: add support for Regions
Around The World pretty much finished!
Around The World: implement blackness
Improve Around The World
Progress with Around The World
Correct Bean
Matrix3D: implement quaternion effect
progress with Around the World
Allow more than the default number of concurrent VERTEX and FRAGMENT effects in Effects3D.
New vertex effect 'PINCH'
Make the effect Center be always 3D.
Unify Effects3D and Matrix3D (still incomplete!)
Encode more info in the EfectNames enum.
Compute Race correctly
Around the World: setRace
Around the World: moving the selection rectangle
Minor stuff
Progress with AroundTheWorld
Progress with "Around The World"
Make the 'face' bitmap's background transparent
New app: Around The World (beginnings)
Effects3D: improvements
Effects3D: can remove arbitrary effect
add 'face' back
Progress with Effects3D
Effects3D: beginnings of support for removing arbitrary effect
New Face bitmap with transparent background.
Merge remote-tracking branch 'origin/master'
Icon
Slight improvement to Effects3D
Progress with WindManager.
Dynamics: Introduce 2 Modes of operation:
- 'random access' mode, where we are able to call a single Dynamic from multiple thread simultaneously.- 'sequential' mode, which only permits sequential interpolation from one client.
The second mode has an advantage when one needs to change mDuration: it keeps on interpolating smoothly. In the first mode, this is not possible.
Rename Effects2D to EffectQueue
Minor details
Solve the issue of moving SeekBars
Progress with Wind
Progress with 'Wind'
Beginnings of the 'Wind' app.
Tidy up 'Save'
Tidy up 'Quaternion'
Tidy up 'PlainMoanLisa'
Tidy up 'Olympic'
Tidy up 'Moving effects'
Tidy up 'Matrix3D'
Tidy up 'Girl'
Tidy up 'FOV'
Tidy up 'Flag'
Tidy up 'FBO'
Tidy up the 'Effects3D'
Tidy up 'Different Effects' app
TIdy up the 'DifferentBitmaps app'
Remove 'statics' from the Deform app
Tidy up 'Cubes' app
Remove unneeded 'statics' from the 'Check' app
remote unneeded 'static' variables and methods from the 'Dynamic' app
Bugfix