aboutsummaryrefslogtreecommitdiff
path: root/editor/project_settings_editor.h
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!
* ProjectSettings: show error msg in a label insteadPoommetee Ketson2017-10-281-0/+1
|
* Added the ability to filter the list of locales in the Remap tab.DimOkGamer2017-10-241-0/+13
|
* Merge pull request #10874 from Noshyaar/pr-actionRémi Verschelde2017-09-041-1/+3
|\ | | | | ProjectSettings: enhance add action error, fix confirm dialog
| * ProjectSettings: enhance add action error, fix confirm dialogPoommetee Ketson2017-09-041-1/+3
| | | | | | | | | | - Disable add action button if name is invalid - Fix dialog being ConfirmationDialog instead of AcceptDialog
* | Added transmission shader parameter.Juan Linietsky2017-09-031-0/+2
|/
* Fix files headerPoommetee Ketson2017-09-011-1/+1
|
* Fix inability to change project settingsRémi Verschelde2017-08-281-0/+1
| | | | Regression from 565600e8445a3073e4188a1a2bde1f47dd299c5a, fixes #10712.
* 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-9/+6
| | | | | Mostly in EditorNode, dropping some obsolete editor plugins and also a cleanup of ProjectSettings/EditorSettings.
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-0/+169
-Added system for feature overrides, it's pretty cool :)