summaryrefslogtreecommitdiff
path: root/core/project_settings.cpp
AgeCommit message (Expand)Author
2019-01-14GLES2: Make Nvidia flicker workaround opt-inRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-21ProjectManager: Warn when projects have different config_versionRémi Verschelde
2018-12-13Add application/config/project_settings_override option to override project s...Marcelo Fernandez
2018-10-25Merge pull request #22779 from Superwaitsum/LimitSettingsRémi Verschelde
2018-10-24Add some limits on the Editor SettingsSuperwaitsum
2018-10-24Fix .pck lookup for extensionless binary names with a dotRémi Verschelde
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-14Fixes initialization of action listgroud
2018-07-26Fix main scene file filterMattias Cibien
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
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-15Global class names (and GDScript support for it)Juan Linietsky
2018-07-03Update resource file project settings on renameBenjamin
2018-06-27Fixed project settings overrides not using custom feature tags.matthew1006
2018-05-28Revert "Make the performance reporting update frequency customizable"Juan Linietsky
2018-05-18Make the performance reporting update frequency customizableHugo Locurcio
2018-05-01Fix #17019 : overrides with unknown base settingManuel Moos
2018-04-16Allow actions to provide an analog valueGilles Roudiere
2018-03-16Merge pull request #16947 from Faless/ui_actionsFabio Alessandrelli
2018-03-12Fix non working action names containing whitespacesrobfram
2018-02-23Add two new default actions ui_end, ui_homeFabio Alessandrelli
2018-02-21Fix loading project.binary from PCK fileRémi Verschelde
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-11-26Allow customizing user:// path (folder in OS::get_data_path())Rémi Verschelde
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-17Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde
2017-11-14Move singleton management from ProjectSettings to EngineLeon Krause
2017-10-27Add an option to use zstd's recently introduced long range matching (off by d...Ferenc Arn
2017-10-10Made directory scan optionalBastiaanOlij
2017-10-09Fix trailing whitespaces in project settings header commentEmmanuel Leblond
2017-10-05Added the set/get_setting function in Editor/Project settings. Renamed has() ...Juan Linietsky
2017-10-03fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-17Fixed naming of pck fileBastiaan Olij
2017-09-13Merge pull request #11062 from BastiaanOlij/osx_datapackRémi Verschelde
2017-09-10Add user data directory support for ProjectSettings::globalize_pathgeequlim
2017-09-08Fixed loading package from resource folder, exporting textures to bundle and ...BastiaanOlij
2017-09-01Fix files headerPoommetee Ketson
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-06Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov