aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_plugin_settings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Set more visible string to translatableGeequlim2016-05-291-5/+4
|
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-2/+2
|
* Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-271-0/+188
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!