Commit Graph

80742 Commits

Author SHA1 Message Date
Thaddeus Crews 253043dccc Merge pull request #109344 from Calinou/doc-os-get-video-adapter-driver-info-thread
Document `OS.get_video_adapter_driver_info()` being slow to call the first time
2025-08-06 12:01:06 -05:00
kobewi 744484b6dd Move advanced toggle state out of export presets 2025-08-06 15:50:03 +02:00
kobewi 4ed86d347c Fix some localization issues in controls 2025-08-06 14:50:03 +02:00
Hugo Locurcio 22285c8fd9 Document OS.get_video_adapter_driver_info() being slow to call the first time
- Add a code sample that shows how to call it from a thread
  to avoid blocking the engine.
2025-08-06 14:39:16 +02:00
Nubels 3d764e57c9 add confirmation dialogue to filesystem dock 2025-08-06 11:36:19 +02:00
arkology f3267c0ca7 Fix FindInFilesPanel sizing issues 2025-08-06 08:46:07 +00:00
Pāvels Nadtočajevs 9f8626ccaa [Windows] Try reading GPU driver information directly from registry. 2025-08-06 08:01:05 +03:00
Elise 8835ac2a2a Fix inheriting from abstract classes dialog 2025-08-06 08:43:22 +10:00
aaronp64 aaaa840568 Use point_grab_radius setting in Polygon2DEditor bottom panel editor
Updated Polygon2DEditor bottom panel editor to use point_grab_radius setting instead of fixed value, similar to grab behavior in main 2D editor panel.  Also updated closest point detection to better handle overlapping grab areas.
2025-08-05 17:42:44 -04:00
Pāvels Nadtočajevs 3b12b3402f Forward mouse events to embedded no-focus windows. 2025-08-05 22:31:44 +03:00
aaronp64 f25e6af9bf Keep collapsed state for actions when modifying Input Map
Changing the Input Map in Project Settings (adding/removing/renaming actions, reordering, or changing action events) causes the action list Tree to be cleared/repopulated.  Updated ActionMapEditor::update_action_list to store which actions were collapsed before clearing, so they can remain collapsed after modifications.
2025-08-05 15:25:47 -04:00
David Snopek 92d9227d4a GDExtension: Call startup callback only after reload is fully finished 2025-08-05 08:30:39 -05:00
robert yevdokimov 11a4961081 Relocate add_root_node method to EditorInterface from EditorScript and deprecate old method 2025-08-05 17:23:57 +04:00
Giganzo e3232b226d Fix LineEdit center alignment 2025-08-05 10:05:45 +02:00
HolonProduction 97b1bc6bda Autocompletion: Don't call const functions 2025-08-05 09:03:10 +02:00
Yarvin 1aca96d139 Postpone adding new extension plugins to the editor.
----

Extension EditorPlugins added during Hot Reload on Initialization level
Editor were being attached to the scene tree before all the GDExtension
Classes (such as already loaded resources) are re-initialized.
2025-08-04 21:57:22 +02:00
Hugo Locurcio e4131712a4 Document Tree.item_collapsed also being emitted when the item is expanded
This also mentions that the signal is emitted even when the item is
expanded/collapsed through code.
2025-08-04 21:47:18 +02:00
Mike Precup adfb0d8c1d Optimize TileMapLayer 2025-08-04 11:05:57 -07:00
Thaddeus Crews c81fd6c512 Merge pull request #109210 from bruvzg/angle_95
[Windows] Add Intel Gen9.5 (Kaby Lake) GPUs to Angle blocklist.
2025-08-04 12:04:23 -05:00
Thaddeus Crews 0279916ff2 Merge pull request #108374 from DanielGSilva/mouse-captured-orientation
Deactivate orientation gizmo on window exit
2025-08-04 12:04:21 -05:00
Thaddeus Crews 7d4b7fa8da Merge pull request #109169 from bruvzg/sse42_cpuid
[Windows] Additionally use `cpuid` instruction to detect SSE4.2 support.
2025-08-04 12:04:20 -05:00
Thaddeus Crews f7de98ad2e Merge pull request #109294 from timothyqiu/flags-atr
Disable auto translation of flag names in the inspector
2025-08-04 12:04:20 -05:00
Thaddeus Crews bb02ab2909 Merge pull request #107436 from timothyqiu/action-button-icon
Fix some inspector action buttons not updating icon when theme changes
2025-08-04 12:04:19 -05:00
Thaddeus Crews dd129b6cef Merge pull request #109095 from allenwp/docs10896
Update HDR 2D documentation to include Compatibility support.
2025-08-04 12:04:18 -05:00
Thaddeus Crews 2f41534fa6 Merge pull request #109281 from raulsntos/dotnet/fix-quaternion-ctor
[.NET] Fix `Quaternion(Vector3, Vector3)` constructor when vectors are the same
2025-08-04 12:04:17 -05:00
HolonProduction 0e92dc7b8c GDScript: Don't stop annotation argument parsing at file end 2025-08-04 17:28:45 +02:00
Pāvels Nadtočajevs 33c92af2b5 [Windows] Release mouse buttons after native window drag/resize operation. 2025-08-04 15:14:27 +03:00
BlueCube3310 356b1ab2a6 Compatibility: Fix cubemap faces order when setting texture data 2025-08-04 13:27:28 +02:00
HolonProduction 8ec31b7b3d Autocompletion: Remove duplicate code 2025-08-04 12:59:22 +02:00
Haoyu Qiu 0b156980f3 Disable auto translation of flag names in the inspector 2025-08-04 16:09:07 +08:00
Haoyu Qiu 5593ac4e3b Fix some inspector action buttons not updating icon when theme changes 2025-08-04 15:30:36 +08:00
Pāvels Nadtočajevs beb2dea639 [macOS] Regenerate editor icns file to include all resolutions. 2025-08-04 09:50:40 +03:00
Pāvels Nadtočajevs 610c98c1ce Add SVGTexturesupport to NinePatchRect, TextureProgressBar and StyleBoxTexture. 2025-08-04 08:57:30 +03:00
Bastiaan Olij cb8c0512bd OpenXR: fixed required extension tooltip 2025-08-04 13:10:36 +10:00
Pāvels Nadtočajevs 7c81d43b10 [Windows] Additionally use cpuid instruction to detect SSE4.2 support. 2025-08-03 22:13:59 +03:00
Raul Santos dd662f9c6a [.NET] Fix Quaternion(Vector3, Vector3) constructor when vectors are the same. 2025-08-03 20:26:20 +02:00
Pāvels Nadtočajevs 19dbfec777 Fix symlink copy in DirAccess::copy_dir. 2025-08-03 19:52:48 +03:00
Thaddeus Crews 45509c284c Merge pull request #108029 from Joy-less/clarify-visible_characters
Clarify `visible_characters`
2025-08-03 10:51:18 -05:00
Thaddeus Crews ca515cf650 Merge pull request #108373 from Nintorch/fix-sowrap-enabled
Fix the usage of udev and dbus with SDL joystick input driver
2025-08-03 10:51:17 -05:00
Thaddeus Crews 62dc131d74 Merge pull request #109172 from mihe/printraw-overflow
Fix `printraw` causing infinite recursion in `Logger._log_message`
2025-08-03 10:51:16 -05:00
Thaddeus Crews 4b23f09e2f Merge pull request #109267 from syntaxerror247/misc
Android: Misc changes
2025-08-03 10:51:15 -05:00
Thaddeus Crews 3dd70c4cef Merge pull request #109265 from clayjohn/revert-soft-body
Revert "SoftBody3D: Support physics Interpolation"
2025-08-03 10:51:14 -05:00
Thaddeus Crews c9096e1f98 Merge pull request #93200 from AndreiPetrov890/fix-android-microphone
Fix audio input gets muted after a while on android
2025-08-03 10:51:13 -05:00
Thaddeus Crews 159133e679 Merge pull request #109198 from Lielay9/fix_primitive_tex
Break batch on Compatibility when primitive texture changes
2025-08-03 10:51:12 -05:00
Thaddeus Crews 38f8e18303 Merge pull request #109006 from RoyBerardo/random_pitch_bias_fix
Fix random pitch upward bias in `AudioStreamRandomizer`
2025-08-03 10:51:11 -05:00
Thaddeus Crews 0d6c1c37e2 Merge pull request #109196 from smix8/pppedgecentered
Fix path post-processing edgecentered
2025-08-03 10:51:10 -05:00
Thaddeus Crews a6e6d133ab Merge pull request #109227 from limbonaut/harden-jni-find-class
Harden jni_find_class() and its setup/cleanup
2025-08-03 10:51:09 -05:00
Thaddeus Crews a0c7127829 Merge pull request #109162 from bruvzg/android_tts
Fix Android TTS on-demand init.
2025-08-03 10:51:08 -05:00
Thaddeus Crews c720789b83 Merge pull request #107748 from ydeltastar/fix-eval-properties
Fix `Evaluator`'s format issues caused by special characters in the expression
2025-08-03 10:51:07 -05:00
Thaddeus Crews 097247d637 Merge pull request #109058 from KoBeWi/____________________________________________
Prevent invalid and ambiguous tag names
2025-08-03 10:51:06 -05:00