summaryrefslogtreecommitdiffstats
path: root/core/config/project_settings.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Allow loading custom ProjectSettings instancekobewi2024-04-261-0/+1
* Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-0/+1
* [Core] Move includes from project_settings.h into project_settings.cppnazarii2024-03-041-4/+0
* Merge pull request #86758 from Mickeon/autocompletion-project-settingsRémi Verschelde2024-03-011-0/+4
|\
| * Add autocompletion for ProjectSettings' methodsMicky2024-02-291-0/+4
* | Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
|/
* Implement project-wide node groupsStanislav Labzyuk2023-12-191-0/+14
* Made hidden ProjectSettings groups more explicitkobewi2023-08-231-0/+2
* Add settings_changed signal to ProjectSettingskobewi2023-08-081-0/+5
* Fix `ProjectSettings::localize_path` for Windows pathsRedworkDE2023-07-261-0/+1
* C#: Unify project name handling and fix issues with the handling of some spec...RedworkDE2023-06-141-1/+0
* Fix missing directories when exporting from cmdkobewi2023-02-201-0/+2
* Expose and document ProjectSettings.get_global_class_list()bitsawer2023-02-041-1/+7
* Restore script class cache if removedJuan Linietsky2023-01-311-0/+1
* Cleanup unused engine code v2kobewi2023-01-191-2/+0
* Move global script class cache to separate filekobewi2023-01-161-0/+2
* Refactor ProjectSetting overridesJuan Linietsky2023-01-131-5/+4
* Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde2023-01-061-1/+3
|\
| * Add PropertyInfo overload for GLOBAL_DEFkobewi2022-12-111-1/+3
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Added the possibility to define a default value in ProjectSettings.get_settin...Marius Hanl2022-12-211-1/+1
|/
* Fix inconsistent scene file name casing by moving existing Name_Casing code t...ryburnj2022-09-181-1/+2
* Only compile project features logic in editor buildsAaron Franke2022-08-271-0/+4
* Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-181-3/+2
* Add GLOBAL_DEF_INTERNAL to hide specific settingskobewi2022-06-071-2/+6
* Add a new HashSet templatereduz2022-05-201-1/+1
* ProjectSettings: use RBMap again instead of HashMapRicardo Buring2022-05-171-3/+3
* Replace most uses of Map by HashMapreduz2022-05-161-9/+9
* Add a new HashMap implementationreduz2022-05-121-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Move logic for saving project features to ProjectSettings save_customAaron Franke2021-11-251-0/+1
* Project feature warning systemAaron Franke2021-11-241-1/+7
* Ignore override.cfg when in editorkobewi2021-11-221-2/+2
* Restrict the project data directory configurationne0fhyk2021-10-181-0/+1
* Make the project data directory customizable.ne0fhyk2021-10-111-0/+2
* Provide a getter for the project data directory.ne0fhyk2021-09-151-1/+3
* Use OrderedHashMap for autoloads to preserve orderLyuma2021-08-261-2/+3
* Added ability to override built-in actions for the editorEric M2021-02-181-0/+3
* Reorganize Project Settingsreduz2021-02-181-1/+8
* Detect external modification of project.godotkobewi2021-02-091-1/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Removed references to 'registering_order', as it was unused.Eric M2020-11-261-3/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+185