| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | | Improve `NavMeshGenerator2D::generator_bake_from_source_geometry_data` perfor... | Kiro | 2024-11-11 | 1 | -123/+70 |
| | |_|_|/ / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97 | Spartan322 | 2024-11-11 | 40 | -117/+221 |
|\| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge pull request #98919 from BlueCube3310/bcdec-fix-v4 | Thaddeus Crews | 2024-11-10 | 1 | -26/+87 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | bcdec: Fix decompresssing mipmaps not divisible by 4 | BlueCube3310 | 2024-11-08 | 1 | -26/+87 |
| | |/ / / / / / / / / / / |
|
| * | | | | | | | | | | | | Merge pull request #98758 from Rudolph-B/Issue-98756 | Thaddeus Crews | 2024-11-10 | 1 | -12/+5 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | Fix Occlusion Culling Buffer getting corrupted. | Rudolph Bester | 2024-11-02 | 1 | -12/+5 |
| | | |_|_|_|_|/ / / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge pull request #99003 from Mickeon/documentation-interactive-music-oopsie | Thaddeus Crews | 2024-11-10 | 2 | -6/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | Fix interactive music docs saying it's "not implemented" | Micky | 2024-11-10 | 2 | -6/+6 |
| | | |_|_|_|_|/ / / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge pull request #98866 from smix8/navmap_allocation | Thaddeus Crews | 2024-11-10 | 4 | -9/+12 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | Reduce allocations for NavMap synchronisation | smix8 | 2024-11-05 | 4 | -9/+12 |
| * | | | | | | | | | | | | | Merge pull request #95762 from Mickeon/documentation-truth-and-only-the-truth | Thaddeus Crews | 2024-11-10 | 11 | -21/+21 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | Fix many untagged true/false/null in the documentation | Micky | 2024-11-10 | 11 | -21/+21 |
| | | |/ / / / / / / / / / /
| | |/| | | | | | | | | | | |
|
| * | | | | | | | | | | | | | Merge pull request #98703 from pgrit/master | Thaddeus Crews | 2024-11-10 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / / /
| |/| | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | set flag for 8 bone weights | Pascal Grittmann | 2024-10-31 | 1 | -0/+1 |
| | | |_|_|/ / / / / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge pull request #98874 from aaronfranke/gltf-preserve-visibility | Thaddeus Crews | 2024-11-07 | 4 | -3/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | GLTF: Preserve node visibility on import | Aaron Franke | 2024-11-05 | 4 | -3/+4 |
| | | |_|_|/ / / / / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge pull request #98873 from girdenis-p/shadowed-variable-warning | Thaddeus Crews | 2024-11-07 | 14 | -40/+81 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subcla... | girdenis-p | 2024-11-06 | 14 | -40/+81 |
| | |/ / / / / / / / / / / |
|
| * | | | | | | | | | | | | Merge pull request #98150 from hunterloftis/fix-default-import-threaded | Thaddeus Crews | 2024-11-07 | 2 | -0/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / /
| |/| | | | | | | | | | | |
|
| | * | | | | | | | | | | | Fix freeze on non-thread-safe custom importers | Hunter Loftis | 2024-10-15 | 2 | -0/+4 |
* | | | | | | | | | | | | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f | Spartan322 | 2024-11-06 | 56 | -798/+2887 |
|\| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge pull request #98841 from bruvzg/ts_el_load | Thaddeus Crews | 2024-11-05 | 2 | -60/+64 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | [TextServer] Only load ellipsis glyph when it's used. | bruvzg | 2024-11-05 | 2 | -60/+64 |
| | | |_|/ / / / / / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge pull request #98801 from zeux/my-final-form | Thaddeus Crews | 2024-11-05 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | Rewrite index optimization code for maximum efficiency | Arseny Kapoulkine | 2024-11-04 | 1 | -2/+2 |
| | | |_|_|/ / / / / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge pull request #98831 from dsnopek/openxr-gdextension-pre-post-draw-viewport | Thaddeus Crews | 2024-11-05 | 3 | -0/+29 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | |_|/ / / / / / / / / /
| |/| | | | | | | | | | | |
|
| | * | | | | | | | | | | | OpenXR: Allow GDExtensions to implement `_on_pre_draw_viewport()` and `_on_po... | David Snopek | 2024-11-05 | 3 | -0/+29 |
| | |/ / / / / / / / / / |
|
| * | | | | | | | | | | | Merge pull request #93401 from Repiteo/style/clang-tidy-fixes | Thaddeus Crews | 2024-11-04 | 20 | -33/+43 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | Style: Apply `clang-tidy` fixes (superficial) | Thaddeus Crews | 2024-11-04 | 17 | -28/+39 |
| | * | | | | | | | | | | | Style: Apply `clang-tidy` fixes | Thaddeus Crews | 2024-11-04 | 3 | -5/+4 |
| | |/ / / / / / / / / / |
|
| * | | | | | | | | | | | Merge pull request #94165 from aaronfranke/gltf-khr-anim-ptr | Thaddeus Crews | 2024-11-04 | 29 | -653/+2643 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | GLTF: Implement KHR_animation_pointer for animating custom properties | Aaron Franke | 2024-11-04 | 4 | -57/+285 |
| | * | | | | | | | | | | | GLTF: Add functions to encode and decode Variants to/from accessors | Aaron Franke | 2024-11-04 | 2 | -0/+328 |
| | * | | | | | | | | | | | GLTF: Implement the glTF Object Model in physics extension | Aaron Franke | 2024-11-04 | 2 | -15/+266 |
| | * | | | | | | | | | | | GLTF: Implement the glTF Object Model to support JSON pointer properties | Aaron Franke | 2024-11-04 | 18 | -1/+931 |
| | * | | | | | | | | | | | GLTF: Prerequisite cleanups before KHR_animation_pointer | Aaron Franke | 2024-11-04 | 6 | -43/+101 |
| | * | | | | | | | | | | | GLTF: Clean up animation code to make way for KHR_animation_pointer | Aaron Franke | 2024-11-04 | 5 | -474/+495 |
| | * | | | | | | | | | | | GLTF: Add more accessor component types | Aaron Franke | 2024-11-04 | 4 | -0/+141 |
| | * | | | | | | | | | | | GLTF: Move the component type enum into GLTFAccessor | Aaron Franke | 2024-11-04 | 5 | -91/+124 |
| | |/ / / / / / / / / / |
|
| * | | | | | | | | | | | Merge pull request #96778 from aaronfranke/gltf-dont-fail-import | Thaddeus Crews | 2024-11-04 | 4 | -29/+62 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | GLTF: Add extract_path and extract_prefix settings | Aaron Franke | 2024-11-04 | 4 | -9/+43 |
| | * | | | | | | | | | | | GLTF: Don't give up loading image if import fails | Aaron Franke | 2024-11-04 | 1 | -21/+20 |
| | |/ / / / / / / / / / |
|
| * | | | | | | | | | | | Merge pull request #90182 from Zylann/nav_map_optimizations | Thaddeus Crews | 2024-11-04 | 1 | -21/+40 |
| |\ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
| | * | | | | | | | | | | Optimize some parts of NavMap::sync | Marc Gilleron | 2024-10-19 | 1 | -21/+40 |
* | | | | | | | | | | | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122 | Spartan322 | 2024-11-02 | 18 | -112/+191 |
|\| | | | | | | | | | | |
|
| * | | | | | | | | | | | Merge pull request #47502 from KoBeWi/add_0 | Thaddeus Crews | 2024-10-31 | 18 | -112/+191 |
| |\ \ \ \ \ \ \ \ \ \ \
| | |_|_|/ / / / / / / /
| |/| | | | | | | | | | |
|
| | * | | | | | | | | | | Always add decimal when printing float | kobewi | 2024-10-23 | 18 | -112/+191 |
| | | |_|/ / / / / / /
| | |/| | | | | | | | |
|
* | | | | | | | | | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 52 | -383/+486 |
|\| | | | | | | | | | |
|
| * | | | | | | | | | | Merge pull request #98301 from aaronp64/gdscript_validate_property | Thaddeus Crews | 2024-10-29 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | Avoid unnecessary Dictionary conversions in GDScriptInstance::validate_property | aaronp64 | 2024-10-18 | 1 | -3/+3 |
| | | |/ / / / / / / /
| | |/| | | | | | | | |
|