summaryrefslogtreecommitdiffstats
path: root/core/config
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-023-21/+34
|\|
| * Merge pull request #98091 from AThousandShips/improve_err_prints_coreThaddeus Crews2024-10-311-21/+21
| |\
| | * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-21/+21
| * | Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-302-0/+13
| |/
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-302-1/+10
|\|
| * Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-292-0/+10
| |\
| | * Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-282-0/+10
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-274-8/+8
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-274-8/+8
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-263-3/+15
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #98425 from darksylinc/matias-breadcrumbs-race-fixThaddeus Crews2024-10-252-0/+12
| |\ \
| | * | Fix race conditions in breadcrumbsMatias N. Goldberg2024-10-222-0/+12
| * | | Fix InputEvent crash when opening projectkobewi2024-10-241-3/+3
| |/ /
* | | Fix VERSION_FULL_CONFIG ignoring status versioningSpartan3222024-10-231-2/+1
* | | 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 pull request #682 from Spartan322/redot-add/status-versionGeorge L. Albany2024-10-151-1/+9
|\ \ \
| * | | Bump version to 4.4-alpha.2Spartan3222024-10-141-1/+9
* | | | 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-114-0/+8
* | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-113-7/+55
|/ /
* | Partially revert 96780, remove warnings from project/editor settings `_get`.bruvzg2024-10-041-1/+0
* | Merge pull request #97281 from reptofrog/deadzone-new-defaultRémi Verschelde2024-10-021-1/+1
|\ \ | |/ |/|
| * Changed the default deadzone value for new actions from 0.5 to 0.2Roman Morozov2024-10-011-1/+1
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* | [Core] Add `Engine.print_to_stout` setting to control printingA Thousand Ships2024-09-222-0/+11
|/
* 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
* | Disable extra memory tracking by defaultMatias N. Goldberg2024-08-242-0/+6
* | 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