aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/asset_library_editor_plugin.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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!
* Enhance undoredo action name, TTR, cleanupPoommetee Ketson2017-12-121-1/+1
|
* Project Manager: Fix Templates search signal connection.Andreas Haas2017-12-091-1/+7
| | | | Fixes #13921
* Ask users to explore official projects when none is loaded.Juan Linietsky2017-11-261-0/+4
|
* Merge pull request #13008 from Chaosus/assetstorefixesRémi Verschelde2017-11-201-15/+28
|\ | | | | Few fixes for asset store browser
| * Few fixes for asset store browserChaosus2017-11-201-15/+28
| |
* | Use new XDG folders to dehardcode pathsRémi Verschelde2017-11-191-4/+4
| |
* | EditorSettings: Rename settings_path to settings_dirRémi Verschelde2017-11-171-4/+4
|/ | | | Also to prepare for upcoming refactoring for XDG support.
* Enable asset store for godot 3.0Chaosus2017-11-091-4/+6
|
* Removed most of the custom colors from the interface.Daniel J. Ramirez2017-09-251-1/+1
|
* Remove set_area_as_parent_rect and replace it by ↵Gilles Roudiere2017-09-221-1/+1
| | | | set_anchors_and_margins_preset(PRESET_WIDE)
* 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-0/+1486
Mostly in EditorNode, dropping some obsolete editor plugins and also a cleanup of ProjectSettings/EditorSettings.