Pedro J. Estébanez
|
5296ab8cd6
Determine ProjectSettings' resource path early
|
3 years ago |
Rémi Verschelde
|
acd4a01b8c
ProjectSettings: Ensure 'editor/' settings aren't nested
|
3 years ago |
kobewi
|
621cb8c52f
Move Display settings higher in the list
|
3 years ago |
Rémi Verschelde
|
1639b3a6a9
Merge pull request #58674 from Calinou/smooth-trimesh-collision-always-setting-3.x
|
3 years ago |
Rémi Verschelde
|
690020d385
Revert "Fix ProjectSettings has_setting() when used on a overriden setting with feature tags"
|
3 years ago |
Hugo Locurcio
|
413689559c
Always register the Smooth Trimesh Collision project setting
|
3 years ago |
BimDav
|
b343660dac
has_setting now correctly returns true when the setting is present due to a feature tag
|
3 years ago |
lawnjelly
|
f0af29346b
ProjectSettings add dirty flag and project_settings_changed signal
|
3 years ago |
Rémi Verschelde
|
c938104a88
Merge pull request #56630 from Pineapple/replace-find-last
|
3 years ago |
Rémi Verschelde
|
a627cdafc5
Update copyright statements to 2022
|
3 years ago |
Rémi Verschelde
|
edd9534f97
Merge pull request #53900 from ChronicallySerious/update-vcs-1
|
3 years ago |
Bartłomiej T. Listwon
|
22750b1c03
Replace String::find_last with rfind where possible (backward compatible with old API)
|
3 years ago |
janglee
|
0b327eb46e
VCS: Add push, pull, fetch and improved diff view to VCS UI
|
5 years ago |
kobewi
|
420c351592
Ignore override.cfg when in editor
|
3 years ago |
Pedro J. Estébanez
|
b6f04dfd21
Add ProjectSettings::set_hide_from_editor()
|
3 years ago |
Fredia Huya-Kouadio
|
2b6678c851
Restrict the project data directory configuration.
|
3 years ago |
Fredia Huya-Kouadio
|
d1808f0a7f
Make the project data directory customizable.
|
4 years ago |
Yuri Sizov
|
b02c61ddb1
Ignore OS specific values (constants, project settings, properties)
|
3 years ago |
Rémi Verschelde
|
df69945f1f
Merge pull request #52714 from m4gr3d/provide_getter_for_project_data_dir_3x
|
3 years ago |
Ricardo Subtil
|
723ad5ef61
Fix path with multiple slashes not being corrected on templates
|
4 years ago |
Fredia Huya-Kouadio
|
c8b022c165
Provide a getter for the project data directory.
|
4 years ago |
Rémi Verschelde
|
7c6bdea33c
Merge pull request #47416 from Calinou/add-contrast-adaptive-sharpening-3.x
|
4 years ago |
Aaron Franke
|
7dc2edc430
[3.x] Allow reading shaders from .gdshader files
|
4 years ago |
Hugo Locurcio
|
a9c0c5484f
Add support for contrast-adaptive sharpening in 3D (GLES3 only)
|
4 years ago |
Marcel Admiraal
|
7e03bd1671
Remove duplicate WARN_PRINTS macro
|
4 years ago |
Haoyu Qiu
|
95c60b76a4
Save binary ProjectSettings key length properly
|
4 years ago |
Marcel Admiraal
|
5a58516231
Remove duplicate ERR_PRINTS macro
|
4 years ago |
Hugo Locurcio
|
8b06085249
Implement the `%command%` placeholder in the Main Run Args setting
|
5 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |