| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4a | Spartan322 | 2024-11-15 | 2 | -3/+16 |
|\ |
|
| * | Merge pull request #96606 from RandomShaper/res_loader_cherrypicks_4.3 | Rémi Verschelde | 2024-11-15 | 2 | -3/+16 |
| |\ |
|
| | * | WorkerThreadPool (plus friends): Overhaul unlock allowance zones | Pedro J. Estébanez | 2024-09-05 | 2 | -3/+16 |
* | | | Rebrand godette to Redot-chan | Trashguy | 2024-11-14 | 1 | -1/+1 |
* | | | Rebrand android editor to allow play store signing | Trashguy | 2024-11-13 | 2 | -2/+2 |
* | | | Fix untyped dictionary .NET debug visualization showing keys as values | Juan Pablo Arce | 2024-11-01 | 1 | -1/+1 |
* | | | C#: Fix unhandled GD0303 error for nested generic attribute types | Zae | 2024-11-01 | 2 | -1/+14 |
* | | | Fix C# operator *(Transform3D, AABB) | kleonc | 2024-11-01 | 1 | -2/+2 |
* | | | Add NotNullWhenAttribute to IsInstanceValid | Joyless | 2024-11-01 | 1 | -1/+2 |
* | | | C#: Expose `Transform2D.Determinant()` | Raul Santos | 2024-11-01 | 1 | -8/+9 |
* | | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 570 | -1140/+1140 |
* | | | Fix mono SDK references temporarily | Spartan322 | 2024-10-23 | 6 | -29/+26 |
* | | | Fix websocket dropping messages for WSLPeer | radenthefolf | 2024-10-14 | 3 | -1/+24 |
* | | | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 573 | -0/+1146 |
* | | | Rebrand Godot 4.3 to Redot | Trashguy | 2024-10-13 | 35 | -55/+55 |
|/ / |
|
* | | LSP: Don't use smart resolve for completion | HolonProduction | 2024-09-17 | 1 | -13/+0 |
* | | LSP: Omit some values based on specification version 3.17 | HolonProduction | 2024-09-17 | 1 | -12/+20 |
* | | Object: Add tests about the safety of tail destruction | Pedro J. Estébanez | 2024-09-17 | 2 | -0/+55 |
* | | Fix issue with GDScript binary tokens being non-deterministic | Mikael Hermansson | 2024-09-17 | 1 | -0/+1 |
* | | Fix leak when using audio samples instead of streams | Adam Scott | 2024-09-17 | 2 | -0/+6 |
* | | Fix interactive audio transitions fade in for clips with auto_advance | Gustavo Jaruga Cruz | 2024-09-17 | 1 | -3/+5 |
* | | GDScript: Do not produce `UNUSED_SIGNAL` warning for common implicit uses | Danil Alexeev | 2024-09-17 | 3 | -8/+63 |
* | | NoiseTexture2D/3D: Don't use a thread to regenerate when the build doesn't su... | NotWearingPants | 2024-09-17 | 2 | -0/+6 |
* | | [MP] Fix division by zero in network profiler | Fabio Alessandrelli | 2024-09-17 | 1 | -2/+2 |
* | | Use correct lightmap coefficients to ensure that the directional lightmap mod... | clayjohn | 2024-09-17 | 3 | -13/+36 |
* | | Fix build logger unable to handle an event without an associated file | RedOrbweaver | 2024-09-17 | 1 | -2/+2 |
* | | [mbedTLS] Fix incorrect cert pinning with client_unsafe | Fabio Alessandrelli | 2024-09-16 | 1 | -1/+1 |
* | | Fix relative paths for global class icons in C# | Paul Joannon | 2024-09-16 | 1 | -2/+8 |
* | | Fix crash when calling OpenXRAPI::get_hand_tracker() and hand-tracking is dis... | David Snopek | 2024-09-16 | 1 | -1/+5 |
* | | Fix Vector3 Slerp Normalizing Zero Vectors | Z0rb14n | 2024-09-16 | 1 | -1/+9 |
* | | GLTF: Propagate owner for root node children | Aaron Franke | 2024-09-16 | 1 | -0/+9 |
* | | Fix no validation on Blender path on importation | Hilderin | 2024-09-16 | 2 | -2/+10 |
* | | OpenXR: Fix support for building against distro package | Rémi Verschelde | 2024-09-16 | 1 | -1/+2 |
* | | prevent the click to get processed further after a paste action | Nodragem | 2024-09-16 | 1 | -0/+1 |
* | | Fix GD0107 not applying to arrays and dictionaries containing nodes | Juan Pablo Arce | 2024-09-16 | 3 | -19/+99 |
* | | Fix typo in MultiplayerSpawner doc | Jordyfel | 2024-09-16 | 1 | -2/+2 |
* | | * Changed the VisualShaderNodeCustom template to use the correct overrides an... | Jonatan Röjder Delnavaz | 2024-09-16 | 1 | -7/+9 |
* | | OpenGL: Unconditionally do `glDisable(GL_FRAMEBUFFER_SRGB)` because we do our... | David Snopek | 2024-09-16 | 2 | -28/+0 |
|/ |
|
* | XRNode - fix visibility issue | Bastiaan Olij | 2024-08-29 | 1 | -3/+3 |
* | Bump version to 4.3.1-rc | Rémi Verschelde | 2024-08-15 | 4 | -4/+4 |
* | Fix resolve class inheritance after file rename | Hilderin | 2024-08-10 | 1 | -9/+1 |
* | Merge pull request #95194 from Faless/mp/fix_relay_negative_target | Rémi Verschelde | 2024-08-08 | 1 | -5/+8 |
|\ |
|
| * | [MP] Fix relay protocol routing with negative targets | Fabio Alessandrelli | 2024-08-06 | 1 | -5/+8 |
* | | Merge pull request #95134 from Calinou/audio-interactive-transition-editor-ex... | Rémi Verschelde | 2024-08-07 | 1 | -3/+3 |
|\ \ |
|
| * | | Expand columns in the audio interactive transition editor | Hugo Locurcio | 2024-08-04 | 1 | -3/+3 |
* | | | [WS] Fix set_no_delay on Windows | Fabio Alessandrelli | 2024-08-07 | 1 | -2/+3 |
* | | | Fixed undo not updating spawn checkbox in replication editor | Dommi | 2024-08-06 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge pull request #95192 from Faless/mp/quite_relay_to_disconnected | Rémi Verschelde | 2024-08-06 | 1 | -2/+4 |
|\ \ |
|
| * | | [MP] Avoid error spam in relay protocol when clients disconnect | Fabio Alessandrelli | 2024-08-06 | 1 | -2/+4 |
| |/ |
|
* | | Merge pull request #95115 from rune-scape/fix-invalidated-parser | Rémi Verschelde | 2024-08-06 | 3 | -27/+35 |
|\ \ |
|