aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_plugin_settings.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop empty files that are not used anywhereRémi Verschelde2016-06-181-1/+0
| | | | Part of #5272
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
| | | Also removes a couple wrong Godot headers from third-party source files.
* Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-271-0/+35
Not all APIs are provided yet, please request whathever you are missing. Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings. Have fun!