summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #97622 from Repiteo/scons/msvc-prerelease-fixRémi Verschelde2024-09-291-1/+16
|\ | | | | SCons: Include pre-release in MSVC detection
| * SCons: Include pre-release in MSVC detectionThaddeus Crews2024-09-291-1/+16
|/
* Merge pull request #97618 from Repiteo/scons/decode-fixRémi Verschelde2024-09-291-1/+1
|\ | | | | SCons: Fix MSVC decode error
| * SCons: Fix MSVC decode errorThaddeus Crews2024-09-291-1/+1
|/
* Merge pull request #97589 from pkowal1982/fix_97454Rémi Verschelde2024-09-291-5/+5
|\ | | | | | | Fix error message on startup when camera is busy
| * Fix error message on startup when camera is busyPaweł2024-09-281-5/+5
| |
* | Merge pull request #97547 from lalitshankarchowdhury/audio-code-fixRémi Verschelde2024-09-291-1/+0
|\ \ | | | | | | | | | Vorbis: Remove redundant bounds check
| * | Vorbis: Remove redundant bounds checkLalit Shankar Chowdhury2024-09-271-1/+0
| |/
* | Merge pull request #97534 from j20001970/camerafeed-setterRémi Verschelde2024-09-295-19/+44
|\ \ | | | | | | | | | Expose CameraFeed setters
| * | Expose CameraFeed settersJason Kuo2024-09-275-19/+44
| | |
* | | Merge pull request #97503 from Repiteo/ci/merge_queueRémi Verschelde2024-09-291-1/+1
|\ \ \ | | | | | | | | | | | | CI: Support merge queues with default runner
| * | | CI: Support merge queues with default runnerThaddeus Crews2024-09-261-1/+1
| | | |
* | | | Merge pull request #97325 from BlueCube3310/bcdecRémi Verschelde2024-09-2940-5138/+1550
|\ \ \ \ | | | | | | | | | | | | | | | Replace squish with bcdec for BC decompression
| * | | | Replace squish with bcdec for BC decompressionBlueCube33102024-09-2640-5138/+1550
| |/ / /
* | | | Merge pull request #97229 from aryan-11825114/ctrl-x-visual-shaderRémi Verschelde2024-09-293-0/+10
|\ \ \ \ | | | | | | | | | | | | | | | Add `GraphEdit.cut_nodes_request` signal
| * | | | Add cut_nodes_request signal to GraphEditaryan-118251142024-09-273-0/+10
| | | | |
* | | | | Merge pull request #96290 from Macksaur/export-action-callableRémi Verschelde2024-09-2914-10/+257
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add `@export_tool_button` annotation for easily creating inspector buttons.
| * | | | | Add `@export_tool_button` annotation for easily creating inspector buttonsDanil Alexeev2024-09-2714-10/+257
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: jordi <creptthrust@gmail.com> Co-authored-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> Co-authored-by: Mack <86566939+Macksaur@users.noreply.github.com>
* | | | | Merge pull request #91069 from Repiteo/scons/msvc-detect-compilerRémi Verschelde2024-09-292-34/+61
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | SCons: Detect MSVC compiler version
| * | | | | SCons: Detect msvc compiler versionThaddeus Crews2024-09-272-34/+61
| |/ / / / | | | | | | | | | | | | | | | • C standard now passed on msvc if the version is supported
* | | | | Merge pull request #83360 from ywmaa/vertex_shadingRémi Verschelde2024-09-2914-207/+725
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Implement vertex shading
| * | | | | Implement vertex shadingywmaa2024-09-2914-207/+725
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support in all backends, but the Compatibility renderer works the best. Mobile and Forward+ can only support one directional light shader (the first in the tree) While the Compatibility renderer supports any number of shadows. Co-authored-by: Clay John <claynjohn@gmail.com>
* | | | | Merge pull request #97554 from clayjohn/batching-uniform-setsRémi Verschelde2024-09-295-195/+146
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Combine texture and instance data into one uniform set in the 2D renderer
| * | | | | Combine texture and instance data into one uniform set in the 2D rendererclayjohn2024-09-275-195/+146
| | |_|_|/ | |/| | | | | | | | | | | | | Co-authored-by: Stuart Carnie <stuart.carnie@gmail.com>
* | | | | Merge pull request #97581 from AThousandShips/owners_fix_3Rémi Verschelde2024-09-281-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | | Add a few missing CODEOWNERS
| * | | | Add a few missing CODEOWNERSA Thousand Ships2024-09-281-1/+4
|/ / / /
* | | | Merge pull request #97517 from syntaxerror247/android-themed-iconRémi Verschelde2024-09-275-6/+45
|\ \ \ \ | | | | | | | | | | Add support for Android Themed Icons (monochrome)
| * | | | Add support for Android Themed Icons (monochrome)Anish Mishra2024-09-275-6/+45
|/ / / /
* | | | Merge pull request #97524 from BastiaanOlij/openxr_1141Rémi Verschelde2024-09-2720-73/+1437
|\ \ \ \ | | | | | | | | | | | | | | | Update thirdparty OpenXR to 1.1.41
| * | | | Update thirdparty OpenXR to 1.1.41Bastiaan Olij2024-09-2720-73/+1437
| |/ / /
* | | | Merge pull request #97489 from TokageItLab/deferred-skin-registrationRémi Verschelde2024-09-271-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | Move skin registration process into deferred on ready
| * | | | Move skin registration process into deferred on readySilc Lizard (Tokage) Renew2024-09-261-2/+2
| | | | |
* | | | | Merge pull request #97477 from m4gr3d/update_xr_editor_excluded_permissionsRémi Verschelde2024-09-272-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [XR Editor] Update the set of excluded permissions
| * | | | | Update the set of excluded permissions for the XR EditorFredia Huya-Kouadio2024-09-252-3/+3
| | |_|/ / | |/| | | | | | | | | | | | | A few permissions including the `USE_SCENE` permission are being renamed with the launch of the Meta Spatial SDK, so we update the excluded list to avoid requesting them on app start.
* | | | | Merge pull request #97453 from Calinou/project-manager-enter-accepts-dialogRémi Verschelde2024-09-273-0/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Make pressing Enter confirm project creation/import in the project manager
| * | | | | Make pressing Enter confirm project creation/import in the project managerHugo Locurcio2024-09-263-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the project manager more friendly to keyboard usage. You can now create projects more easily without touching the mouse by opening the project manager, pressing Ctrl + N, entering a project name and pressing Enter.
* | | | | | Merge pull request #97450 from megalon/alpha_curve-docs-fixRémi Verschelde2024-09-271-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Update notes for Color Curve members in ParticleProcessMaterial
| * | | | | | Update alpha_curve and emission_curve notes in ParticleProcessMaterialmegalon2024-09-261-1/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update doc/classes/ParticleProcessMaterial.xml Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> Update doc/classes/ParticleProcessMaterial.xml Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
* | | | | | Merge pull request #96548 from timothyqiu/item-list-signalsRémi Verschelde2024-09-271-6/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Improve documentation of some `ItemList` signals
| * | | | | | Improve documentation of some ItemList signalsHaoyu Qiu2024-09-271-6/+7
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #95930 from aaronfranke/bind-array-setRémi Verschelde2024-09-2713-0/+124
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Bind Array and Packed*Array `get` and `set` functions
| * | | | | | Bind Array get and set functionsAaron Franke2024-09-2613-0/+124
| |/ / / / /
* | | | | | Merge pull request #93311 from dsnopek/gdextension-required-virtualsRémi Verschelde2024-09-2736-462/+473
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | GDExtension: Mark virtual function as `is_required` in `extension_api.json`
| * | | | | | GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-1136-462/+473
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Jovan Gerodetti <jovan.gerodetti@titannano.de>
* | | | | | | Merge pull request #68233 from raulsntos/dotnet/raise-eventsRémi Verschelde2024-09-274-8/+108
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | C#: Generate strongly-typed method to raise signal events and fix event accessibility
| * | | | | | C#: Generate On{EventName} method to raise signal eventsRaul Santos2024-09-263-7/+81
| | | | | | |
| * | | | | | C#: Generate signal event with the same accessibility as the delegateRaul Santos2024-09-232-1/+27
| | | | | | |
* | | | | | | Merge pull request #89486 from AThousandShips/owners_fixRémi Verschelde2024-09-261-119/+170
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update CODEOWNERS
| * | | | | | | Update CODEOWNERSA Thousand Ships2024-09-251-119/+170
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added shared responsibilities for documentation and tests * Made buildsystem manage all build scripts (uniquely) * Cleaned up unused cases * Added unmanaged cases
* | | | | | | Merge pull request #97491 from akien-mga/fix-filesystem-invalid-icon-crashRémi Verschelde2024-09-261-1/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix EditorFileSystem crash when fetching icons for unknown file types