Skip to content
Snippets Groups Projects
  1. Mar 01, 2017
  2. Feb 15, 2017
  3. Feb 14, 2017
  4. Feb 09, 2017
  5. Feb 08, 2017
  6. Feb 07, 2017
  7. Jan 19, 2017
  8. Jan 12, 2017
  9. Jan 11, 2017
  10. Dec 20, 2016
  11. Dec 03, 2016
    • Ray Schamp's avatar
      Reduxify sprite selector · 24389c30
      Ray Schamp authored
      In preparation to split the sprites from the stage, start managing the target list state in a single place.
      24389c30
  12. Dec 02, 2016
  13. Nov 29, 2016
  14. Oct 24, 2016
  15. Oct 23, 2016
  16. Oct 22, 2016
  17. Oct 19, 2016
  18. Oct 17, 2016
  19. Oct 16, 2016
    • Ray Schamp's avatar
      Recoupling refactor · 716c979d
      Ray Schamp authored
      Confine the logic for adding/removing event listeners between the VM and the components to the relevant components.  While this tightens the coupling between the component and the environment, it makes using the individual components more self-contained.
      716c979d
  20. Oct 14, 2016
    • Ray Schamp's avatar
      Decoupling refactor · 51d5b7a9
      Ray Schamp authored
      Use fewer refs, these had weird behavior that caused the order of components to matter.
      Attach events eagerly, as soon as the necessary objects are available.
      Make VMManager an actual class instantiated with a VM so we don't have to pass it to every method.
      Use bindAll everywhere for convenience.
      51d5b7a9
  21. Oct 13, 2016
  22. Sep 27, 2016
  23. Sep 22, 2016
Loading