Commit Graph

80742 Commits

Author SHA1 Message Date
Robert Yevdokimov 6f0a0ba408 Fix collision reposition with CSGShape3D 2025-02-13 19:31:58 +04:00
kobewi 6abb40990a Fix modified time when LSP reload script 2025-02-13 16:15:22 +01:00
Matias N. Goldberg fcd785ace2 Add ASTC HDR format variants 2025-02-13 11:45:42 -03:00
Bernat Arlandis 24278072a9 Replace memnew with instantiate 2025-02-13 15:34:00 +01:00
Bernat 5b67dda1ad Update servers/audio/audio_rb_resampler.h
Co-authored-by: K. S. Ernest (iFire) Lee <fire@users.noreply.github.com>
2025-02-13 15:22:28 +01:00
smix8 9dfeabc92a Add path query region filters
Adds filter lists to exclude or include specific regions in path queries.
2025-02-13 15:05:34 +01:00
bruvzg 3f2a29cd9d [Windows] Read Wacom config to check if Windows Ink is disabled and auto switch to WinTab. 2025-02-13 15:10:16 +02:00
Olanti f389776d7d Fix issues with 'create alternative tile' button
Fix button sizing for small tile sizes.
Stop button from preventing MMB panning.
Support undo operations for the button.
Hide button when "Paint" mode is active.
2025-02-13 15:43:14 +03:00
BlueCube3310 7ed64ebd9a Lightmapper: Expose the JNLM denoiser region size in the project settings 2025-02-13 12:00:51 +01:00
BlueCube3310 27c4e70ee8 RenderingDevice: Fix certain RD to Image format conversions 2025-02-13 10:44:10 +01:00
bruvzg f0ac8294cb [Windows] Add missing opened file check. 2025-02-13 11:18:46 +02:00
Pāvels Nadtočajevs 9ae5f09c20 Fix editor UI showing empty string for unknown locales. 2025-02-13 08:07:26 +02:00
Clay John c2732ae4b6 Merge pull request #102794 from darksylinc/matias-asap
[URGENT] Fix broken skeletal animated meshes
2025-02-12 18:52:10 -08:00
Matias N. Goldberg 4712d426ef Fix broken skeletal animated meshes
Fixes #102791
2025-02-12 22:25:22 -03:00
DESKTOP-UT43QTQ\Garrigan-Desktop 2bfca8e9c2 Added getter tests for dynamic fonts 2025-02-12 18:45:44 -06:00
Stuart Carnie 1272310a14 Sprite2D: Use correct name to hide region_filter_clip_enabled 2025-02-13 10:06:30 +11:00
Thaddeus Crews 23c1389f92 Merge pull request #102781 from akien-mga/thorvg-file-io
ThorVG: Explicitly enable embedded texture support with `THORVG_FILE_IO_SUPPORT`
2025-02-12 12:56:43 -06:00
Thaddeus Crews f45d2f8f6c Merge pull request #96926 from Dowsley/user-provided-arguments-fix
Ignore `--test` flag when it is an user-provided argument
2025-02-12 12:56:41 -06:00
Thaddeus Crews d408264fde Merge pull request #102778 from KoBeWi/line_zero
Prevent errors when Line2D has 0 length
2025-02-12 12:56:39 -06:00
Thaddeus Crews be7b640cde Merge pull request #102776 from timothyqiu/tile-coordinate-range
Document the valid range of tile coordinates in TileMapLayer
2025-02-12 12:56:37 -06:00
Thaddeus Crews 5f7ea8328b Merge pull request #102556 from kitbdev/fix-te-cursor-shape-held
Fix TextEdit cusor shape when mouse is held
2025-02-12 12:56:34 -06:00
Thaddeus Crews 449c84f3d3 Merge pull request #102742 from Calinou/doc-control-layout-direction-force
Improve documentation on forcing right-to-left layout in Control
2025-02-12 12:56:33 -06:00
Thaddeus Crews 13f8316114 Merge pull request #102773 from Calinou/doc-fix-urls
Fix dead links across the class reference
2025-02-12 12:56:32 -06:00
Thaddeus Crews 9ad7f55a06 Merge pull request #102760 from Giganzo/csg-toolbar-tooltips
Add tooltip text to Polygon3DEditor buttons
2025-02-12 12:56:31 -06:00
Thaddeus Crews 78f1918bd4 Merge pull request #102668 from jkirsteins/janiskirsteins/ios-aspect-fill-splash
[iOS] Sync the boot splash and the launch screen image scale modes
2025-02-12 12:56:26 -06:00
Thaddeus Crews 1939e87db1 Merge pull request #101561 from darksylinc/matias-device-address-api
Change how device address is requested to avoid future API breakage
2025-02-12 12:56:25 -06:00
Rémi Verschelde 26ac8ce50f ThorVG: Explicitly enable embedded texture support with THORVG_FILE_IO_SUPPORT
This was made opt-in in 0.15.6 so we need to define it now.

Co-authored-by: Pāvels Nadtočajevs <7645683+bruvzg@users.noreply.github.com>
2025-02-12 19:05:28 +01:00
Fredia Huya-Kouadio 8ed8b4a89d Bump the version of the openxr vendors plugin dependency 2025-02-12 09:51:07 -08:00
Agustín Marsero 2ba64a57c5 Fix Global Class names cache not saved with upgrade to 4.4.
Co-authored-by: Hilderin <81109165+Hilderin@users.noreply.github.com>
2025-02-12 18:33:38 +01:00
kobewi 842421ea61 Prevent errors when Line2D has 0 length 2025-02-12 17:43:53 +01:00
Jānis Kiršteins 0e266b0099 [iOS] Sync the boot splash and the launch screen image scale modes 2025-02-12 17:41:18 +01:00
kobewi 286d3ae415 Fix inspector follow focus when child is focused 2025-02-12 17:16:44 +01:00
Haoyu Qiu 9fbceb79eb Document the valid range of tile coordinates in TileMapLayer 2025-02-13 00:10:10 +08:00
Hugo Locurcio 4905d033e5 Fix dead links across the class reference
This was found using lychee, which is being set up in godot-docs' CI.
2025-02-12 16:03:06 +01:00
Rémi Verschelde 7c4f2b6588 EditorHelpBit: Workaround crash renaming named class inheriting @tool class
This only addresses the symptom, not the root cause of the problem.

In the MRP of the linked issue, the parent class seems to not be found in DocData
after renaming its child class, which seems weird. Force opening the docs of the
parent class can work it around, so we seem to have inconsistent state.

Changed the same code in EditorHelp for good measure.

Fixes #102718.
2025-02-12 15:59:57 +01:00
kleonc 03bc116f6d Show enum property invalid value in inspector 2025-02-12 14:31:56 +01:00
Bernat Arlandis 00fb5c4df5 Crop image when doing color space conversion 2025-02-12 13:08:05 +01:00
smix8 98f5305d4b Fix NavBase properties not requesting sync
Fixes that setters of NavBase properties never made the link or region dirty and requested a sync.
2025-02-12 12:16:53 +01:00
Aaron Franke 4d75c92225 VariantParser: Fix reading negated identifiers, replace inf_neg with -inf 2025-02-12 02:40:38 -08:00
Rémi Verschelde f418603522 Merge pull request #102749 from timothyqiu/tree-buttons-offset
Fix TreeItem button tooltip trigger area offset
2025-02-12 11:21:15 +01:00
Rémi Verschelde 2fd6c635d5 Merge pull request #102744 from Hilderin/fix-floating-window-freeze-when-moving
Fix Game and editor freeze when clicking on the game's title bar
2025-02-12 11:21:11 +01:00
Rémi Verschelde 800b63a99b Merge pull request #102738 from Giganzo/tree-filter-select
Fix tree selecting hidden items
2025-02-12 11:21:08 +01:00
Rémi Verschelde c6b6278cbe Merge pull request #102737 from KoBeWi/uids_are_creeping_everywhere
Store `_custom_type_script` meta as String
2025-02-12 11:21:04 +01:00
Rémi Verschelde bd87c3a76b Merge pull request #102247 from Hilderin/fix-embedded-game-modal-dialog
Fix Modal Dialog with Embedded Game
2025-02-12 11:21:01 +01:00
Rémi Verschelde 622344b47d Merge pull request #99810 from hakro/toggle_skeleton
Style skeleton button on import screen
2025-02-12 11:20:56 +01:00
Haoyu Qiu 387d0e7100 Fix TreeItem button tooltip trigger area offset 2025-02-12 14:26:13 +08:00
Innaias eb99adb11b Added warning line highlight 2025-02-11 18:59:28 -08:00
Hilderin e9fef1c833 Fix Game and editor freeze when clicking on the game's title bar 2025-02-11 21:41:03 -05:00
Hugo Locurcio e05f0a45f6 Improve documentation on forcing right-to-left layout in Control 2025-02-12 02:20:31 +01:00
kobewi 38d0e82a35 Store _custom_type_script meta as String 2025-02-12 01:22:09 +01:00