summaryrefslogtreecommitdiffstats
path: root/core/config/project_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-4/+7
|\
| * Revert "Fix InputEvent device id clash" and add a compatibility functionMarkus Sauermann2024-11-201-4/+7
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-4/+10
|\|
| * Merge pull request #99286 from KoBeWi/uid_in_a_path_factoryThaddeus Crews2024-11-181-0/+6
| |\
| | * Support uid:// in more placeskobewi2024-11-161-0/+6
| * | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-4/+4
| |/
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-1/+1
|\|
| * Replace default deadzone magic number with named constantMalcolm Anderson2024-11-121-1/+1
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-21/+21
|\|
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-21/+21
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-0/+4
|\|
| * Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-291-0/+4
| |\
| | * Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-281-0/+4
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-3/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix InputEvent crash when opening projectkobewi2024-10-241-3/+3
* | | 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
|\