Skip to content

Conversation

@AnidemDex
Copy link
Owner

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

AnidemDex added 27 commits July 20, 2024 10:43
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
@AnidemDex AnidemDex merged commit e403c61 into main Nov 2, 2024
@AnidemDex AnidemDex deleted the change-command-record branch November 2, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants