Skip to content
Snippets Groups Projects
  1. Jul 10, 2017
  2. Jul 06, 2017
  3. Jun 30, 2017
  4. Jun 29, 2017
  5. Jun 28, 2017
  6. Jun 26, 2017
  7. Jun 23, 2017
  8. Jun 22, 2017
  9. Jun 19, 2017
  10. Jun 02, 2017
  11. Jun 01, 2017
  12. May 31, 2017
  13. May 30, 2017
  14. May 25, 2017
  15. 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
  16. May 23, 2017
  17. May 22, 2017
  18. May 15, 2017
  19. 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
  20. May 11, 2017
  21. May 10, 2017
  22. May 09, 2017
  23. May 05, 2017
  24. May 04, 2017
  25. Apr 20, 2017
  26. 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
  27. Mar 22, 2017
Loading