summaryrefslogtreecommitdiff
path: root/core/project_settings.h
AgeCommit message (Expand)Author
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-20Fix build issues and typos after c69de2ba4Rémi Verschelde
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-07-18Fixed OS.has_feature not using custom feature tags.matthew1006
2018-07-03Update resource file project settings on renameBenjamin
2018-04-16Allow actions to provide an analog valueGilles Roudiere
2018-02-19Improve error reporting of ProjectSettings::setup()Rémi Verschelde
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-14Move singleton management from ProjectSettings to EngineLeon Krause
2017-10-10Made directory scan optionalBastiaanOlij
2017-10-05Added the set/get_setting function in Editor/Project settings. Renamed has() ...Juan Linietsky
2017-09-01Fix files headerPoommetee Ketson
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-08Moved member variables from constructor to initialization listWilson E. Alvarez
2017-07-26Fix mutating project.godotPedro J. Estébanez
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky