summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #95860 from Goutte/doc-upnp-update-to-latest-gdscriptRémi Verschelde2024-08-261-2/+2
|\ | | | | | | Docs: Update UPnP GDScript snippet to using `Signal.emit` syntax
| * docs: update UPnP gdscript snippet to latest gdscriptGoutte2024-08-221-2/+2
| | | | | | | | This commit adds usage of the new (stringless) signal API.
* | Merge pull request #95749 from Mickeon/documentation-example-pruningRémi Verschelde2024-08-261-2/+2
|\ \ | | | | | | | | | Remove empty `[b]Example:[/b]` lines from the class reference
| * | Remove empty `[b]Example:[/b]` lines from the class referenceMicky2024-08-191-2/+2
| | |
* | | Merge pull request #92540 from BlueCube3310/layered-texture-infoRémi Verschelde2024-08-262-0/+6
|\ \ \ | | | | | | | | | | | | Improve layered texture preview
| * | | Improve layered texture previewBlueCube33102024-08-162-0/+6
| | | |
* | | | Merge pull request #96117 from SaracenOne/silence_fbx_warningRémi Verschelde2024-08-261-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | Fix owner warning when importing FBX.
| * | | | Fix owner warning when importing FBX.Saracen2024-08-261-0/+1
| | | | |
* | | | | Merge pull request #79378 from HolonProduction/autocompletion-indexRémi Verschelde2024-08-261-4/+29
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve autocompletion for indices
| * | | | | Improve autocompletion for indicesHolonProduction2024-08-261-4/+29
| | | | | |
* | | | | | Merge pull request #94169 from RandomShaper/wtp_rl_prizeRémi Verschelde2024-08-262-3/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Batch of fixes for `WorkerThreadPool` and `ResourceLoader`
| * | | | | | WorkerThreadPool (plus friends): Overhaul unlock allowance zonesPedro J. Estébanez2024-08-212-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a rare but possible deadlock, maybe due to undefined behavior. The new implementation is safer, at the cost of some added boilerplate.
* | | | | | | Merge pull request #91018 from ↵Rémi Verschelde2024-08-2618-38/+44
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Daylily-Zeleen/daylily-zeleen/optionally_postinitialization_for_extension_owner Allow ClassDB to create a Object without postinitialization for GDExtension.
| * | | | | | Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-2018-38/+44
| | | | | | |
* | | | | | | Merge pull request #95929 from BastiaanOlij/openxr_fix_tracking_bitRémi Verschelde2024-08-251-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | OpenXR: Check correct status bit for hand tracking
| * | | | | | | OpenXR: Check correct status bit for hand trackingBastiaan Olij2024-08-221-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #95959 from dsnopek/openxr-api-hand-tracker-crashRémi Verschelde2024-08-251-1/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix crash when calling `OpenXRAPI::get_hand_tracker()` and hand-tracking is disabled
| * | | | | | | Fix crash when calling OpenXRAPI::get_hand_tracker() and hand-tracking is ↵David Snopek2024-08-221-1/+5
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | disabled
* | | | | | | Merge pull request #95888 from clayjohn/Lightmap-SH-coefficientsRémi Verschelde2024-08-253-13/+36
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | Use correct lightmap coefficients to ensure that the directional lightmap mode looks correct
| * | | | | | Use correct lightmap coefficients to ensure that the directional lightmap ↵clayjohn2024-08-213-13/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mode looks correct Also remove the metallic option from directional lightmap as it is guaranteed to return negative numbers in many cases
* | | | | | | Merge pull request #90993 from darksylinc/matias-TheForgeRémi Verschelde2024-08-221-2/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add debug utilities for Vulkan
| * | | | | | | Add debug utilities for VulkanMatias N. Goldberg2024-08-211-2/+3
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Features: - Debug-only tracking of objects by type. See get_driver_allocs_by_object_type et al. - Debug-only Breadcrumb info for debugging GPU crashes and device lost - Performance report per frame from get_perf_report - Some VMA calls had to be modified in order to insert the necessary memory callbacks Functionality marked as "debug-only" is only available in debug or dev builds. Misc fixes: - Early break optimization in RenderingDevice::uniform_set_create ============================ The work was performed by collaboration of TheForge and Google. I am merely splitting it up into smaller PRs and cleaning it up.
* | | | | | | Merge pull request #95921 from akien-mga/scons-validate-opt-in-driversRémi Verschelde2024-08-221-2/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | SCons: Better validation for platform-specific opt-in drivers
| * | | | | | | SCons: Better validation for platform-specific opt-in driversRémi Verschelde2024-08-211-2/+4
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces cryptic compilation errors with a clear error message and early build termination.
* | | | | | | Merge pull request #95790 from aaronfranke/rect-aabb-supportRémi Verschelde2024-08-222-7/+34
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | Simplify Rect2/AABB `get_support` function
| * | | | | | Simplify and fix Rect2/AABB get_support functionAaron Franke2024-08-192-7/+34
| |/ / / / /
* | | | | | Merge pull request #95828 from clayjohn/Lightmapper-AA-direct-lightRémi Verschelde2024-08-212-41/+106
|\ \ \ \ \ \ | | | | | | | | | | | | | | Antialias direct light samples in LightmapperRD
| * | | | | | Antialias direct light samples in LightmapperRDclayjohn2024-08-192-41/+106
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Additionally use Vogel disk to enhance soft shadow quality.
* | | | | | Merge pull request #91535 from BlueCube3310/betsy-bc6hRémi Verschelde2024-08-2110-0/+1265
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add Betsy to speed up BC6 compression
| * | | | | | Add Betsy to speed up BC6 compressionBlueCube33102024-08-1810-0/+1265
| |/ / / / /
* | | | | / Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-202-2/+5
| |_|_|_|/ |/| | | |
* | | | | macOS/iOS: Fix various warnings when targeting newer SDKsStuart Carnie2024-08-201-4/+10
| | | | |
* | | | | Merge pull request #91750 from BastiaanOlij/openxr_visibility_maskRémi Verschelde2024-08-209-9/+559
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | OpenXR: Add support for visibility mask
| * | | | OpenXR: Add support for visibility maskBastiaan Olij2024-08-209-9/+559
| | |/ / | |/| |
* | | | Merge pull request #95808 from ↵Rémi Verschelde2024-08-201-2/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | paulloz/bugfix/dotnet-globalclass-icon-relative-paths Fix relative paths for global class icons in C#
| * | | | Fix relative paths for global class icons in C#Paul Joannon2024-08-191-2/+8
| |/ / /
* | | | Merge pull request #95764 from passivestar/gdscript-syntax-highlighterRémi Verschelde2024-08-203-0/+31
|\ \ \ \ | | | | | | | | | | | | | | | Expose GDScript syntax highlighter to editor plugins
| * | | | Expose GDScript syntax highlighter to editor pluginspassivestar2024-08-193-0/+31
| | |_|/ | |/| |
* | | | Merge pull request #95757 from BlueCube3310/cvtt-floatRémi Verschelde2024-08-201-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | CVTT: Include float formats for hdr compression
| * | | | CVTT: Include float formats for hdr compressionBlueCube33102024-08-181-1/+1
| |/ / /
* | | | Merge pull request #95269 from raulsntos/dotnet/determinantRémi Verschelde2024-08-201-8/+9
|\ \ \ \ | | | | | | | | | | | | | | | C#: Expose `Transform2D.Determinant()`
| * | | | C#: Expose `Transform2D.Determinant()`Raul Santos2024-08-081-8/+9
| | | | |
* | | | | Merge pull request #95153 from BastiaanOlij/improve_hand_tracking_settingsRémi Verschelde2024-08-202-26/+54
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Change hand tracking project settings and finetune `show_when_tracked`
| * | | | | Change hand tracking project settings and finetune show_when_trackedBastiaan Olij2024-08-202-26/+54
| | |_|/ / | |/| | |
* | | | | Merge pull request #94082 from HolonProduction/completion-forceRémi Verschelde2024-08-2030-21/+201
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | Autocompletion: Rework argument options string literal completion
| * | | | Autocompletion: rework argument options string literal completionHolonProduction2024-07-0830-21/+201
| | | | |
* | | | | Merge pull request #94934 from Hilderin/fix-no-validation-blender-path-on-importRémi Verschelde2024-08-192-2/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix no validation on Blender path on import
| * | | | | Fix no validation on Blender path on importationHilderin2024-07-302-2/+10
| | | | | |
* | | | | | Merge pull request #93498 from smix8/connection_relocationRémi Verschelde2024-08-195-37/+58
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Move NavRegion connections to NavMap
| * | | | | | Move NavRegion connections to NavMapsmix82024-06-235-37/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Moves bookkeeping for connections from region to map where connections are actually made.