Skip to content

Test serialization #132

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 7 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused NodeCanvas, NodeList and friends
These have been unused since 9a3e010.
They can be recovered from the history if needed again in the future.
  • Loading branch information
dbnicholson committed Jul 16, 2024
commit eca64acd23dcce92f4d3e7e46884a599cc97df4a
6 changes: 0 additions & 6 deletions addons/block_code/block_code_plugin.gd
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ const DISABLED_CLASSES := [
"PackedSceneTreeNodeArray",
"PackedSceneTreeNode",
"BlockCanvas",
"NodeCanvas",
"NodeClass",
"NodeClassList",
"NodeData",
"NodePreview",
"NodeList",
"CategoryFactory",
"BlockCategoryDisplay",
"BlockCategory",
Expand Down
13 changes: 0 additions & 13 deletions addons/block_code/ui/node_canvas/node_canvas.gd

This file was deleted.

9 changes: 0 additions & 9 deletions addons/block_code/ui/node_canvas/node_canvas.tscn

This file was deleted.

16 changes: 0 additions & 16 deletions addons/block_code/ui/node_list/node_class_list/all_nodes.tres

This file was deleted.

This file was deleted.

This file was deleted.

45 changes: 0 additions & 45 deletions addons/block_code/ui/node_list/node_data/node_data.gd

This file was deleted.

56 changes: 0 additions & 56 deletions addons/block_code/ui/node_list/node_data/node_data.tscn

This file was deleted.

75 changes: 0 additions & 75 deletions addons/block_code/ui/node_list/node_list.gd

This file was deleted.

55 changes: 0 additions & 55 deletions addons/block_code/ui/node_list/node_list.tscn

This file was deleted.

20 changes: 0 additions & 20 deletions addons/block_code/ui/node_list/node_preview/node_preview.gd

This file was deleted.

31 changes: 0 additions & 31 deletions addons/block_code/ui/node_list/node_preview/node_preview.tscn

This file was deleted.

2 changes: 0 additions & 2 deletions docs/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ b.block_format = "On Process [delta: FLOAT]"
* `/snap_point/`: Node that the `DragManager` looks for when trying to snap new blocks.
* `/block_canvas/`: Contains the code for the `BlockCanvas` which loads and holds blocks on a canvas. This can generate scripts for block scripts made for Godot `Node`s (which is all of the scripts ATM). Also contains resources for serializing blocks.
* `/bsd_templates/`: Template block script data files for loading a default script. E.g. `_ready` and `_process` entry blocks already on canvas.
* `/node_canvas/`: Deprecated
* `/node_list/`: Deprecated
* `/picker/`: Contains the picker scene, and code that generates the blocks that populate the picker.
* `/categories/`: Contains `CategoryFactory` which generates the global block list programmatically from template blocks.
* `/title_bar/`: Contains the title bar which should display the name of the current script and the node it inherits from.
Expand Down