aboutsummaryrefslogtreecommitdiff
path: root/core/project_settings.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix files headerPoommetee Ketson2017-09-011-1/+1
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-1/+1
| | | | Fixes #10244.
* Moved member variables from constructor to initialization listWilson E. Alvarez2017-08-081-14/+14
|
* Fix mutating project.godotPedro J. Estébanez2017-07-261-1/+1
| | | | | | | Namely: - comment block lost on first save; - config_version doubled as 3 and null on second save; - format change on first save.
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-0/+172
-Added system for feature overrides, it's pretty cool :)