summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Merge pull request #85819 from Malcolmnixon/export-android-build-templateYuri Sizov2023-12-081-1/+5
|\ \ \ | |/ / |/| |
| * | Add option to install android build template for exportMalcolm Nixon2023-12-081-1/+5
* | | CI: Add 4.2-stable.expected file for GDExtension compatibility checksRémi Verschelde2023-12-071-15/+19
|/ /
* | [macOS] Switch ANGLE backend to ANGLE over OpenGL, switch default compatibili...bruvzg2023-12-051-2/+1
* | Correctly check scripts that must inherit `EditorPlugin`Yuri Sizov2023-11-231-6/+5
|/
* [macOS] Cleanup default GL driver setting.bruvzg2023-11-151-6/+3
* Don't apply frame delay project setting to the editorHugo Locurcio2023-11-121-0/+3
* [Windows] Add some AMD GPUs to the OpenGL blocklist.bruvzg2023-11-091-1/+22
* [X11] Add fallback from desktop GL to GLES, suppress PRIME detector error spam.bruvzg2023-11-061-0/+1
* Merge pull request #84354 from RandomShaper/gdext_no_cache_docYuri Sizov2023-11-021-3/+3
|\
| * Polish & fix editor help cache generationPedro J. Estébanez2023-11-021-3/+3
* | Merge pull request #83753 from bruvzg/mac_angle_fbRémi Verschelde2023-10-311-13/+14
|\ \ | |/ |/|
| * [macOS] Fallback to native OpenGL renderer if ANGLE initialization failed. Re...bruvzg2023-10-211-13/+14
* | Fix missing initial position modes for the main window.bruvzg2023-10-231-3/+13
|/
* Fix missing editor singletons when dump extension apiDaylily-Zeleen2023-10-131-0/+1
* Merge pull request #79169 from reduz/debug-canvas-item-redrawRémi Verschelde2023-10-111-0/+7
|\
| * Debug CanvasItem redrawJuan Linietsky2023-08-281-0/+7
* | Merge pull request #82893 from m4gr3d/godot_android_lib_improvementsRémi Verschelde2023-10-101-0/+3
|\ \
| * | Cleanups and improvements to the Godot Android library api:Fredia Huya-Kouadio2023-10-081-0/+3
* | | Fix building without GDScriptJack Wilsdon2023-10-081-2/+6
|/ /
* | Merge pull request #82722 from BastiaanOlij/openxr_fix_hand_tracking_issuesRémi Verschelde2023-10-041-1/+2
|\ \
| * | OpenXR Fix small hand tracking issuesBastiaan Olij2023-10-041-1/+2
* | | [X11] Add support for using EGL/GLES instead of GLX.bruvzg2023-10-041-2/+6
|/ /
* | Merge pull request #82614 from m4gr3d/openxr_eye_gaze_interactionRémi Verschelde2023-10-031-0/+3
|\ \
| * | Add support for the OpenXR Eye gaze interaction extensionBastiaan Olij2023-10-021-0/+3
* | | [ANGLE] Add fallback control options and defaults.bruvzg2023-10-031-1/+8
|/ /
* | 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
|\ \ \