aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/editor_preview_plugins.h
Commit message (Collapse)AuthorAgeFilesLines
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-8/+4
|
* Adding font preview to file browsersPeter Folkins2018-05-091-0/+23
|
* Fix round preview getting square on "run scene" (issue 16734)poke10242018-02-281-0/+2
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Cleanup tons of obsolete commented out codeRémi Verschelde2017-08-261-1/+2
| | | | | Mostly in EditorNode, dropping some obsolete editor plugins and also a cleanup of ProjectSettings/EditorSettings.
* -Restored multithread capability to VisualServerJuan Linietsky2017-06-091-25/+35
| | | | -Restored resource previews!
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+128
The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful.