Rie
|
d17ce4c37e
Fix "res://" being replaced by resource packs in the editor and on Android
|
1 year ago |
HP van Braam
|
240f510fa7
Core ubsan fixes
|
8 months ago |
kobewi
|
4324d01c8e
Allow loading custom ProjectSettings instance
|
2 years ago |
David Nikdel
|
5e6adb4a2d
Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs
|
1 year ago |
nazarii
|
ea8c261cc6
[Core] Move includes from project_settings.h into project_settings.cpp
|
1 year ago |
Rémi Verschelde
|
0394328a71
Merge pull request #86758 from Mickeon/autocompletion-project-settings
|
1 year ago |
Micky
|
404b2bf9c2
Add autocompletion for ProjectSettings' methods
|
1 year ago |
Muller-Castro
|
a8bc9f3e78
Add const lvalue ref to core/* container parameters
|
1 year ago |
Stanislav Labzyuk
|
958699a0c4
Implement project-wide node groups
|
3 years ago |
kobewi
|
2cd63a1ef0
Made hidden ProjectSettings groups more explicit
|
3 years ago |
kobewi
|
c5ec847aa0
Add settings_changed signal to ProjectSettings
|
3 years ago |
RedworkDE
|
aee1e50b48
Fix `ProjectSettings::localize_path` for Windows paths
|
2 years ago |
RedworkDE
|
92f13ba9ea
C#: Unify project name handling and fix issues with the handling of some special characters
|
2 years ago |
kobewi
|
ff42cb0d1e
Fix missing directories when exporting from cmd
|
2 years ago |
bitsawer
|
d1521933bb
Expose and document ProjectSettings.get_global_class_list()
|
2 years ago |
Juan Linietsky
|
79897dd5bc
Restore script class cache if removed
|
2 years ago |
kobewi
|
c0083e431b
Cleanup unused engine code v2
|
2 years ago |
kobewi
|
6444c7d127
Move global script class cache to separate file
|
2 years ago |
Juan Linietsky
|
6f0e210093
Refactor ProjectSetting overrides
|
2 years ago |
Rémi Verschelde
|
163f6f5fe8
Merge pull request #68429 from KoBeWi/PropertySettings
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Marius Hanl
|
5aa243f9da
Added the possibility to define a default value in ProjectSettings.get_setting(), which is used when no setting is set.
|
3 years ago |
kobewi
|
7c6b659bd7
Add PropertyInfo overload for GLOBAL_DEF
|
2 years ago |
ryburnj
|
9d6af9323a
Fix inconsistent scene file name casing by moving existing Name_Casing code to separate function in editor_node, and adding a call from both editor_node and scene_tree_dock.
|
2 years ago |
Aaron Franke
|
0a87bd7b54
Only compile project features logic in editor builds
|
3 years ago |
Yuri Sizov
|
980f5f32f4
Make `property_*_revert` methods multilevel and expose them for scripting
|
3 years ago |
kobewi
|
83014f8901
Add GLOBAL_DEF_INTERNAL to hide specific settings
|
3 years ago |
reduz
|
45af29da80
Add a new HashSet template
|
3 years ago |
Ricardo Buring
|
9d9b50855c
ProjectSettings: use RBMap again instead of HashMap
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |