Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blockly Updates from Mars Game #527

Open
wants to merge 38 commits into
base: development
Choose a base branch
from

Commits on Dec 15, 2015

  1. Remove blockly xml log statement

    Brett Swift authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    eb31746 View commit details
    Browse the repository at this point in the history
  2. Remove console.log in blockly driver

    Brett Swift authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    fc37efe View commit details
    Browse the repository at this point in the history
  3. Comment out line generating errors with repeat blocks

    Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    abe8d1a View commit details
    Browse the repository at this point in the history
  4. we can now stop execution on a particular Blockly node,as opposed to

    just one of them.
    Nathan Marshak authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    d137c84 View commit details
    Browse the repository at this point in the history
  5. Now, per Brett's suggestion, we changed stopExecutingForNode in

    manager.vwf.yaml to stopExecuting in controller.vwf.yaml. This way we
    don't have to pass the node ID as an argument.
    Nathan Marshak authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    579961d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    682ab19 View commit details
    Browse the repository at this point in the history
  7. Add blockly_interfaceVisible property

    Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    432ab44 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    86be9af View commit details
    Browse the repository at this point in the history
  9. Fire blocklyVisibleChanged when active node changes

    Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    25655c1 View commit details
    Browse the repository at this point in the history
  10. Brings back the trashcan and removes an offset that isn't needed (whi…

    …ch should fix tooltips and mutator callout origins for Blockly).
    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    554d2f0 View commit details
    Browse the repository at this point in the history
  11. Clean up changes

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    c376e3b View commit details
    Browse the repository at this point in the history
  12. Adds support to change the execution time of Blockly depending on the…

    … length of the task to be completed in the Blockly block.
    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    4406299 View commit details
    Browse the repository at this point in the history
  13. Remove log messages

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    54e7bdc View commit details
    Browse the repository at this point in the history
  14. Refinements in progress...

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    84141c7 View commit details
    Browse the repository at this point in the history
  15. Speed up working.

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    fb1c255 View commit details
    Browse the repository at this point in the history
  16. Remove a log message

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    9b5e74b View commit details
    Browse the repository at this point in the history
  17. Fix error message

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    0019b82 View commit details
    Browse the repository at this point in the history
  18. Prevents invalid xml from being loaded

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    5864930 View commit details
    Browse the repository at this point in the history
  19. Fix handling of Blockly clear

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    41862ee View commit details
    Browse the repository at this point in the history
  20. Adds a grid and updates blockly version for new goodness.

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    1904ada View commit details
    Browse the repository at this point in the history
  21. Check if blocklyNode and previousBlocklyNode are defined before setti…

    …ng the blockXML.
    Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    6d6166a View commit details
    Browse the repository at this point in the history
  22. Start of refactor for new version of blockly.

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    65a2622 View commit details
    Browse the repository at this point in the history
  23. Refactor in progress... addressing some deprecated Blockly function c…

    …alls
    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    27cbc14 View commit details
    Browse the repository at this point in the history
  24. Fix width issue with retrieving old blocks

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    31ebccf View commit details
    Browse the repository at this point in the history
  25. Undo changes to make rollback of Blockly work.

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    6ec5a95 View commit details
    Browse the repository at this point in the history
  26. Core changes made (trashcan, toolbox autoclose, tooltip speed, select…

    …ion CSS)
    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    d460105 View commit details
    Browse the repository at this point in the history
  27. Core changes that support some flyout/aesthetic/UI changes

    Conflicts:
    	support/client/lib/vwf/model/blockly/blockly_compressed.js
    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    06599e0 View commit details
    Browse the repository at this point in the history
  28. Fix alignment, fix coloring, update closing dropdown window, add vari…

    …able icon.
    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    976b98c View commit details
    Browse the repository at this point in the history
  29. Really update variable

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    42768ef View commit details
    Browse the repository at this point in the history
  30. Reduces time between lines for Blockly.

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    6c9f072 View commit details
    Browse the repository at this point in the history
  31. Changes radial select to use 90 degree angles only, removes comment a…

    …nd help fields from context menus.
    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    1b9681f View commit details
    Browse the repository at this point in the history
  32. Makes disabled blocks more visibly disabled - removes some dropdown c…

    …ategories and adds back comments category.
    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    9dbd3a5 View commit details
    Browse the repository at this point in the history
  33. Fixes satProperty for blockly_xml

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    c7b6b38 View commit details
    Browse the repository at this point in the history
  34. Revert change/clean up code

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    f3c23be View commit details
    Browse the repository at this point in the history
  35. Another reversion

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    7f91bd0 View commit details
    Browse the repository at this point in the history
  36. Add support for reset.

    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    ddc4de7 View commit details
    Browse the repository at this point in the history
  37. Address disabled block coloring issue, address behind toolbox issue, …

    …small changes to stickiness of blocks, blocks in procedures should now highlight.
    AmbientOSX authored and Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    94217d0 View commit details
    Browse the repository at this point in the history
  38. Remove getPrototypes function

    Brett Swift committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    931bc2a View commit details
    Browse the repository at this point in the history