summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #82331 from rburing/gdextension_dump_docsRémi Verschelde2023-09-261-2/+15
|\
| * Optionally include documentation in GDExtension API dumpRicardo Buring2023-09-261-2/+15
* | Merge pull request #82347 from SaracenOne/dir_access_checksRémi Verschelde2023-09-261-0/+4
|\ \
| * | Add error checks for DirAccess creation.Saracen2023-09-261-0/+4
| |/
* | Merge pull request #81608 from timothyqiu/fullscreen-editorRémi Verschelde2023-09-261-4/+2
|\ \
| * | Make editor support `--fullscreen` command-line argumentHaoyu Qiu2023-09-131-4/+2
* | | Merge pull request #80796 from smix8/navgenerator_2d_4.xRémi Verschelde2023-09-261-1/+12
|\ \ \
| * | | Add 2D navigation mesh bakingsmix82023-09-251-1/+12
| | |/ | |/|
* | | Merge pull request #80284 from dsnopek/gdextension-hot-reloadRémi Verschelde2023-09-261-0/+1
|\ \ \ | |/ / |/| |
| * | Implement reloading of GDExtensionsDavid Snopek2023-09-251-0/+1
* | | Implement OpenXR Foveated rendering supportBastiaan Olij2023-09-251-0/+2
|/ /
* | Merge pull request #82008 from KoTeYkA23/render-selector-restart-fixRémi Verschelde2023-09-241-14/+13
|\ \
| * | Make all render driver project settings require restartCaTaTo2023-09-211-14/+13
* | | Fix --gdscript-docs tool failing when autoloads are used in the project.Álex Román Núñez2023-09-221-33/+46
|/ /
* | [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-7/+13
* | Add `--lsp-port` as a command line argumentryanabx2023-09-181-3/+23
* | Fix issue with OpenXR environment blend mode not being applied properlyBastiaan Olij2023-09-131-0/+1
|/
* [Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-4/+4
* UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-2/+1
* Fix ThemeDB initialization in testsYuri Sizov2023-09-041-8/+13
* Add a `--audio-output-latency` command-line argumentHugo Locurcio2023-08-171-0/+18
* Merge pull request #78012 from Calinou/cli-add-max-fps-argumentRémi Verschelde2023-08-171-1/+17
|\
| * Add a `--max-fps` command-line argument to set a FPS limitHugo Locurcio2023-07-281-1/+17
* | Merge pull request #80188 from vnen/gdextension-copy-dllRémi Verschelde2023-08-161-1/+6
|\ \
| * | GDExtension: Copy DLL to a temp file before openingGeorge Marques2023-08-111-1/+6
* | | Add support for GLSL source-level debugging with RenderDoc (`--generate-spirv...sakrel2023-08-121-0/+3
|/ /
* | Merge pull request #75784 from Riteo/int-scaleRémi Verschelde2023-08-111-0/+7
|\ \
| * | Add content scale stretch modes, implement integer scalingRiteo2023-08-101-0/+7
* | | Move navigation mesh baking to NavigationServersmix82023-08-031-0/+9
* | | Merge pull request #75198 from Bestest-Coder/masterRémi Verschelde2023-08-031-0/+9
|\ \ \ | |_|/ |/| |
| * | Added --gpu-index to forwardable_cli_argumentsBestest-Coder2023-08-021-0/+9
* | | Don't use splash minimum display time in editorkobewi2023-07-121-0/+3
* | | Merge pull request #70771 from kleonc/main-loop-set-after-resolvedYuri Sizov2023-07-121-4/+4
|\ \ \
| * | | Ensure MainLoop and its custom script is set right after it's resolvedkleonc2022-12-311-4/+4
* | | | Merge pull request #78045 from rburing/main_loop_commandYuri Sizov2023-07-121-1/+7
|\ \ \ \
| * | | | Add command-line option to run a MainLoop by its global class nameRicardo Buring2023-06-131-1/+7
* | | | | [macOS/iOS] Set MoltenVK logging level based on `--verbose` flag.bruvzg2023-07-051-0/+4
| |_|/ / |/| | |
* | | | C#: Fix editor integration breaking and causing error spam when reloading ass...RedworkDE2023-06-211-0/+1
* | | | Remove SceneTree debug avoidance hintsmix82023-06-161-7/+2
* | | | Fix various typos with codespellRémi Verschelde2023-06-161-5/+5
* | | | Merge pull request #78054 from bruvzg/fix_res_errorsRémi Verschelde2023-06-141-1/+24
|\ \ \ \
| * | | | Fix "Resource file not found" error on editor start.bruvzg2023-06-091-1/+24
* | | | | Document known bugs with the Multi-Threaded thread model project settingHugo Locurcio2023-06-141-1/+9
* | | | | Disable NVIDIA's threaded optimization on WindowsÁlex Román Núñez2023-06-131-0/+1
|/ / / /
* | | | Merge pull request #75666 from ronyeh/main.cpp-2Rémi Verschelde2023-06-021-14/+14
|\ \ \ \
| * | | | Rename `iconpath => icon_path` & `hasicon => has_icon`.Ron B. Yeh2023-04-041-14/+14
| | |_|/ | |/| |
* | | | Fix --debug-avoidance description.smix82023-05-261-1/+1
* | | | Merge pull request #71352 from m4gr3d/editor_optimization_mainRémi Verschelde2023-05-241-35/+36
|\ \ \ \
| * | | | Improve startup benchmarkingFredia Huya-Kouadio2023-05-231-35/+36
| | |/ / | |/| |
* / | | Allow threads to mark themselves as safe for nodesPedro J. Estébanez2023-05-241-0/+4
|/ / /