Skip to content
Snippets Groups Projects
  1. Dec 14, 2017
  2. Dec 07, 2017
  3. Dec 04, 2017
  4. Nov 21, 2017
  5. Nov 20, 2017
  6. Nov 16, 2017
  7. Nov 03, 2017
    • Ray Schamp's avatar
      Use a storage singleton · adb31ea8
      Ray Schamp authored
      This way the instance can be reused, which allows access to non-deprecated `DataFormat` and `AssetType`.
      adb31ea8
  8. Oct 17, 2017
  9. Oct 13, 2017
    • chrisgarrity's avatar
      Import translations from scratch-l10n package · 0dc54832
      chrisgarrity authored
      * removed anything that was made redundant by scratch-l10n.
      * updated a string that wasn’t following conventions
      * added .tx/config so developers can start updating Transifex when there are new strings
      0dc54832
  10. Oct 12, 2017
  11. Sep 20, 2017
  12. Sep 18, 2017
  13. Aug 29, 2017
  14. Aug 27, 2017
    • Josiah Neuberger's avatar
      fixed outstanding issues with stage zooming · 65ab58d9
      Josiah Neuberger authored
        1. Fixed issue with sprites not being dragable when stage zoomed.
      
        2. Fixed issue with coordinates of mouse position being wrong when
           stage is zoomed. This was caused by the renderer not being
           resized when zooming/unzooming.
      
        3. Refactored zoom control to separate react component/containter
           with global reducer for isZoomed, which is passed to the stage
           container. This allows for the zoom control to zoom the stage
           menu and stage as seperate containers.
      
        4. Added icons zoom/unzoom for stage zoom control. Moved icon
           position to be part of stage menu floating to right of start/stop
           buttons.
      65ab58d9
  15. Jul 21, 2017
  16. Jul 19, 2017
    • chrisgarrity's avatar
      handle messages better · 2dd37827
      chrisgarrity authored
      Dynamic import didn’t do what we wanted, so just added `npm run i18n:msgs` to the start command. This is just temporary. Other changes as requested:
      * exports in one place
      * loc=> locale
      
      Also fixed use of require for localeData to use dynamic import (this one works), so the babelrc changes are needed, otherwise import as a function is not recognized.
      2dd37827
    • chrisgarrity's avatar
      Add language selection widget to menubar · af697375
      chrisgarrity authored
      Added language-selector component and container. Replaced lib/intl.jsx with reducers/intl.js and added updateIntl to handle language changes.
      
      Moved languages.json into src
      af697375
  17. Jul 18, 2017
    • chrisgarrity's avatar
      Integrate react-intl with redux · 1225d387
      chrisgarrity authored
      Using react-intl-redux package.
      
      This just sets up the default English. Language switching in another PR. Requires locale/messages.json to exist, `{}` is ok.
      1225d387
  18. Jun 30, 2017
  19. Jun 22, 2017
  20. May 30, 2017
  21. May 24, 2017
  22. May 22, 2017
  23. May 12, 2017
  24. May 11, 2017
  25. May 10, 2017
  26. May 09, 2017
  27. May 04, 2017
Loading