Skip to content
Snippets Groups Projects
  1. Sep 19, 2018
  2. Aug 23, 2018
    • chrisgarrity's avatar
      Fix warnings · 2fb6a484
      chrisgarrity authored
      - empty MapDispatchToProps (dispatch)
      - remove `on…` VM listeners from props passed to wrapped component.
      2fb6a484
  3. Aug 02, 2018
  4. Jul 23, 2018
  5. May 21, 2018
    • chrisgarrity's avatar
      Combine GUI reducers · 44c76e57
      chrisgarrity authored
      * Export initial states for each reducer
      * combine all gui reducers (excludes scratchPaint and intl)
      * combine all initial states to create default guiState for preloading in www
      * expect all of the gui state to be accessible at `state.scratchGui`
      44c76e57
  6. Apr 30, 2018
  7. Apr 23, 2018
  8. Mar 23, 2018
  9. Mar 22, 2018
  10. Mar 19, 2018
  11. Mar 08, 2018
  12. Feb 27, 2018
  13. Feb 23, 2018
  14. Feb 20, 2018
  15. Jul 21, 2017
  16. Jun 30, 2017
  17. May 15, 2017
  18. 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
  19. May 11, 2017
  20. May 10, 2017
  21. May 09, 2017
  22. May 04, 2017
  23. Apr 20, 2017
  24. 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
  25. 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