-
Notifications
You must be signed in to change notification settings - Fork 8
Mechanisms #44
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
Merged
Merged
Mechanisms #44
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
acfc06e
Adding in mechanisms
alan412 423ed15
Simple mechanism
alan412 c249ff8
remove add mechanism
alan412 57b9d7e
Move to use extended python
alan412 b09335a
Fix typo
alan412 6fc7202
remove init and loop from toolbox
alan412 f2a6d76
Change to use json for start state
alan412 a7ca6f5
Put holder for mechanisms in generated code
alan412 ae82b2a
add extra state for imported module
alan412 624c453
changed starting x, y
alan412 ea7fc4d
Added import module to mechanism
alan412 aff65d9
Support parameters for mechanisms
alan412 51d6d45
fixed imports in wrong place
alan412 520821a
Changed OpMode and Mechanism to be PascalCase
alan412 d2ec25e
add known issues
alan412 a734a67
Remove unused field minus and plus
alan412 0b3f5fb
removed custom canDelete to use blockly deletable
alan412 7d242b7
Fix failure of CI
alan412 8d5daed
Added mechanisms to the app (new mechanism, show mechanism in the tre…
lizlooney 7c1ae9a
Respond to PR comments
alan412 25ce1fd
change back from const to let
alan412 596893f
Changed module types to be all lowercase
alan412 b63e3a0
Merge pull request #45 from lizlooney/pr_mechanism_files
lizlooney 18a1d22
Merge branch 'mechanisms' of github.com:alan412/systemcore-blocks-int…
lizlooney File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I fixed this in PR #45 !