summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98862 from HuntJSparra/early-projsettings-registrationThaddeus Crews2024-11-261-41/+47
|\
| * Register Engine, OS, ProjectSettings, and Time early.Hunt J. Sparra2024-11-211-41/+47
* | Merge pull request #98946 from timothyqiu/3d-indexThaddeus Crews2024-11-221-4/+0
|\ \ | |/ |/|
| * Remove unnecessary `_3D_DISABLED` checks in `Performance`Haoyu Qiu2024-11-081-4/+0
* | Merge pull request #99286 from KoBeWi/uid_in_a_path_factoryThaddeus Crews2024-11-181-1/+1
|\ \
| * | Support uid:// in more placeskobewi2024-11-161-1/+1
* | | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
|/ /
* | Revert "Warn on unknown command line arguments"Rémi Verschelde2024-11-151-7/+0
* | Merge pull request #99149 from mrsaturnsan/set_max_fps_fixThaddeus Crews2024-11-131-5/+7
|\ \
| * | Fix max FPS initializationmrsaturnsan2024-11-121-5/+7
| |/
* | Merge pull request #98253 from timothyqiu/its-too-lateThaddeus Crews2024-11-121-4/+5
|\ \
| * | Fix some strings not caught by editor pseudolocalizationHaoyu Qiu2024-10-171-4/+5
* | | Merge pull request #98688 from timothyqiu/editor-onlyThaddeus Crews2024-11-111-1/+1
|\ \ \
| * | | Mark editor pseudolocalization CLI option editor-onlyHaoyu Qiu2024-10-311-1/+1
| | |/ | |/|
* / | Warn on unknown command line argumentsHugo Locurcio2024-11-061-0/+7
|/ /
* | Merge pull request #98425 from darksylinc/matias-breadcrumbs-race-fixThaddeus Crews2024-10-251-0/+5
|\ \
| * | Fix race conditions in breadcrumbsMatias N. Goldberg2024-10-221-0/+5
* | | Merge pull request #38208 from Calinou/project-manager-use-dummy-audio-driverThaddeus Crews2024-10-251-1/+8
|\ \ \ | |/ / |/| |
| * | Use the Dummy audio driver in the project managerHugo Locurcio2024-08-071-1/+8
* | | Merge pull request #97649 from ohboh/literally-unusable-on-mobile-without-thisThaddeus Crews2024-10-211-0/+4
|\ \ \
| * | | Fix "emulate mouse from touch" setting affecting editorobo2024-10-011-0/+4
* | | | Merge pull request #97005 from Repiteo/core/window-corner-styleThaddeus Crews2024-10-211-0/+3
|\ \ \ \
| * | | | Core: Add `DisplayServer` flag for sharp cornersThaddeus Crews2024-10-181-0/+3
| | |_|/ | |/| |
* / | | Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-0/+1
|/ / /
* | | Merge pull request #96230 from timothyqiu/per-domain-pseudolocalizationRémi Verschelde2024-10-041-0/+18
|\ \ \
| * | | Move pseudolocalization into TranslationDomainHaoyu Qiu2024-09-211-0/+18
* | | | Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-022-1/+25
* | | | Consolidate remembering window settings into single configBrandon Chang2024-10-011-9/+6
| |/ / |/| |
* | | Merge pull request #97442 from dustdfg/disable_xr/missing_disable_3d_ifndefsRémi Verschelde2024-09-261-1/+5
|\ \ \
| * | | Add missing `#ifndef _3D_DISABLED` to main fileYevhen Babiichuk (DustDFG)2024-09-251-1/+5
* | | | Merge pull request #97118 from mihe/patch-exportsRémi Verschelde2024-09-261-2/+25
|\ \ \ \
| * | | | Add ability to export patch packsMikael Hermansson2024-09-251-2/+25
* | | | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
| |/ / / |/| | |
* | | | Move Godot Physics 2D into a module; add dummy 2D physics serverRicardo Buring2024-09-231-1/+10
|/ / /
* / / Move Godot Physics 3D into a module; add dummy 3D physics serverRicardo Buring2024-09-211-1/+10
|/ /
* | Added fallback_to_opengl3SheepYhangCN2024-09-201-0/+1
* | WorkerThreadPool: Add safety point between languages finished and pool termin...Pedro J. Estébanez2024-09-161-0/+2
* | Revert "WorkerThreadPool: Enhance lifetime for more flexibility"Pedro J. Estébanez2024-09-131-18/+0
* | Fix launching XR apps from the Android editorDavid Snopek2024-09-111-1/+0
* | Merge pull request #96760 from RandomShaper/wtp_langs_exit_threadRémi Verschelde2024-09-111-0/+18
|\ \
| * | WorkerThreadPool: Enhance lifetime for more flexibilityPedro J. Estébanez2024-09-101-0/+18
* | | [Resource Loader] Do not check property type for non registered properties.bruvzg2024-09-101-0/+1
|/ /
* | Improve support for XR projectsFredia Huya-Kouadio2024-09-061-1/+2
* | Merge pull request #95005 from jsjtxietian/export-projRémi Verschelde2024-09-051-1/+6
|\ \
| * | Fixes godot crash or give unclear message when exporting with invalid argsjsjtxietian2024-09-051-1/+6
* | | Merge pull request #91780 from Riteo/falling-with-styleRémi Verschelde2024-09-041-0/+5
|\ \ \
| * | | Warn when falling back to another DisplayServerRiteo2024-08-211-0/+5
* | | | Update rendering driver name on fallbacks. Fix rendering driver/method in the...bruvzg2024-09-011-6/+3
| |/ / |/| |
* | | Merge pull request #96197 from jsjtxietian/splash-msgRémi Verschelde2024-08-291-1/+2
|\ \ \
| * | | Add is png check and better err msg when loading splash imgaejsjtxietian2024-08-291-1/+2