1. 24 Jan, 2016 5 commits
  2. 23 Jan, 2016 5 commits
  3. 22 Jan, 2016 9 commits
  4. 21 Jan, 2016 8 commits
  5. 20 Jan, 2016 10 commits
  6. 19 Jan, 2016 3 commits
    • Adam Barth's avatar
      Localize curve direction concern · 1e70dc9b
      Adam Barth authored
      The curve direction is now a concern of ACurve alone.
      1e70dc9b
    • Adam Barth's avatar
      Introduce Tween and the new animation API · bc20871c
      Adam Barth authored
      This patch removes state from the animation system, which was causing problems
      as we were scaling the use of animated values.
      
      Now the "tween" objects are stateless and can watch animations, which creates a
      new object that holds both the tween and the animation instead of mutating the
      tween every tick of the animation.
      
      This patch ports one client as a proof-of-concept.
      
      Fixes #215
      bc20871c
    • Adam Barth's avatar
      Update engine · 548dbf08
      Adam Barth authored
      548dbf08