Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #95860 from Goutte/doc-upnp-update-to-latest-gdscript | Rémi Verschelde | 2024-08-26 | 1 | -2/+2 |
|\ | | | | | | | Docs: Update UPnP GDScript snippet to using `Signal.emit` syntax | ||||
| * | docs: update UPnP gdscript snippet to latest gdscript | Goutte | 2024-08-22 | 1 | -2/+2 |
| | | | | | | | | This commit adds usage of the new (stringless) signal API. | ||||
* | | Merge pull request #95749 from Mickeon/documentation-example-pruning | Rémi Verschelde | 2024-08-26 | 1 | -2/+2 |
|\ \ | | | | | | | | | | Remove empty `[b]Example:[/b]` lines from the class reference | ||||
| * | | Remove empty `[b]Example:[/b]` lines from the class reference | Micky | 2024-08-19 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #92540 from BlueCube3310/layered-texture-info | Rémi Verschelde | 2024-08-26 | 2 | -0/+6 |
|\ \ \ | | | | | | | | | | | | | Improve layered texture preview | ||||
| * | | | Improve layered texture preview | BlueCube3310 | 2024-08-16 | 2 | -0/+6 |
| | | | | |||||
* | | | | Merge pull request #96117 from SaracenOne/silence_fbx_warning | Rémi Verschelde | 2024-08-26 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix owner warning when importing FBX. | ||||
| * | | | | Fix owner warning when importing FBX. | Saracen | 2024-08-26 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #79378 from HolonProduction/autocompletion-index | Rémi Verschelde | 2024-08-26 | 1 | -4/+29 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Improve autocompletion for indices | ||||
| * | | | | | Improve autocompletion for indices | HolonProduction | 2024-08-26 | 1 | -4/+29 |
| | | | | | | |||||
* | | | | | | Merge pull request #94169 from RandomShaper/wtp_rl_prize | Rémi Verschelde | 2024-08-26 | 2 | -3/+16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Batch of fixes for `WorkerThreadPool` and `ResourceLoader` | ||||
| * | | | | | | WorkerThreadPool (plus friends): Overhaul unlock allowance zones | Pedro J. Estébanez | 2024-08-21 | 2 | -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 Verschelde | 2024-08-26 | 18 | -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-Zeleen | 2024-08-20 | 18 | -38/+44 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #95929 from BastiaanOlij/openxr_fix_tracking_bit | Rémi Verschelde | 2024-08-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | OpenXR: Check correct status bit for hand tracking | ||||
| * | | | | | | | OpenXR: Check correct status bit for hand tracking | Bastiaan Olij | 2024-08-22 | 1 | -1/+1 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #95959 from dsnopek/openxr-api-hand-tracker-crash | Rémi Verschelde | 2024-08-25 | 1 | -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 Snopek | 2024-08-22 | 1 | -1/+5 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | disabled | ||||
* | | | | | | | Merge pull request #95888 from clayjohn/Lightmap-SH-coefficients | Rémi Verschelde | 2024-08-25 | 3 | -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 ↵ | clayjohn | 2024-08-21 | 3 | -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-TheForge | Rémi Verschelde | 2024-08-22 | 1 | -2/+3 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add debug utilities for Vulkan | ||||
| * | | | | | | | Add debug utilities for Vulkan | Matias N. Goldberg | 2024-08-21 | 1 | -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-drivers | Rémi Verschelde | 2024-08-22 | 1 | -2/+4 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | SCons: Better validation for platform-specific opt-in drivers | ||||
| * | | | | | | | SCons: Better validation for platform-specific opt-in drivers | Rémi Verschelde | 2024-08-21 | 1 | -2/+4 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces cryptic compilation errors with a clear error message and early build termination. | ||||
* | | | | | | | Merge pull request #95790 from aaronfranke/rect-aabb-support | Rémi Verschelde | 2024-08-22 | 2 | -7/+34 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | Simplify Rect2/AABB `get_support` function | ||||
| * | | | | | | Simplify and fix Rect2/AABB get_support function | Aaron Franke | 2024-08-19 | 2 | -7/+34 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #95828 from clayjohn/Lightmapper-AA-direct-light | Rémi Verschelde | 2024-08-21 | 2 | -41/+106 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Antialias direct light samples in LightmapperRD | ||||
| * | | | | | | Antialias direct light samples in LightmapperRD | clayjohn | 2024-08-19 | 2 | -41/+106 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | Additionally use Vogel disk to enhance soft shadow quality. | ||||
* | | | | | | Merge pull request #91535 from BlueCube3310/betsy-bc6h | Rémi Verschelde | 2024-08-21 | 10 | -0/+1265 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add Betsy to speed up BC6 compression | ||||
| * | | | | | | Add Betsy to speed up BC6 compression | BlueCube3310 | 2024-08-18 | 10 | -0/+1265 |
| |/ / / / / | |||||
* | | | | / | Add Metal support for macOS (arm64) and iOS | Stuart Carnie | 2024-08-20 | 2 | -2/+5 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | macOS/iOS: Fix various warnings when targeting newer SDKs | Stuart Carnie | 2024-08-20 | 1 | -4/+10 |
| | | | | | |||||
* | | | | | Merge pull request #91750 from BastiaanOlij/openxr_visibility_mask | Rémi Verschelde | 2024-08-20 | 9 | -9/+559 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | OpenXR: Add support for visibility mask | ||||
| * | | | | OpenXR: Add support for visibility mask | Bastiaan Olij | 2024-08-20 | 9 | -9/+559 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #95808 from ↵ | Rémi Verschelde | 2024-08-20 | 1 | -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 Joannon | 2024-08-19 | 1 | -2/+8 |
| |/ / / | |||||
* | | | | Merge pull request #95764 from passivestar/gdscript-syntax-highlighter | Rémi Verschelde | 2024-08-20 | 3 | -0/+31 |
|\ \ \ \ | | | | | | | | | | | | | | | | Expose GDScript syntax highlighter to editor plugins | ||||
| * | | | | Expose GDScript syntax highlighter to editor plugins | passivestar | 2024-08-19 | 3 | -0/+31 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #95757 from BlueCube3310/cvtt-float | Rémi Verschelde | 2024-08-20 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | CVTT: Include float formats for hdr compression | ||||
| * | | | | CVTT: Include float formats for hdr compression | BlueCube3310 | 2024-08-18 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #95269 from raulsntos/dotnet/determinant | Rémi Verschelde | 2024-08-20 | 1 | -8/+9 |
|\ \ \ \ | | | | | | | | | | | | | | | | C#: Expose `Transform2D.Determinant()` | ||||
| * | | | | C#: Expose `Transform2D.Determinant()` | Raul Santos | 2024-08-08 | 1 | -8/+9 |
| | | | | | |||||
* | | | | | Merge pull request #95153 from BastiaanOlij/improve_hand_tracking_settings | Rémi Verschelde | 2024-08-20 | 2 | -26/+54 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Change hand tracking project settings and finetune `show_when_tracked` | ||||
| * | | | | | Change hand tracking project settings and finetune show_when_tracked | Bastiaan Olij | 2024-08-20 | 2 | -26/+54 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #94082 from HolonProduction/completion-force | Rémi Verschelde | 2024-08-20 | 30 | -21/+201 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | Autocompletion: Rework argument options string literal completion | ||||
| * | | | | Autocompletion: rework argument options string literal completion | HolonProduction | 2024-07-08 | 30 | -21/+201 |
| | | | | | |||||
* | | | | | Merge pull request #94934 from Hilderin/fix-no-validation-blender-path-on-import | Rémi Verschelde | 2024-08-19 | 2 | -2/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix no validation on Blender path on import | ||||
| * | | | | | Fix no validation on Blender path on importation | Hilderin | 2024-07-30 | 2 | -2/+10 |
| | | | | | | |||||
* | | | | | | Merge pull request #93498 from smix8/connection_relocation | Rémi Verschelde | 2024-08-19 | 5 | -37/+58 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Move NavRegion connections to NavMap | ||||
| * | | | | | | Move NavRegion connections to NavMap | smix8 | 2024-06-23 | 5 | -37/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moves bookkeeping for connections from region to map where connections are actually made. |