aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/asset_library_editor_plugin.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-191-1/+0
| | | | | | | | | | | Fixes most current reports on Coverity Scan of uninitialized scalar variable (CWE-457): https://cwe.mitre.org/data/definitions/457.html These happen most of the time (in our code) when instanciating structs without a constructor (or with an incomplete one), and later returning the instance. This is sometimes intended though, as some parameters are only used in some situations and should not be double-initialized for performance reasons (e.g. `constant` in ShaderLanguage::Token).
* Update icons when theme changedPoommetee Ketson2018-02-251-0/+1
|
* 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!
* Project Manager: Fix Templates search signal connection.Andreas Haas2017-12-091-0/+1
| | | | Fixes #13921
* Ask users to explore official projects when none is loaded.Juan Linietsky2017-11-261-0/+2
|
* 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/+328
Mostly in EditorNode, dropping some obsolete editor plugins and also a cleanup of ProjectSettings/EditorSettings.