mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
- Removes unused / unnecessary methods.
- Removes the `Object` parent. No `Object` features are used by this class.
- Makes the actual list a `LocalVector` instead of a `Vector`. It's not shared.
- Moves the class into a separate file. `editor_node.{h,cpp}` are bloated.
- Simplify some call sites of `EditorPluginList` methods.
|
||
|---|---|---|
| .. | ||
| editor_plugin.compat.inc | ||
| editor_plugin.cpp | ||
| editor_plugin.h | ||
| editor_plugin_list.cpp | ||
| editor_plugin_list.h | ||
| editor_plugin_settings.cpp | ||
| editor_plugin_settings.h | ||
| editor_resource_conversion_plugin.cpp | ||
| editor_resource_conversion_plugin.h | ||
| plugin_config_dialog.cpp | ||
| plugin_config_dialog.h | ||
| SCsub | ||