summaryrefslogtreecommitdiffstats
path: root/core/project_settings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Dead code tells no talesRémi Verschelde2017-08-271-40/+0
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-1/+1
|
* Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-061-2/+2
| | | | Closes #7695
* Fix mutating project.godotPedro J. Estébanez2017-07-261-17/+33
| | | | | | | Namely: - comment block lost on first save; - config_version doubled as 3 and null on second save; - format change on first save.
* Add newline after config_version and fix custom_features hintRémi Verschelde2017-07-251-1/+2
| | | | Fixes #9818.
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-0/+1038
-Added system for feature overrides, it's pretty cool :)