summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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-242-54/+44
|\
| * Refactor OS exit code to be `EXIT_SUCCESS` by defaultRémi Verschelde2024-03-082-54/+44
* | Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-232-0/+16
* | Merge pull request #89270 from Repiteo/enforce-typename-in-templatesRémi Verschelde2024-03-141-1/+1
|\ \
| * | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
| |/
* | Disable XR server when compiling without 3DAaron Franke2024-03-131-9/+19
* | SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-17/+7
* | Merge pull request #89381 from aaronfranke/disable-3dRémi Verschelde2024-03-111-1/+10
|\ \
| * | Disable all 3D nodes, physics, and resources when compiling without 3DAaron Franke2024-03-111-1/+10
* | | Merge pull request #82084 from ogapo/pr/pck-cache-mergeRémi Verschelde2024-03-111-1/+1
|\ \ \ | |/ / |/| |
| * | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-1/+1
| |/
* / Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-3/+3
|/
* Check if DisplayServer supports icons before attempting setting itRémi Verschelde2024-03-051-5/+5
* Add two new COMSTR environment variablesThaddeus Crews2024-03-011-3/+3
* Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-281-0/+1
* Display the build date in the editor and when starting the engineHugo Locurcio2024-02-272-3/+21
* [Physics] Fix export with 3D disabledA Thousand Ships2024-02-222-0/+32
* 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-012-117/+215
* | | Add Wayland supportRiteo2024-01-301-29/+67
|/ /
* | Add support for OpenXR local floor extensionDavid Snopek2024-01-231-1/+1
* | Add `--log-file` command line argument to write output log to a fileHugo Locurcio2024-01-191-5/+29
* | Merge pull request #85939 from adamscott/single-threaded-godot-4Rémi Verschelde2024-01-181-6/+12
|\ \
| * | Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-6/+12
* | | Fix `#if *_ENABLED` inconsistencies, should check if definedRémi Verschelde2024-01-171-1/+1
|/ /
* | Merge pull request #86587 from RandomShaper/wtp_enhanceRémi Verschelde2024-01-111-9/+5
|\ \
| * | WorkerThreadPool: Overhaul scheduling and synchronizationPedro J. Estébanez2024-01-081-9/+5
| |/
* / Update deferred calls to use Callableskobewi2024-01-091-1/+0
|/
* Suggest `--headless` CLI argument in DisplayServer not found error messageHugo Locurcio2023-12-211-1/+1
* Merge pull request #83452 from RandomShaper/rd_commonYuri Sizov2023-12-201-2/+2
|\
| * Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-2/+2
* | [Windows] Make Windows Ink tablet API default, add dummy driver to disable ta...bruvzg2023-12-181-1/+1
|/
* Merge pull request #70315 from RandomShaper/d3d12_mesaRémi Verschelde2023-12-121-5/+20
|\
| * Add Direct3D 12 RenderingDevice implementationPedro J. Estébanez2023-12-121-5/+20
* | Merge pull request #85273 from bruvzg/amd_banRémi Verschelde2023-12-121-7/+41
|\ \
| * | Force ANGLE on all pre GCN 4th gen. AMD/ATI GPUs.bruvzg2023-11-231-7/+41
| |/
* | Merge pull request #85885 from YuriSizov/bench-pressingYuri Sizov2023-12-081-208/+305
|\ \
| * | Improve logging and benchmarking in MainYuri Sizov2023-12-081-192/+288
| * | Improve engine startup/shutdown benchmarksYuri Sizov2023-12-081-19/+20