summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subcla...girdenis-p2024-11-0614-40/+81
* Merge pull request #98841 from bruvzg/ts_el_loadThaddeus Crews2024-11-052-60/+64
|\
| * [TextServer] Only load ellipsis glyph when it's used.bruvzg2024-11-052-60/+64
* | Merge pull request #98801 from zeux/my-final-formThaddeus Crews2024-11-051-2/+2
|\ \
| * | Rewrite index optimization code for maximum efficiencyArseny Kapoulkine2024-11-041-2/+2
* | | Merge pull request #98831 from dsnopek/openxr-gdextension-pre-post-draw-viewportThaddeus Crews2024-11-053-0/+29
|\ \ \ | |_|/ |/| |
| * | OpenXR: Allow GDExtensions to implement `_on_pre_draw_viewport()` and `_on_po...David Snopek2024-11-053-0/+29
| |/
* | Merge pull request #93401 from Repiteo/style/clang-tidy-fixesThaddeus Crews2024-11-0420-33/+43
|\ \
| * | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-0417-28/+39
| * | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-043-5/+4
| |/
* | Merge pull request #94165 from aaronfranke/gltf-khr-anim-ptrThaddeus Crews2024-11-0429-653/+2643
|\ \
| * | GLTF: Implement KHR_animation_pointer for animating custom propertiesAaron Franke2024-11-044-57/+285
| * | GLTF: Add functions to encode and decode Variants to/from accessorsAaron Franke2024-11-042-0/+328
| * | GLTF: Implement the glTF Object Model in physics extensionAaron Franke2024-11-042-15/+266
| * | GLTF: Implement the glTF Object Model to support JSON pointer propertiesAaron Franke2024-11-0418-1/+931
| * | GLTF: Prerequisite cleanups before KHR_animation_pointerAaron Franke2024-11-046-43/+101
| * | GLTF: Clean up animation code to make way for KHR_animation_pointerAaron Franke2024-11-045-474/+495
| * | GLTF: Add more accessor component typesAaron Franke2024-11-044-0/+141
| * | GLTF: Move the component type enum into GLTFAccessorAaron Franke2024-11-045-91/+124
| |/
* | Merge pull request #96778 from aaronfranke/gltf-dont-fail-importThaddeus Crews2024-11-044-29/+62
|\ \
| * | GLTF: Add extract_path and extract_prefix settingsAaron Franke2024-11-044-9/+43
| * | GLTF: Don't give up loading image if import failsAaron Franke2024-11-041-21/+20
| |/
* | Merge pull request #90182 from Zylann/nav_map_optimizationsThaddeus Crews2024-11-041-21/+40
|\ \ | |/ |/|
| * Optimize some parts of NavMap::syncMarc Gilleron2024-10-191-21/+40
* | Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-3118-112/+191
|\ \
| * | Always add decimal when printing floatkobewi2024-10-2318-112/+191
* | | Merge pull request #98301 from aaronp64/gdscript_validate_propertyThaddeus Crews2024-10-291-3/+3
|\ \ \
| * | | Avoid unnecessary Dictionary conversions in GDScriptInstance::validate_propertyaaronp642024-10-181-3/+3
| | |/ | |/|
* | | Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-2910-22/+22
|\ \ \
| * | | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-2910-22/+22
* | | | Merge pull request #98496 from bruvzg/icu761Thaddeus Crews2024-10-293-2/+11
|\ \ \ \
| * | | | Update ICU to 76.1bruvzg2024-10-243-2/+11
* | | | | Merge pull request #98589 from juanjp600/openxr-no-wayland-build-fixThaddeus Crews2024-10-292-3/+3
|\ \ \ \ \
| * | | | | Fix OpenXR module failing to build on Linux when Wayland is disabledJuan Pablo Arce2024-10-272-3/+3
* | | | | | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-2934-138/+138
|\ \ \ \ \ \
| * | | | | | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-2534-138/+138
* | | | | | | Merge pull request #98562 from Rudolph-B/Issue-98561Thaddeus Crews2024-10-291-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fix Occlusion Culling not working for an orthogonal camera.Rudolph Bester2024-10-261-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #98322 from BlueCube3310/dds-layered-importerClay John2024-10-291-214/+308
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DDS: Add support for loading layered texturesBlueCube33102024-10-291-214/+308
| | |_|/ / | |/| | |
* | | | | Merge pull request #97535 from HolonProduction/gizmo-cylinderThaddeus Crews2024-10-251-44/+10
|\ \ \ \ \
| * | | | | Editor: Improve cylinder gizmos 🌈HolonProduction2024-10-111-44/+10
* | | | | | Merge pull request #96499 from beev1s/shallow-script-cache-errorThaddeus Crews2024-10-253-1/+23
|\ \ \ \ \ \
| * | | | | | Fixed resource loader using not fully loaded scriptsMoritz Burgdorff2024-09-143-1/+23
* | | | | | | Merge pull request #97771 from dsnopek/openxr-linux-eglThaddeus Crews2024-10-254-8/+49
|\ \ \ \ \ \ \
| * | | | | | | OpenXR: Add support for Wayland on LinuxDavid Snopek2024-10-044-8/+49
* | | | | | | | Merge pull request #96927 from HolonProduction/completion-inner-class-base-crashThaddeus Crews2024-10-251-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Autocompletion: Don't use owner for inner classesHolonProduction2024-10-131-1/+3
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | GDScript: Rework `GDScriptUtilityFunctions` macrosDanil Alexeev2024-10-254-316/+193
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #98257 from Rudolph-B/94210-BClay John2024-10-241-11/+1
|\ \ \ \ \ \ \