-
Notifications
You must be signed in to change notification settings - Fork 90
Implement GaeaGraph deep duplication and add duplicate button #431
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
Changes from 17 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
6eb1f47
Added a custom _duplicate method for to GaeaGraph
cullumi 20ebc44
Added a duplicate button to the Gaea editor panel; used GaeaGraph.dup…
cullumi f98bee9
Light tweaks to GaeaGraph (added _get_unique_resources method), added…
cullumi 8a2ba4a
Gave the Duplicate button an icon
cullumi 60a6803
GaeaGraph now properly initializes (by calling _setup_local_to_scene)…
cullumi a8048fa
Removed (incomplete) duplicate test
cullumi 72241ca
Simplified GaeaGraph's _duplicate method to only what actually gets s…
cullumi a300a8c
Added a class name to walker_demo
cullumi df1698e
Added a series of graph tests (assign_to_generator, duplicate, assign…
cullumi 4a3399a
Added github workflow for new Graph testing
cullumi 0002505
Added the contents of testing\graph\graph_test.gd into testing\other\…
cullumi d3f9618
generator.gd is no longer calling GaeaGraph's private _refresh method…
cullumi dcc571f
Using duplicate_deep for duplication of GaeaGraph.
cullumi 182c2b2
Added tooltip for the Duplicate button, and elaborated the Load button.
cullumi 8b6c4bb
Added compare_dictionaries helper method to gaea_graph testing class
cullumi 7d3bff3
Added proper assertions to duplicate and assign_to_generator methods.…
cullumi eb9c47d
Merge branch '2.0' into GaeaData-Duplication-Fix
cullumi c43d7fe
Renamed "duplicate" stuff to "duplicate_graph" for clarity, in case o…
cullumi 389b6f5
Naming, typos and formatting tweaks.
cullumi d62f32b
Merge branch '2.0' into GaeaData-Duplication-Fix
BenjaTK 9ada16d
Added get_raw_connections and get_all_node_data as getters for _conne…
cullumi bf0f9fc
Merge branch 'GaeaData-Duplication-Fix' of https://github.com/cullumi…
cullumi 2829d4d
Merge branch '2.0' into GaeaData-Duplication-Fix
cullumi 5e4602f
Fixed trailing whitespace
cullumi 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
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
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.