Commit Graph

19153 Commits

Author SHA1 Message Date
Michael Alexsander
aea559b39a Allow to compile the engine without XR support 2025-02-25 17:07:21 -03:00
Rémi Verschelde
cc7a951140 Merge pull request #103266 from KoBeWi/l8ter_m8
Load docks layout after their position is initialized
2025-02-25 15:28:14 +01:00
kobewi
7aec67f1f1 Load docks layout after their position is initialized 2025-02-25 00:12:19 +01:00
Pāvels Nadtočajevs
ab717497ef [Windows] Offload RenderingDevice creation test to subprocess. 2025-02-24 19:40:10 +02:00
Fabio Alessandrelli
fe84b84b51 [mbedTLS] Enable TLS 1.3 negotiation by default 2025-02-24 14:04:09 +01:00
Giganzo
b8c251f704 Fix invisible ItemList cursor in edito theme 2025-02-24 04:24:43 +01:00
matheusmdx
110a29853b Minor adjusts in the 'Show in Filesystem' code in SpriteFrames editor 2025-02-23 17:20:13 -03:00
Rémi Verschelde
37f9e427aa Merge pull request #103143 from PhairZ/plugin-icons
Fix plugin icons not displayed
2025-02-23 12:13:06 +01:00
Rémi Verschelde
b99a971654 Merge pull request #103120 from lyuma/fix_translation_uid_hash
CSV import: Generate positve UID for .translation and follow renames
2025-02-23 12:12:58 +01:00
Rémi Verschelde
ba47acab0a Merge pull request #103105 from Hilderin/fix-embedded-game-window-first-startup-location-size
Fix Embedded Game window wrong first startup location and size
2025-02-23 12:12:51 +01:00
Rémi Verschelde
05c56e8393 Merge pull request #103052 from Hilderin/fix-embedded-game-mouse-over-not-focused-windows
Fix Embedded Game does not focus when mouse over on Windows
2025-02-23 12:12:47 +01:00
Lyuma
f2ad4303aa csv import: generate positve UID for .translation and follow renames
Mask with INT64_MAX to avoid negative UIDs which cause bugs.
If the generated .translation UID is already in use (renamed), overwrite that file instead.
2025-02-22 01:08:48 -08:00
PhairZ
16b7459cda fix plugin icons not displayed 2025-02-22 04:40:52 +02:00
kobewi
817815b2b8 Avoid some excessive edits of resources 2025-02-21 16:14:07 +01:00
Rémi Verschelde
394508d26d i18n: Sync translations with Weblate 2025-02-21 10:07:12 +01:00
Hilderin
068d40a5a9 Fix Embedded Game window wrong first startup location and size 2025-02-20 20:24:12 -05:00
Hilderin
c7bc322bf6 Fix Embedded Game does not focus when mouse over on Windows 2025-02-20 16:28:18 -05:00
Rémi Verschelde
fe799deee0 Merge pull request #103050 from matheusmdx/fix-show-in-filesystem-crash
Don't show `Show in Filesystem` Popup for empty frames in `SpriteFrames` editor
2025-02-20 16:51:57 +01:00
Rémi Verschelde
fd446dcbe3 Merge pull request #102922 from KoBeWi/haunted_converter
Remove non-existent IPUnix conversion
2025-02-20 16:51:48 +01:00
matheusmdx
63f7e4d16e Don't show 'show in files' popup for empty frames 2025-02-19 19:25:28 -03:00
A Thousand Ships
fec3d9e68c [Editor] Fix return of EditorTranslationParserPlugin._parse_file
Merged `_get_comments` into `_parse_file` and changed to using a
returned `Array[PackedStringArray]` instead.
2025-02-19 20:11:24 +01:00
kobewi
e2a6d53419 Increase size of Offset field in audio import dialog 2025-02-19 10:52:39 +01:00
Thaddeus Crews
93b6a17689 Merge pull request #102978 from Hilderin/fix-embedded-game-over-expanded-bottom-panel-simple-version
Fix Embedded Game over expanded bottom panel, by resetting expanded bottom panel on Play
2025-02-18 20:47:52 -06:00
Hilderin
136c4c64a0 Fix Embedded Game over expanded bottom panel - Simple version 2025-02-18 17:55:47 -05:00
erodozer
e48fea73e6 Support multi part extensions in import plugins 2025-02-18 13:19:05 -05:00
Thaddeus Crews
7e5baa0426 Style: Enforce trailing newlines on svgs 2025-02-18 11:02:45 -06:00
Thaddeus Crews
24dccd40c1 Merge pull request #99479 from Sauermann/fix-remove-project-conversion
Remove temporary project conversion
2025-02-18 07:55:56 -06:00
Kasper Arnklit Frandsen
03812fde8a Add emission shape gizmos to Particles2D 2025-02-18 11:29:29 +00:00
arkology
77df31bc12 Add tooltip for StyleBoxPreview grid button 2025-02-17 16:08:19 +03:00
shahriarlabib000
adfa7a733e update scene name on save as 2025-02-17 16:32:48 +06:00
Michael Alexsander
2569416881 Add option to copy a file's name in the FileSystem dock 2025-02-16 20:05:22 -03:00
kobewi
8f1adbf38c Remove non-existent IPUnix conversion 2025-02-16 18:32:30 +01:00
kobewi
00d8f5f70c Ask before restarting project from settings 2025-02-16 15:00:51 +01:00
Jayden Sipe
6b257364bd Fix deleting every empty theme override 2025-02-15 23:34:02 -05: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
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
Pāvels Nadtočajevs
b3c0eaeeb8 Add editor setting to override tablet driver. 2025-02-15 23:16:58 +02:00
kobewi
012d47b089 Allow exporting variables of type Variant 2025-02-15 18:00:55 +01:00
Giganzo
5dabc360ae Fix Inspector animation key button sizing 2025-02-15 12:27:57 +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
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
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
Hilderin
d9f653988f Fix Game Embedding Not Available message on Wayland 2025-02-14 09:09:38 -05: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
25a3b38a83 Merge pull request #102813 from hpvb/fix-102108
Don't mark cached previously pinned AnimationMixers
2025-02-13 23:35:18 +01:00
Rémi Verschelde
23634b52e1 Merge pull request #102811 from KoBeWi/LSD
Fix modified time when LSP reload script
2025-02-13 23:35:15 +01:00