summaryrefslogtreecommitdiffstats
path: root/core/project_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Docs: Ignore OS specific values (constants, project settings, properties).bruvzg2020-07-151-1/+18
* Fix overriding compression related settingsAndrii Doroshenko (Xrayez)2020-07-131-6/+16
* Add a map of autoloads to ProjectSettingsGeorge Marques2020-07-061-0/+42
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+1
* Improve documentation of ProjectSettings::setupRémi Verschelde2020-05-251-29/+38
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-8/+8
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-41/+72
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-65/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-6/+0
* Update game controller enums.Marcel Admiraal2020-05-131-7/+7
* Priorize Embedded PCKs on loadingHaSa10022020-05-041-23/+12
* Revert "Made possible to specify where to dump the contents when loading a "....Rémi Verschelde2020-04-201-3/+3
* Made possible to specify where to dump the contents when loading a ".pck" fileMichael Alexsander2020-04-161-3/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-6/+6
* Re-architecture of the Godot Android plugin.fhuya2020-03-051-3/+0
* Rename `scancode` to `keycode`.bruvzg2020-02-251-15/+15
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-2/+2
* [macOS] Load PCK from the .app bundle resources, instead of changing working ...bruvzg2020-01-101-1/+9
* Merge pull request #34476 from volzhs/no-slash-localize_pathRémi Verschelde2020-01-021-0/+4
|\
| * Make sure no additional slash being added with localize_pathvolzhs2019-12-201-0/+4
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* | Encodes property names properly in project.godotHaoyu Qiu2019-12-201-4/+1
|/
* Revert "Fix localise_path method so that uncached scripts don't sometimes get...Emmanuel Leblond2019-11-261-1/+1
* Fix some overflows and unitialized variablesRafał Mikrut2019-11-201-0/+2
* Fix localise_path method so that uncached scripts don't sometimes get loaded ...Saracen2019-11-061-1/+1
* Merge pull request #32291 from Dragoncraft89/add_load_resource_flagRémi Verschelde2019-09-251-3/+3
|\
| * Add flag to control the replacement of files by ProjectSettings.load_resource...Florian Kothmeier2019-09-251-3/+3
* | Added some obvious errors explanationsqarmin2019-09-251-11/+11
|/
* 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