summaryrefslogtreecommitdiffstats
path: root/main/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | 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
* | | | 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
* | | | Merge pull request #93746 from KoBeWi/by_extensionRémi Verschelde2024-08-281-2/+2
|\ \ \ \
| * | | | Allow more image types for some project settingskobewi2024-06-291-2/+2
* | | | | Add support for the debug utils extension in OpenXRBastiaan Olij2024-08-271-0/+2
* | | | | Merge pull request #76085 from spanzeri/better_remember_editor_windowRémi Verschelde2024-08-261-1/+62
|\ \ \ \ \
| * | | | | Remember editor window mode, screen, size and position on restartSamuele Panzeri2024-07-231-1/+62
* | | | | | Merge pull request #95777 from Calinou/command-line-improve-rendering-driver-...Rémi Verschelde2024-08-261-2/+28
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Improve error messages for invalid rendering drivers/methods on the command lineHugo Locurcio2024-08-181-2/+28
* | | | | | Disable extra memory tracking by defaultMatias N. Goldberg2024-08-241-0/+5
| |_|_|/ / |/| | | |
* | | | | Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-201-2/+13
* | | | | Change hand tracking project settings and finetune show_when_trackedBastiaan Olij2024-08-201-1/+3
|/ / / /
* | | | Merge pull request #95656 from anvilfolk/gdscript-docs-quitRémi Verschelde2024-08-171-0/+3
|\ \ \ \
| * | | | Fix Godot not quitting with `--doctool --gdscript-docs`.ocean2024-08-161-0/+3
* | | | | Merge pull request #94799 from m4gr3d/memory_allocation_cleanup_and_optimizat...Rémi Verschelde2024-08-161-3/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Memory cleanup and optimizationsFredia Huya-Kouadio2024-08-161-3/+0
| |/ / /