summaryrefslogtreecommitdiffstats
path: root/core/project_settings.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix build issues and typos after c69de2ba4Rémi Verschelde2018-07-201-4/+4
|
* -Project/Editor settings now use new inspectorJuan Linietsky2018-07-191-1/+6
| | | | | | | -Project/Editor settings now show tooltips properly -Settings thar require restart now will show a restart warning -Video driver is now visible all the time, can be changed easily -Added function to request current video driver
* Fixed OS.has_feature not using custom feature tags.matthew10062018-07-181-0/+2
|
* Update resource file project settings on renameBenjamin2018-07-031-0/+1
|
* Allow actions to provide an analog valueGilles Roudiere2018-04-161-0/+2
|
* Improve error reporting of ProjectSettings::setup()Rémi Verschelde2018-02-191-1/+2
| | | | | | | And use it to better report errors in the console and project manager when a project.godot file is corrupted. Fixes #14963.
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-3/+3
| | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* 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!
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-11/+11
|
* Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-17/+0
|
* Made directory scan optionalBastiaanOlij2017-10-101-1/+1
|
* Added the set/get_setting function in Editor/Project settings. Renamed has() ↵Juan Linietsky2017-10-051-1/+4
| | | | to has_setting. Fixes #11844
* 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 :)