Skip to content
Snippets Groups Projects
  1. Feb 27, 2018
  2. Feb 23, 2018
  3. Feb 20, 2018
  4. Jul 21, 2017
  5. Jun 30, 2017
  6. May 15, 2017
  7. May 12, 2017
    • Ray Schamp's avatar
      Only listen to targets update · ae529ea2
      Ray Schamp authored
      This reduces the complexity of the reducer, as well as how frequently it's run. The VM will emit a targets update after a step if any target info has changed.
      ae529ea2
  8. May 11, 2017
  9. May 10, 2017
  10. May 09, 2017
  11. May 04, 2017
  12. Apr 20, 2017
  13. Mar 23, 2017
    • Christopher Willis-Ford's avatar
      Move scratch-storage init/attach to vmListenerHOC · 2be8205a
      Christopher Willis-Ford authored
      Attaching the storage module in `vmListenerHOC` means it can propagate
      down to the GUI, stage, and blocks naturally. The default VM property
      value has been removed from those places so that we're not instantiating
      extra VM instances any more. Instead, using one of those components
      outside of the `vmListenerHOC` framework will require providing a VM
      instance as a property.
      2be8205a
  14. 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
Loading