-
Notifications
You must be signed in to change notification settings - Fork 9
Change command record #173
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
Conversation
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
FancyDisplayer is a Displayer alternative, adding more details to command blocks, using Block and BlockCell nodes as visual representation of commands.
Add extra information at the end of the command for advanced scenarios. This will serve for template creation
This editor uses a fancy displayer, a new displayer that uses nodes to create the command list
Node based blocks that acts as a visual representation of a command
Add update function, that forces the recreation of its structuree
Made to ensure proper coloring in the future modifications
Deprecates background_color. Deprecates command_hint_icon. Deprecates command_text_color. Deprecates defines_default_branches Deprecates can_be_moved Deprecates can_be_selected Deprecates go_to_branch() Marks _add_variable as experimental. Marks _remove_variable as experimental. Marks _add_signal as experimental. Marks _remove_signal as experimental. Marks _add_function as experimental. Marks _remove_function as experimental.
Add "Command Data" group. Add "Block" group. Add block_name property. Add block_color property. Add block_custom_color property. Add block_icon property. Add debug properties for advanced debugging. Expose command_ properties as read-only properties.
Update block script to reflect changes in command properties
Add command_selected signal
Hide left section if no timeline is selected (future update)
Update its container flags
Update collection usage
Hopefully, nothing breaks
Make block change when command block_ properties are changed
This splits the views to have the runtime view sepparated from the editor view (little redundant but can't find a better selection of words
Remove editors, static variables seems bugged, preventing the script clean the static variable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Requires #172
This makes the plugin more dependent of
CommandRecord(as it should be). The record now is stored as resource, and all instances of it should point to the same resource to preserve the same structure