Skip to content
Snippets Groups Projects
  1. Mar 02, 2017
  2. Mar 01, 2017
  3. Feb 28, 2017
  4. Feb 08, 2017
  5. Feb 07, 2017
  6. Feb 03, 2017
  7. Jan 31, 2017
    • Ray Schamp's avatar
      Cache stage bounding box · 6385cb06
      Ray Schamp authored
      `getBoundingClientRect` forces WebKit to recalculate the layout ("force reflow"), so cache the canvas bounding box rather than getting it on every mouse event.
      6385cb06
  8. Jan 30, 2017
  9. Jan 28, 2017
  10. Jan 27, 2017
  11. Jan 13, 2017
  12. Jan 12, 2017
  13. Jan 11, 2017
  14. Jan 06, 2017
  15. Jan 04, 2017
  16. Dec 12, 2016
  17. Dec 07, 2016
    • Ray Schamp's avatar
      Give GUIComponent responsibility of children · 7542f1b5
      Ray Schamp authored
      This will allow the GUIComponent to have control over the layout
      7542f1b5
    • Ray Schamp's avatar
      Use CSS modules for styles · 16fbb64c
      Ray Schamp authored
      The inline css method gives us nothing that CSS modules can't give us. This puts the project more in line with the way www works, and makes CSS actually readable.
      
      Using class names gives us full control of the modal styles.
      16fbb64c
  18. Dec 06, 2016
    • Ray Schamp's avatar
      Style pass · d1396091
      Ray Schamp authored
      Refactor SpriteSelector into "Target Pane" which contains the sprite selector, stage selector, and the buttons for new sprites, costumes and backdrops.
      d1396091
  19. Dec 05, 2016
  20. 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
  21. Dec 02, 2016
  22. Nov 23, 2016
  23. Nov 21, 2016
  24. Nov 17, 2016
  25. Nov 04, 2016
  26. Oct 27, 2016
  27. Oct 24, 2016
    • Ray Schamp's avatar
      Set up base eslint config in .eslintrc.js · 7ea1e356
      Ray Schamp authored
      After doing this, new rules began applying for some reason:
      
      `eol-last` only began taking the 'always' parameter as of 3.6.0, so I needed to update eslint.
      `no-unused-var` started warning about process.env after updating the config structure
      `comma-dangle` decided to start working, maybe because of the upgrade to eslint?  Autofixed with --fix
      7ea1e356
  28. Oct 22, 2016
Loading