summaryrefslogtreecommitdiffstats
path: root/main/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-13/+13
* Fixes godot crash or give unclear message when exporting with invalid argsjsjtxietian2024-09-171-1/+6
* Fix Godot not quitting with `--doctool --gdscript-docs`.ocean2024-09-161-0/+3
* [.NET] Move search in files extension list definition to be after Scene level...bruvzg2024-09-161-0/+8
* Run cleanup code on DisplayServer init failure to prevent crash on exit.bruvzg2024-09-161-1/+28
* Merge pull request #94796 from kus04e4ek/backfallRémi Verschelde2024-07-291-0/+3
|\
| * Fall back to D3D12 if Vulkan is not supported and vice versaKusok2024-07-271-0/+3
* | Apply prefer_wayland only if no display driver is setRiteo2024-07-261-4/+6
|/
* Merge pull request #88065 from Riteo/ds-pref-consistentRémi Verschelde2024-07-221-12/+14
|\
| * Handle display driver preferences consistently between editor and projectsRiteo2024-02-071-12/+14
* | End benchmark of Main::Setup properly before calling setup2Alvin Wong2024-07-211-1/+2
* | Merge pull request #94116 from bruvzg/ed_quit_unloadRémi Verschelde2024-07-191-0/+12
|\ \
| * | [Editor] Unload addons when using `--import` or `--quit`.bruvzg2024-07-091-0/+12
* | | Merge pull request #94412 from dsnopek/xr-always-renderRémi Verschelde2024-07-181-1/+1
|\ \ \
| * | | Always render when XR is enabled, even if no OS windows can drawDavid Snopek2024-07-171-1/+1
| |/ /
* | | Merge pull request #94404 from clayjohn/android-clear-colorRémi Verschelde2024-07-171-2/+2
|\ \ \
| * | | Restore default clear color after displaying boot splashclayjohn2024-07-151-2/+2
* | | | Merge pull request #94052 from m4gr3d/clean_input_dispatch_settingsRémi Verschelde2024-07-171-12/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Cleanup Android input on render thread settingsFredia Huya-Kouadio2024-07-091-12/+4
* | | | Fix a bunch of orphan StringName errors at ProjectSettings/Editor exitYuri Rubinsky2024-07-091-0/+3
| |/ / |/| |
* | | Fix physics tick counterRicardo Buring2024-07-071-1/+1
|/ /
* | Fix ANRs reported by the Google Play ConsoleFredia Huya-Kouadio2024-07-041-0/+2
* | Fix crashes reported by the Google Play ConsoleFredia Huya-Kouadio2024-07-041-11/+11
* | Fix the issue causing the logo to not show when using the `compatibility` ren...Fredia Huya-Kouadio2024-07-031-65/+68
* | Update the splash screen logic for the Godot app templateFredia Huya-Kouadio2024-06-101-1/+1
* | Merge pull request #92733 from raulsntos/core/memdelete-engine-later-but-not-...Rémi Verschelde2024-06-041-7/+12
|\ \
| * | Release Engine before unregistering core typesRaul Santos2024-06-031-7/+12
* | | Merge pull request #79126 from bruvzg/SteamTimeRémi Verschelde2024-06-031-0/+26
|\ \ \ | |/ / |/| |
| * | Enable optional minimal SteamAPI integration for usage time tracking (editor ...bruvzg2024-05-311-0/+26
* | | Merge pull request #92336 from van800/DAPRémi Verschelde2024-05-301-1/+18
|\ \ \
| * | | [DAP] Add --dap-port as a command line argument, very similar to --lsp-portIvan Shakhov2024-05-301-1/+18
* | | | Clean Input::frame_parsed_events before de-initialising scripting languages t...bruvzg2024-05-301-0/+6
| |/ / |/| |
* | | Fix -empty string- console log in web exportpatwork2024-05-281-0/+2
|/ /
* | Properly set window class in WaylandPaulo Poiati2024-05-221-7/+11
* | Merge pull request #92075 from autoit4you/fix-92062Rémi Verschelde2024-05-181-2/+2
|\ \
| * | Use GLOBAL_GET for window_{height,width}_overrideLea2024-05-181-2/+2
* | | Release Engine after unregistering GDExtensionsRaul Santos2024-05-171-3/+4
|/ /
* | Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* | Don't define NO_EDITOR_SPLASH in export templatesProgramneer2024-05-121-1/+1
* | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* | Generate docs from GDExtensions using `--gdextension-docs` with `--doctool`David Snopek2024-05-071-21/+30
* | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-269/+272
* | Add support for OpenXR hand interaction extensionBastiaan Olij2024-05-021-0/+1
* | Ensure --doctool is run from root directory when implicit cwd is usedRedMser2024-05-011-1/+9
* | Add separate feature tags for editor runtimekobewi2024-04-261-0/+1
* | Don't ignore `audio/driver/output_latency.web`Kusok2024-04-251-1/+4
* | Use minor version in EditorSettings file namekobewi2024-04-191-5/+3
* | Merge pull request #90507 from Calinou/tests-disabled-error-on-test-cli-argumentRémi Verschelde2024-04-181-3/+8
|\ \
| * | Exit with an error if using `--test` on binary without unit tests compiledHugo Locurcio2024-04-111-3/+8