1
0
Fork 0
Commit Graph

71750 Commits

Author SHA1 Message Date
Qbieshay 419e5c40fa Fix particle not re-randomizing every emission 2025-02-20 19:25:05 +01:00
Rémi Verschelde f42e612da2
Merge pull request #102900 from bruvzg/fix_mingw_bt
Fix MinGW crash handler crashing during trace generation or producing empty trace.
2025-02-15 23:10:07 +01:00
Rémi Verschelde 09dbebf218
Merge pull request #102895 from bruvzg/te_bidi
Fix TextEdit BiDi override.
2025-02-15 23:10:03 +01:00
Rémi Verschelde 4638f3da62
Merge pull request #102892 from Chaosus/shader_fix_varying_increment_crash
Fix crash at using increment op for varying in `light` shader function
2025-02-15 23:09:59 +01:00
Rémi Verschelde ba7b500b55
Merge pull request #102874 from YeldhamDev/fix_fav_no_parent
Fix error with favorited properties with open sub-inspectors
2025-02-15 23:09:56 +01:00
Rémi Verschelde e5860ab63d
Merge pull request #102873 from arkology/shader_editor_sizing
Add custom minimum size for shader tabs
2025-02-15 23:09:52 +01:00
Rémi Verschelde f0f65af16d
Merge pull request #102868 from arkology/camera_2_unlimited
Fix `Camera2D` limits drawing
2025-02-15 23:09:49 +01:00
Rémi Verschelde 5d31baa247
Merge pull request #102743 from kleonc/enum_show_default_invalid_value_in_inspector
Show enum property invalid value in inspector
2025-02-15 23:09:45 +01:00
Rémi Verschelde 10bb786b84
Merge pull request #102681 from Giganzo/inspector-overlay-buttons
Fix Inspector revert and animation keying button sizing
2025-02-15 23:09:34 +01:00
bruvzg 961207dc6f Fix `view->base` pointer overwrite. 2025-02-15 23:25:43 +02:00
bruvzg bacab7f822 Revert "libbacktrace: Update to upstream commit 1db85642e"
This reverts commit 51730391c6.
2025-02-15 23:25:43 +02:00
Pāvels Nadtočajevs 9d7a1b5ab0 Fix TextEdit BiDi override. 2025-02-15 18:06:53 +02:00
Chaosus 946c254cec Fix crash at using increment op for varying in `light` shader function 2025-02-15 17:37:18 +03:00
Giganzo 5dabc360ae Fix Inspector animation key button sizing 2025-02-15 12:27:57 +01:00
arkology 698cc24416 Fix `Camera2D` limits drawing 2025-02-15 10:02:58 +03:00
Rémi Verschelde 96cdbbe5bd
Merge pull request #102870 from timoschwarzer/fix/line-2d-not-rendering
Fix Line2D not rendering anything when total length is not computed
2025-02-14 22:58:34 +01:00
Rémi Verschelde 11d8e2e811
Merge pull request #102862 from dsnopek/java-class-wrapper-get-exception
JavaClassWrapper: Allow handling exceptions (rather than just crashing)
2025-02-14 22:58:31 +01:00
Rémi Verschelde 5da66ebc57
Merge pull request #102861 from Faless/mp/enet_close_destroy
[ENet] Explicitely destroy hosts on close
2025-02-14 22:58:28 +01:00
Rémi Verschelde 7a0e659a80
Merge pull request #102836 from raulsntos/dotnet/export-tool-button-no-storage
[.NET] Disallow `[ExportToolButton]` on members thay may store the Callable
2025-02-14 22:58:25 +01:00
Rémi Verschelde e20f01ea27
Merge pull request #102820 from allenwp/update-tonemapping-docs
Update tonemapping docs.
2025-02-14 22:58:22 +01:00
Rémi Verschelde 9d2b6d2fb8
Merge pull request #102796 from caimantilla/fix-graph-edit-frame-rect-changed-signal-parameter-type
Fix `GraphEdit::frame_rect_changed` signal parameter type
2025-02-14 22:58:19 +01:00
Rémi Verschelde 8add5838ac
Merge pull request #102774 from Faless/mbedtls/optional_tls1.3
[TLS] Disable TLSv1.3 support by default
2025-02-14 22:58:16 +01:00
Rémi Verschelde aeadefc1a2
Merge pull request #102579 from BlueCube3310/lightmap-denoise-region-expose
Lightmapper: Expose the JNLM denoiser region size in the project settings
2025-02-14 22:58:10 +01:00
Caiman bcd99bdb17
Fix GraphEdit::frame_rect_changed signal parameter type
Changes the parameter type from Vector2 to Rect2, which is what is actually emitted.
2025-02-14 22:39:27 +01:00
Michael Alexsander b31c85cf3e
Fix error with favorited properties with open sub-inspectors 2025-02-14 16:51:43 -03:00
arkology cb918cc817 Add custom minimum size for shader tabs 2025-02-14 22:40:53 +03:00
Timo Schwarzer ebef20f556
Fix Line2D not rendering anything when total length is not computed 2025-02-14 19:00:35 +01:00
Fabio Alessandrelli 488cdbacdb [TLS] Disable TLSv1.3 support by default 2025-02-14 18:06:46 +01:00
David Snopek 5d69d20059 JavaClassWrapper: Allow handling exceptions (rather than just crashing) 2025-02-14 09:45:14 -06:00
Fabio Alessandrelli 062413fb30 [ENet] Explicitely destroy hosts on close
To ensure we free up the UDP port even if a script is holding a
reference to the underlying host, we need to explicitly destroy it on
close.
2025-02-14 15:51:03 +01:00
Thaddeus Crews b607110ad2
Merge pull request #102792 from clayjohn/varying-crash
Validate varying count when compiling shaders
2025-02-14 08:25:39 -06:00
Thaddeus Crews 40ff57e2a0
Merge pull request #102775 from KoBeWi/😐
Fix inspector follow focus when child is focused
2025-02-14 08:25:38 -06:00
Thaddeus Crews b2aae7b729
Merge pull request #102833 from Hilderin/fix-game-embeddeing-not-available-wayland
Fix "Game embedding not available" message on Wayland
2025-02-14 08:25:37 -06:00
Thaddeus Crews 16285a69ff
Merge pull request #102843 from maxpiepenbrink/fix-voxelgi-warnings
Fix stale VoxelGI warnings.
2025-02-14 08:25:35 -06:00
Thaddeus Crews 030cc9945e
Merge pull request #102854 from bruvzg/brk_trim3
[TextServer] Fix space trimming on line break.
2025-02-14 08:25:33 -06:00
Thaddeus Crews f41987356d
Merge pull request #102824 from 3DartBlade/patch-1
Clarify that `Vector2.angle_to` returns a signed angle
2025-02-14 08:25:31 -06:00
Thaddeus Crews 19d7d9f534
Merge pull request #98757 from girdenis-p/control-layout-tests
Add tests for control to test anchoring and minimum size
2025-02-14 08:25:29 -06:00
Thaddeus Crews 4a08fdc2a7
Merge pull request #102640 from olanti-p/fix-add-alt-tile-button
Fix multiple issues with 'add alternative tile' tileset editor button
2025-02-14 08:25:26 -06:00
Thaddeus Crews 3c8bf62398
Merge pull request #102567 from tetrapod00/add-parentheses
Add parentheses to method links in online class reference
2025-02-14 08:25:25 -06:00
Thaddeus Crews bc648b4aa2
Merge pull request #102851 from Chubercik/thorvg-0.15.10
thorvg: Update to 0.15.10
2025-02-14 08:25:12 -06:00
Hilderin d9f653988f Fix Game Embedding Not Available message on Wayland 2025-02-14 09:09:38 -05:00
Pāvels Nadtočajevs c03aa4b563 [TextServer] Fix space trimming on line break. 2025-02-14 14:40:37 +02:00
Jakub Marcowski 0c15c106e0
thorvg: Update to 0.15.10 2025-02-14 13:04:11 +01:00
Max Piepenbrink f2d733d48d Fix stale VoxelGI warnings.
Easy 1 line fix, just need to call update_configuration_warnings()
any time fields related to our warning concerns get changed. In
this case it's we just need to be concerned about calling this
whenever the voxel data field changes for any reason.
2025-02-13 20:54:05 -08:00
Raul Santos f4094b554d
[.NET] Disallow `[ExportToolButton]` on members thay may store the Callable
Ensures the user doesn't store the Callable so the .NET assembly can be reloaded.
2025-02-14 01:09:59 +01:00
clayjohn 35100396e4 Validate varying count when compiling shaders
This avoids crashing on devices when a number of varyings greater than the device limit is used.

For now this accurately prints an error when compiling the shader, but the error text only pops up in the editor if the number of user varyings is above the limit.
2025-02-13 15:07:15 -08:00
Rémi Verschelde 750640cede
Merge pull request #102828 from bruvzg/fd_fmap
Sync native and embedded dialog missing extension handling.
2025-02-13 23:35:28 +01:00
Rémi Verschelde 7feab02599
Merge pull request #102827 from bruvzg/win_err
[Windows] Fix missing argument in non-console logger call.
2025-02-13 23:35:24 +01:00
Rémi Verschelde c290f566bf
Merge pull request #102826 from HolonProduction/preload-options
Autocompletion: Override context for preload
2025-02-13 23:35:21 +01:00
Rémi Verschelde 25a3b38a83
Merge pull request #102813 from hpvb/fix-102108
Don't mark cached previously pinned AnimationMixers
2025-02-13 23:35:18 +01:00