summaryrefslogtreecommitdiffstats
path: root/core/project_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a project description settingHugo Locurcio2019-08-281-0/+2
* Allow to define and load script templates per projectAndrii Doroshenko (Xrayez)2019-08-221-0/+3
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-17/+6
* Use reference to constant in functionsqarmin2019-07-101-3/+3
* Merge pull request #30282 from neikeq/editor_in_cs_equals_winRémi Verschelde2019-07-051-0/+4
|\
| * Fix localize_path not always workingIgnacio Etcheverry2019-07-051-0/+4
* | Merge pull request #24086 from RandomShaper/bundle-pck-to-executableRémi Verschelde2019-07-051-8/+16
|\ \ | |/ |/|
| * Add embedded PCK option to PC platformsPedro J. Estébanez2019-07-031-8/+16
* | Remove unnecessary code and add some error explanationsqarmin2019-07-011-2/+0
|/
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Merge pull request #29306 from qarmin/small_code_fixesRémi Verschelde2019-06-121-4/+0
|\
| * Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin2019-06-031-4/+0
* | 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