summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4aSpartan3222024-11-152-3/+16
|\
| * Merge pull request #96606 from RandomShaper/res_loader_cherrypicks_4.3Rémi Verschelde2024-11-152-3/+16
| |\
| | * WorkerThreadPool (plus friends): Overhaul unlock allowance zonesPedro J. Estébanez2024-09-052-3/+16
* | | Rebrand godette to Redot-chanTrashguy2024-11-141-1/+1
* | | Rebrand android editor to allow play store signingTrashguy2024-11-132-2/+2
* | | Fix untyped dictionary .NET debug visualization showing keys as valuesJuan Pablo Arce2024-11-011-1/+1
* | | C#: Fix unhandled GD0303 error for nested generic attribute typesZae2024-11-012-1/+14
* | | Fix C# operator *(Transform3D, AABB)kleonc2024-11-011-2/+2
* | | Add NotNullWhenAttribute to IsInstanceValidJoyless2024-11-011-1/+2
* | | C#: Expose `Transform2D.Determinant()`Raul Santos2024-11-011-8/+9
* | | Fix copyright headers referring to GodotSpartan3222024-10-27570-1140/+1140
* | | Fix mono SDK references temporarilySpartan3222024-10-236-29/+26
* | | Fix websocket dropping messages for WSLPeerradenthefolf2024-10-143-1/+24
* | | Rebrand preambles to RedotSpartan3222024-10-13573-0/+1146
* | | Rebrand Godot 4.3 to RedotTrashguy2024-10-1335-55/+55
|/ /
* | LSP: Don't use smart resolve for completionHolonProduction2024-09-171-13/+0
* | LSP: Omit some values based on specification version 3.17HolonProduction2024-09-171-12/+20
* | Object: Add tests about the safety of tail destructionPedro J. Estébanez2024-09-172-0/+55
* | Fix issue with GDScript binary tokens being non-deterministicMikael Hermansson2024-09-171-0/+1
* | Fix leak when using audio samples instead of streamsAdam Scott2024-09-172-0/+6
* | Fix interactive audio transitions fade in for clips with auto_advanceGustavo Jaruga Cruz2024-09-171-3/+5
* | GDScript: Do not produce `UNUSED_SIGNAL` warning for common implicit usesDanil Alexeev2024-09-173-8/+63
* | NoiseTexture2D/3D: Don't use a thread to regenerate when the build doesn't su...NotWearingPants2024-09-172-0/+6
* | [MP] Fix division by zero in network profilerFabio Alessandrelli2024-09-171-2/+2
* | Use correct lightmap coefficients to ensure that the directional lightmap mod...clayjohn2024-09-173-13/+36
* | Fix build logger unable to handle an event without an associated fileRedOrbweaver2024-09-171-2/+2
* | [mbedTLS] Fix incorrect cert pinning with client_unsafeFabio Alessandrelli2024-09-161-1/+1
* | Fix relative paths for global class icons in C#Paul Joannon2024-09-161-2/+8
* | Fix crash when calling OpenXRAPI::get_hand_tracker() and hand-tracking is dis...David Snopek2024-09-161-1/+5
* | Fix Vector3 Slerp Normalizing Zero VectorsZ0rb14n2024-09-161-1/+9
* | GLTF: Propagate owner for root node childrenAaron Franke2024-09-161-0/+9
* | Fix no validation on Blender path on importationHilderin2024-09-162-2/+10
* | OpenXR: Fix support for building against distro packageRémi Verschelde2024-09-161-1/+2
* | prevent the click to get processed further after a paste actionNodragem2024-09-161-0/+1
* | Fix GD0107 not applying to arrays and dictionaries containing nodesJuan Pablo Arce2024-09-163-19/+99
* | Fix typo in MultiplayerSpawner docJordyfel2024-09-161-2/+2
* | * Changed the VisualShaderNodeCustom template to use the correct overrides an...Jonatan Röjder Delnavaz2024-09-161-7/+9
* | OpenGL: Unconditionally do `glDisable(GL_FRAMEBUFFER_SRGB)` because we do our...David Snopek2024-09-162-28/+0
|/
* XRNode - fix visibility issueBastiaan Olij2024-08-291-3/+3
* Bump version to 4.3.1-rcRémi Verschelde2024-08-154-4/+4
* Fix resolve class inheritance after file renameHilderin2024-08-101-9/+1
* Merge pull request #95194 from Faless/mp/fix_relay_negative_targetRémi Verschelde2024-08-081-5/+8
|\
| * [MP] Fix relay protocol routing with negative targetsFabio Alessandrelli2024-08-061-5/+8
* | Merge pull request #95134 from Calinou/audio-interactive-transition-editor-ex...Rémi Verschelde2024-08-071-3/+3
|\ \
| * | Expand columns in the audio interactive transition editorHugo Locurcio2024-08-041-3/+3
* | | [WS] Fix set_no_delay on WindowsFabio Alessandrelli2024-08-071-2/+3
* | | Fixed undo not updating spawn checkbox in replication editorDommi2024-08-061-1/+1
| |/ |/|
* | Merge pull request #95192 from Faless/mp/quite_relay_to_disconnectedRémi Verschelde2024-08-061-2/+4
|\ \
| * | [MP] Avoid error spam in relay protocol when clients disconnectFabio Alessandrelli2024-08-061-2/+4
| |/
* | Merge pull request #95115 from rune-scape/fix-invalidated-parserRémi Verschelde2024-08-063-27/+35
|\ \