summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | Merge pull request #52314 from lawnjelly/four_delta_smoothRémi Verschelde2023-05-173-0/+350
|\ \ \
| * | | Add frame delta smoothing option (4.x)lawnjelly2023-05-163-0/+350
* | | | Merge pull request #76446 from reduz/add-gdextension-api-compatibilityRémi Verschelde2023-05-151-0/+28
|\ \ \ \ | |/ / / |/| | |
| * | | Add a backwards-compatibility system for GDExtension methodJuan Linietsky2023-05-151-0/+28
* | | | Fix multiple issues in WorkerThreadPoolPedro J. Estébanez2023-05-111-0/+13
* | | | Avoid interaction issues between resource loading threadsPedro J. Estébanez2023-05-101-2/+2
* | | | Merge pull request #75901 from reduz/refactor-node-processingRémi Verschelde2023-05-101-0/+8
|\ \ \ \
| * | | | Refactor Node ProcessingJuan Linietsky2023-05-091-0/+8
* | | | | Rework Navigation Avoidancesmix82023-05-101-0/+15
* | | | | Merge pull request #76878 from RedworkDE/tests-fix-errorsRémi Verschelde2023-05-091-6/+6
|\ \ \ \ \
| * | | | | Fix various errors when running the unit testsRedworkDE2023-05-091-6/+6
* | | | | | Merge pull request #76490 from dsnopek/dump-gdscript-docsRémi Verschelde2023-05-091-0/+71
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Dump API docs from inline GDScript comments using --doctool --gdscript-docs PATHDavid Snopek2023-05-081-0/+71
* | | | | | Merge pull request #76624 from myaaaaaaaaa/movie-statRémi Verschelde2023-05-091-4/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Print CPU and GPU usage statistics after Movie Maker is finishedmyaaaaaaaaa2023-05-081-4/+1
| |/ / / /
* / / / / Redo how the remote filesystem worksJuan Linietsky2023-05-081-13/+1
|/ / / /
* | | | Merge pull request #73617 from myaaaaaaaaa/quit-afterRémi Verschelde2023-04-261-3/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Add --quit-after <number-of-iterations>myaaaaaaaaa2023-04-251-3/+17
* | | | Fix thread IDs.Juan Linietsky2023-04-242-6/+10
* | | | Add project manager / editor initial screen settings, implement DisplayServer...bruvzg2023-04-191-0/+47
* | | | Cache classes editor helpPedro J. Estébanez2023-04-131-0/+6
| |/ / |/| |
* | | Merge pull request #74727 from AThousandShips/project_settingsYuri Sizov2023-03-151-12/+4
|\ \ \
| * | | Exposing more project settings for documentationNinni Pipping2023-03-151-12/+4
* | | | Merge pull request #73144 from chutchinson/bug/openxr-init-alert-dialogYuri Sizov2023-03-151-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Replaced operating system alert dialog with a warning log message,Chris Hutchinson2023-02-131-0/+1
* | | | Prevent crashing on startup if project has scripted theme typesYuri Sizov2023-03-081-1/+16
* | | | Warn users when using non existing --export flag, replaced by --export-releaseRémi Verschelde2023-02-221-0/+3
* | | | Mark Application Icon and V-Sync Mode project settings as basicHugo Locurcio2023-02-191-2/+2
* | | | iOS: Fix memory leak on touch inputTravis Veralrud2023-02-151-1/+0
| |/ / |/| |