1. 29 Oct, 2015 3 commits
    • Adam Barth's avatar
      Rationalize embedder.dart and shell.dart · fab160cf
      Adam Barth authored
      This patch combines embedder.dart and shell.dart into one thing. We should now
      handle a bunch of error cases better.
      
        * embedder.connectToApplication has moved to shell.connectToApplication,
          matching the rest of the mojo universe.
        * embedder.connecttoService has moved to shell.connnectToService (and merged
          with shell.requestService).
        * shell.requestService is now shell.connectToService, matching the rest of
          the mojo universe.
        * serviceRegistry has moved from embedder.serviceRegistry to a top-level
          getter.
      
      Fixes #1803
      fab160cf
    • Viktor Lidholt's avatar
      Merge pull request #1863 from vlidholt/master · 856ee978
      Viktor Lidholt authored
      Adds API documentation to sprite physics
      856ee978
    • Adam Barth's avatar
      Merge pull request #1862 from abarth/navigator2 · 5b3b3dfb
      Adam Barth authored
      Add an initial implementation of Navigator2
      5b3b3dfb
  2. 28 Oct, 2015 20 commits
  3. 27 Oct, 2015 17 commits