1. 22 Jan, 2016 13 commits
  2. 21 Jan, 2016 23 commits
  3. 20 Jan, 2016 4 commits
    • Adam Barth's avatar
      Move ClampedSimulation into newton · 87ab798d
      Adam Barth authored
      ClampedSimulation makes more sense at the newton layer because it's dealing
      entirely with newton concepts.
      87ab798d
    • Devon Carew's avatar
      refactor build command into two files · 70fb49fb
      Devon Carew authored
      70fb49fb
    • Adam Barth's avatar
      Merge pull request #1318 from abarth/finish_port · ecb72f97
      Adam Barth authored
      Port the remainder of the framework to AnimationController
      ecb72f97
    • Adam Barth's avatar
      Remove Performance and AnimatedValue · b988a875
      Adam Barth authored
      This patch removes Performance and AnimationValue now that we've ported the
      framework over to AnimationController and Tween. This patch also cleans up the
      names of the AnimationController classes now that they don't have to avoid
      conflicts with the old animation API. Specifically, I've made the following
      renames:
      
       * Animated -> Animation
       * Evaluatable -> Animatable
       * PerformanceStatus -> AnimationStatus
      
      This patch is just renames and moving code around. There aren't any changes in
      behavior.
      b988a875