summaryrefslogtreecommitdiffstats
path: root/main/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix some build errors with `disable_3d=yes`A Thousand Ships2024-04-161-0/+2
* | Merge pull request #90268 from RandomShaper/wtp_serversRémi Verschelde2024-04-151-3/+8
|\ \
| * | Use WorkerThreadPool for Server threadsJuan Linietsky2024-04-101-3/+8
| |/
* / Reorganize some code to have 2D things grouped togetherAaron Franke2024-04-131-6/+8
|/
* Add `--import` command-line flagMikael Hermansson2024-04-091-1/+15
* Remove NavigationServerDummy warningssmix82024-04-061-2/+0
* Properly skip printing version header with `--no-header`Samuel Nicholas2024-03-261-4/+4
* Merge pull request #89229 from akien-mga/main-refactor-os-exit-codeRémi Verschelde2024-03-241-53/+43
|\
| * Refactor OS exit code to be `EXIT_SUCCESS` by defaultRémi Verschelde2024-03-081-53/+43
* | Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+5
* | Disable XR server when compiling without 3DAaron Franke2024-03-131-9/+19
* | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-1/+1
|/
* Check if DisplayServer supports icons before attempting setting itRémi Verschelde2024-03-051-5/+5
* Display the build date in the editor and when starting the engineHugo Locurcio2024-02-271-3/+20
* [Physics] Fix export with 3D disabledA Thousand Ships2024-02-221-0/+22
* Add `--no-header` option to clean outputAnatoli Babenia2024-02-151-3/+12
* Disable ReShade in the editor and project manager (if run via Vulkan)Hugo Locurcio2024-02-141-0/+2
* Merge pull request #88130 from AlekseyKapustyanenko/Rotary_InputRémi Verschelde2024-02-131-1/+1
|\
| * Add rotary input support. Fix documentationALEKSEY KAPUSTYANENKO2024-02-131-1/+1
* | Merge pull request #87013 from bruvzg/intel_angle_with_idsRémi Verschelde2024-02-131-0/+27
|\ \
| * | [Windows] Add support for hex vendor/device IDs in the Angle blocklist. Add I...bruvzg2024-01-091-0/+27
* | | Merge pull request #87635 from rune-scape/manage-time-singletonRémi Verschelde2024-02-121-8/+0
|\ \ \
| * | | Manage time singletonrune-scape2024-02-111-8/+0
* | | | Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
| |_|/ |/| |
* | | Add colors to the command-line helpHugo Locurcio2024-02-011-117/+204