Project

General

Profile

« Previous | Next » 

Revision b62eb334

Added by Leszek Koltunski about 5 years ago

Many things.

1) make the Dynamic.setDuration() able to be called AFTER the Dynamic has already been run. (and rename it to 'makeRunNowFor()' )
2) remove the automatic removal of zero Effects from EffectQueues.
3) adjust several Apps to cope with 2)
4) add post-rotation to Rubik (still not finished)

View differences:

src/main/java/org/distorted/examples/listener/ListenerRenderer.java
102 102
     {
103 103
     switch(em)
104 104
        {
105
        case EFFECT_REMOVED: if( !addNewBubble() )
106
                               {
107
                               android.util.Log.e("Listener", "failed to add new bubble - this should never happen!");
108
                               }
109
                             break;
105
        case EFFECT_FINISHED: mEffects.abortById(effectID);
106

  
107
                              if( !addNewBubble() )
108
                                {
109
                                android.util.Log.e("Listener", "failed to add new bubble - this should never happen!");
110
                                }
111
                              break;
110 112
        }
111 113
     }
112 114
   

Also available in: Unified diff