Skip to content
Snippets Groups Projects
  1. Mar 08, 2019
  2. Feb 27, 2019
  3. Feb 16, 2019
  4. Feb 14, 2019
    • Paul Kaplan's avatar
      Fix loading single frame gifs by removing onDone in favor of indices · 40a5ff78
      Paul Kaplan authored
      Because the `onFrame` callback could do async work, it was possible for onDone to try to submit the costumes before the onFrame had produced any. This was subject to browsers different timing treatments of setTimeout vs. promise resolution. This makes the gif-decoder use the same style of progress API as the file uploader
      40a5ff78
  5. Feb 13, 2019
  6. Feb 11, 2019
  7. Feb 08, 2019
  8. Feb 07, 2019
  9. Feb 06, 2019
  10. Feb 05, 2019
  11. Feb 04, 2019
  12. Feb 03, 2019
  13. Feb 01, 2019
    • Florrie's avatar
      Use bowser for macOS detection · 528b3412
      Florrie authored
      528b3412
    • Paul Kaplan's avatar
      Export costumes without inlined fonts for now. · ae96163a
      Paul Kaplan authored
      Since the common use-case is download/edit/re-upload, and we do not want to explode the storage size of assets (which are considerably larger with fonts inlined), just do what scratch2 did and do not inline the fonts. This is not ideal if kids want to use the costumes for other purposes, but until we can create a way to strip inlined fonts before uploading to the asset server, this is the conservative way to go.
      ae96163a
Loading