Skip to content
Snippets Groups Projects
  1. Jun 26, 2017
  2. Jun 23, 2017
  3. Jun 22, 2017
  4. Jun 02, 2017
  5. Jun 01, 2017
  6. May 31, 2017
  7. May 30, 2017
  8. May 25, 2017
  9. May 24, 2017
    • Christopher Willis-Ford's avatar
      Asset load: use asset's data format, not default · ff516c14
      Christopher Willis-Ford authored
      When loading an asset, construct the URL not by using the default data
      type of the type of asset being loaded, but the actual data type of the
      skeleton asset passed in. This allows the asset requestor to override
      the data format, for example when loading a JPEG-format backdrop.
      ff516c14
  10. May 23, 2017
  11. May 22, 2017
  12. May 15, 2017
  13. 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
  14. May 11, 2017
  15. May 10, 2017
  16. May 09, 2017
  17. May 05, 2017
  18. May 04, 2017
  19. Apr 20, 2017
  20. 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
  21. Mar 22, 2017
  22. Mar 20, 2017
  23. Mar 10, 2017
  24. Mar 09, 2017
  25. Mar 07, 2017
  26. Mar 01, 2017
  27. Feb 15, 2017
Loading