summaryrefslogtreecommitdiffstats
path: root/core/project_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-3/+3
* Don't localize paths that contain but are not in the resource pathRémi Verschelde2019-05-301-2/+10
* Merge pull request #25647 from QbieShay/fix_25440Rémi Verschelde2019-05-291-0/+9
|\
| * Added a setting for files in which the editor should search (project wise).QbieShay2019-02-121-0/+9
* | Enable object decoding when serializing binary project settingsmuiroc2019-04-151-3/+3
* | Allow default audio bus layout modificationlupoDharkael2019-04-051-0/+2
* | Add object encoding param to serialization methodsFabio Alessandrelli2019-04-011-5/+5
* | Define android/modules globally so it appears in Project SettingsRémi Verschelde2019-03-071-0/+3
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-3/+3
|/
* GLES2: Make Nvidia flicker workaround opt-inRémi Verschelde2019-01-141-2/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* ProjectManager: Warn when projects have different config_versionRémi Verschelde2018-12-211-15/+11
* Add application/config/project_settings_override option to override project s...Marcelo Fernandez2018-12-131-1/+14
* Merge pull request #22779 from Superwaitsum/LimitSettingsRémi Verschelde2018-10-251-0/+1
|\
| * Add some limits on the Editor SettingsSuperwaitsum2018-10-241-0/+1
* | Fix .pck lookup for extensionless binary names with a dotRémi Verschelde2018-10-241-28/+57
|/
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\
| * Misc. typosluz.paz2018-09-121-1/+1
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-10/+11
|/
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+1
* Fixes initialization of action listgroud2018-08-141-48/+89
* Fix main scene file filterMattias Cibien2018-07-261-1/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* -Project/Editor settings now use new inspectorJuan Linietsky2018-07-191-2/+10
* Fixed OS.has_feature not using custom feature tags.matthew10062018-07-181-0/+4
* Global class names (and GDScript support for it)Juan Linietsky2018-07-151-1/+5
* Update resource file project settings on renameBenjamin2018-07-031-0/+4
* Fixed project settings overrides not using custom feature tags.matthew10062018-06-271-1/+1
* Revert "Make the performance reporting update frequency customizable"Juan Linietsky2018-05-281-1/+0
* Make the performance reporting update frequency customizableHugo Locurcio2018-05-181-0/+1
* Fix #17019 : overrides with unknown base settingManuel Moos2018-05-011-4/+3
* Allow actions to provide an analog valueGilles Roudiere2018-04-161-1/+20
* Merge pull request #16947 from Faless/ui_actionsFabio Alessandrelli2018-03-161-0/+14
|\
| * Add two new default actions ui_end, ui_homeFabio Alessandrelli2018-02-231-0/+14
* | Fix non working action names containing whitespacesrobfram2018-03-121-1/+4
|/
* Fix loading project.binary from PCK fileRémi Verschelde2018-02-211-2/+6
* Improve error reporting of ProjectSettings::setup()Rémi Verschelde2018-02-191-26/+50
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Allow customizing user:// path (folder in OS::get_data_path())Rémi Verschelde2017-11-261-1/+2
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
* Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-1/+1
* Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-28/+0
* Add an option to use zstd's recently introduced long range matching (off by d...Ferenc Arn2017-10-271-0/+6
* Made directory scan optionalBastiaanOlij2017-10-101-44/+9
* Fix trailing whitespaces in project settings header commentEmmanuel Leblond2017-10-091-2/+2
* Added the set/get_setting function in Editor/Project settings. Renamed has() ...Juan Linietsky2017-10-051-3/+13
* fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky2017-10-031-1/+1
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1