Merge lp:~nick-dedekind/nux/remove-animation-on-tick into lp:nux
| Status: | Merged |
|---|---|
| Approved by: | Francis Ginther on 2012-12-11 |
| Approved revision: | 710 |
| Merged at revision: | 736 |
| Proposed branch: | lp:~nick-dedekind/nux/remove-animation-on-tick |
| Merge into: | lp:nux |
| Diff against target: |
82 lines (+39/-1) 2 files modified
NuxCore/AnimationController.cpp (+11/-1) tests/gtest-nuxcore-animation.cpp (+28/-0) |
| To merge this branch: | bzr merge lp:~nick-dedekind/nux/remove-animation-on-tick |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Needs Fixing on 2012-12-11 | |
| Brandon Schaefer (community) | 2012-12-04 | Approve on 2012-12-10 | |
| Tim Penhey | 2012-11-25 | Pending | |
|
Review via email:
|
|||
Commit Message
Added support for removal of animations during tick.
Description of the Change
= Problem description =
Nux animation framework does not support deleting an animation during a tick cycle.
This is required for chaining animations for LP: #1060948
= The fix =
Do not tick items which have been marked for removal in the animation controller
= Test coverage =
Unit test for removal of animation during tick.
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Autolanding.
More details in the following jenkins job:
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
| Francis Ginther (fginther) wrote : | # |
Re-approving. I updated the job to use a better test and result collection hook script, but I used the wrong one. The job should be configured to use the correct one now. I'll monitor this MP in case there is another failure.

Looks good to me.