summaryrefslogtreecommitdiffstats
path: root/core/config/project_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+18
|\
| * Merge pull request #97005 from Repiteo/core/window-corner-styleThaddeus Crews2024-10-211-0/+1
| |\
| | * Core: Add `DisplayServer` flag for sharp cornersThaddeus Crews2024-10-181-0/+1
| * | Merge pull request #97707 from Sauermann/fix-input-device-clashThaddeus Crews2024-10-211-0/+17
| |\ \ | | |/ | |/|
| | * Fix InputEvent device id clashMarkus Sauermann2024-10-201-0/+17
* | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-12/+6
|\| |
| * | Fix implementation of property_can_revert() in various classeskobewi2024-10-041-12/+6
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-7/+7
|/ /
* | Partially revert 96780, remove warnings from project/editor settings `_get`.bruvzg2024-10-041-1/+0
* | Changed the default deadzone value for new actions from 0.5 to 0.2Roman Morozov2024-10-011-1/+1
|/
* Fix path error when saving ProjectSettingskobewi2024-09-171-1/+2
* Merge pull request #95048 from KoBeWi/keep_the_party_goingRémi Verschelde2024-08-271-4/+0
|\
| * Add keep_screen_on editor settingkobewi2024-08-021-4/+0
* | Merge pull request #94799 from m4gr3d/memory_allocation_cleanup_and_optimizat...Rémi Verschelde2024-08-161-0/+5
|\ \
| * | Memory cleanup and optimizationsFredia Huya-Kouadio2024-08-161-0/+5
| |/
* / [.NET] Move search in files extension list definition to be after Scene level...bruvzg2024-08-141-9/+0
|/
* Replace .NET detection code with `ClassDB::class_exists("CSharpScript")`.bruvzg2024-07-231-1/+1
* GDScript: Fix "Mismatched external parser" for autoloadsDanil Alexeev2024-07-091-2/+2
* Merge pull request #91551 from m4rr5/configure_timestamp_query_elementsRémi Verschelde2024-07-071-0/+1
|\
| * Added a project setting to configure the maximum amount of timestamps, with a...Marcel Offermans2024-05-051-0/+1
* | Add samples playback supportAdam Scott2024-06-181-0/+2
* | Merge pull request #91416 from Calinou/d3d12-sdk-update-install-scriptRémi Verschelde2024-05-151-1/+5
|\ \
| * | Update dependencies in D3D12 SDK installer scriptHugo Locurcio2024-05-071-1/+5
* | | Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* | | Add shorthand for using singleton string nameskobewi2024-05-111-2/+2
|/ /
* / [Core] Add `LocalVector::has` for convenienceA Thousand Ships2024-05-061-1/+1
|/
* Merge pull request #85678 from KoBeWi/editor_walktimeRémi Verschelde2024-04-261-1/+7
|\
| * Add separate feature tags for editor runtimekobewi2024-04-261-1/+7
* | Allow loading custom ProjectSettings instancekobewi2024-04-261-2/+10
|/
* Add project setting for root node auto translate modeHaoyu Qiu2024-04-161-0/+1
* [Core] Add iteration support to `Array`A Thousand Ships2024-04-101-2/+2
* Merge pull request #88329 from ManpreetXSingh/key-window-menuRémi Verschelde2024-04-081-0/+1
|\
| * Windows: Add alt+space menu and fix window modesManpreet Singh2024-04-061-0/+1
* | Add toggle for enabling or disabling RenderingDevice's pipeline cache.Dario2024-04-051-0/+1
|/
* Jitter raster occlusion camera to reduce false positives.lawnjelly2024-04-031-0/+2
* Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-0/+23
* [Core] Move includes from project_settings.h into project_settings.cppnazarii2024-03-041-0/+1
* Merge pull request #86758 from Mickeon/autocompletion-project-settingsRémi Verschelde2024-03-011-0/+20
|\
| * Add autocompletion for ProjectSettings' methodsMicky2024-02-291-0/+20
* | Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-0/+1
* | Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1
* | Merge pull request #86608 from TokageItLab/add-warn-setting-animRémi Verschelde2024-02-171-0/+3
|\ \
| * | Add option to silence some warnings in AnimationMixer cachingSilc Lizard (Tokage) Renew2024-02-141-0/+3
* | | Merge pull request #86966 from Muller-Castro/value2ref-coreRémi Verschelde2024-02-151-2/+2
|\ \ \
| * | | Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-2/+2
* | | | Add `--no-header` option to clean outputAnatoli Babenia2024-02-151-0/+1
|/ / /
* / / Allow to set custom feature tags for testingkobewi2024-02-131-0/+13
|/ /
* | Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-0/+2