Skip to content
Snippets Groups Projects
  1. Oct 19, 2016
    • Ray Schamp's avatar
      Fix scratch-* dependency version updates · 07f5cb49
      Ray Schamp authored
      `npm update` does what we want and is less hacky than removing the packages entirely first.  Specify latest as the version so we always get the latest version even though I erroneously installed scratch-blocks@0.1.0.
      07f5cb49
  2. Oct 18, 2016
  3. Oct 17, 2016
  4. 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
  5. 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
  6. Oct 13, 2016
  7. Oct 12, 2016
  8. Sep 28, 2016
  9. Sep 27, 2016
Loading