Skip to content

Milestones

List view

  • Transactions! * Implement transaction system * Implement diffs and diff processing (using transactions) * Tie in undo/redo with a transaction tree/history * Add the "load from history" dialog!

    No due date
    0/1 issues closed
  • Refactor! Although the @_propbuffer + @_animations merge is scheduled for v0.2.1.0 to help with optimisations, we need to rethink quite a few components. Some highlights ----------------------- * Config (remove unnecessary entries, use better naming) * Make things that should be private PRIVATE! (Prefix with '_') * Remove foreign private key access, use accessors * Re-arrange folder structure, it can be improved * And more!

    No due date
    0/1 issues closed
  • Optimise, optimise, optimise! At the moment, performance suffers greatly with more than a few simultaneous temporal interpretations (cursor between multiples of two keyframes), or dragging/doing anything (breathing!) while physics effects are active. Major steps are moving away from AJS, using web workers with ARE, and following the tips outlined in http://www.html5rocks.com/en/tutorials/speed/v8/ This also means refactoring time handling (merge @_propBuffer() and @_animations(), use a class for entries).

    No due date
    1/1 issues closed