Skip to content
Snippets Groups Projects
  1. Oct 23, 2018
  2. Oct 17, 2018
  3. Oct 16, 2018
  4. Oct 15, 2018
  5. Oct 14, 2018
  6. Oct 10, 2018
  7. Oct 08, 2018
  8. Sep 26, 2018
  9. Sep 24, 2018
    • Benjamin Wheeler's avatar
      adds support for account navigation, registration, login, delivered from www (#3070) · e803b96a
      Benjamin Wheeler authored
      * added account navigation menu, copied and adapted from www
      
      * fixed css
      
      * support for login menu, registration menu from www
      
      * Dropdown replaced with MenuBarMenu, override www css in menus
      
      * render and style login dropdown via function from www
      
      * moved menu styling from menu itself to menu bar
      
      * refactoring menu components and containers
      
      * refactor and restyle account nav menu
      
      * cleaned up cruft and css per rschamp's review of PR 3070
      Unverified
      e803b96a
  10. Sep 19, 2018
  11. Sep 06, 2018
  12. Sep 05, 2018
  13. Aug 15, 2018
  14. Aug 09, 2018
  15. Aug 01, 2018
  16. Jun 26, 2018
  17. Jun 14, 2018
    • Paul Kaplan's avatar
      Fix target area max-width problem · e31ddeb1
      Paul Kaplan authored
      I don't love this solution, but I remember not being able to figure out a way to not specify the max width because it is needed in order for the flowing to work. Without the max-width, the sprite tiles try to be in a row, pushing over everything else.
      e31ddeb1
  18. Jun 12, 2018
  19. Jun 08, 2018
  20. May 30, 2018
  21. May 29, 2018
  22. May 23, 2018
  23. May 21, 2018
  24. May 01, 2018
    • chrisgarrity's avatar
      Player mode (#1909) · be208ba1
      chrisgarrity authored
      * Player mode
      
      Add isPlayerOnly property on GUI. Move isFullScreen into mode reducer with isPlayerOnly.
      
      Full screen needs to be a separate prop so that GUI knows what to show when exiting full-screen (either player-only or full editor).
      
      - set `gui-body * {box-sizing: border-box;}` instead of expecting it to be set by the enclosing component/playground, and removed uses of content-box (adjusting sizes as needed) 
      - Added `!isPlayerOnly` to the conditions for draggable sprites
      - rewrote player example to use player mode.
      Unverified
      be208ba1
  25. Apr 30, 2018
  26. Apr 27, 2018
Loading