aboutsummaryrefslogtreecommitdiff
path: root/editor/project_settings_editor.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow actions to provide an analog valueGilles Roudiere2018-04-161-0/+2
|
* Allows to map an action to all devices.Nibodhika2018-04-071-1/+5
| | | | | | | | This is accomplished by setting a special value (-1) to the device variable in the InputEvent that's being used to compare with the one received from the OS. This special value is invalid for a regular input, so it should be safe. Implements #17942
* Enable EditorPlugin to add/remove autoloadsWill Nations2018-02-141-0/+2
|
* Fix UX with project settings search functionalityPaolo Perkovic2018-02-021-1/+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!
* 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 :)