风青山
72ad4a2f36
Make EditorProperty and its child EditorProperties behave more like sibling nodes
...
Let `EditorProperty::gui_input()` no longer handle mouse events that
occur in the child EditorProperty rect.
(cherry picked from commit 62aa4a6f9ebc47a95fdf3b987e253f2eff874a5a)
2025-03-18 14:06:16 +01:00
风青山
ba27815166
Revert "Fix inspector jumping when gaining focus"
...
This reverts commit 9226424401 .
(cherry picked from commit d0437d5052092aca46e511e6a26042634326b113)
2025-03-18 14:06:15 +01:00
风青山
f0e7fa783e
Revert "Fix inspector follow focus when child is focused"
...
This reverts commit 286d3ae415 .
(cherry picked from commit a375e77b85700f8da8547f9580296e17b376ae3a)
2025-03-18 14:06:15 +01:00
arkology
63eb2b06d6
Fix Node dock broken right after opening project
...
(cherry picked from commit a4e35f1e769d252c86d0585c9b4eee9a21198ba3)
2025-03-18 14:06:15 +01:00
kobewi
d4b7f06383
Create .uid files for detected new files
...
(cherry picked from commit 38ecaec5f9f8bc2217397b867d6ac8f3059ef17e)
2025-03-18 14:06:15 +01:00
kobewi
3de32375c3
Fix Android build template message translation
...
(cherry picked from commit db64674a568d072cab61c59bd036c68624517a55)
2025-03-18 14:06:15 +01:00
Rémi Verschelde
daa4b058ee
i18n: Sync translations with Weblate
2025-03-14 01:11:51 +01:00
Pāvels Nadtočajevs
11c7d225fa
[ResourceLoader] Do not wait for the main thread during initial reimport.
...
(cherry picked from commit 16865b69178f0c653dac07c3713a6088e508e966)
2025-03-14 00:19:34 +01:00
Etherealxx
757173e0e2
Add "Go Online" button on Export Template Manager
...
Godot 4.4 introduces network mode, which by default sets to offline.
Some features are disabled on offline mode, including downloading export
templates. Newcomers to the engine that has no knowledge about the network
mode might be confused on why the Export Template Manager tells them that
they're offline, despite them having internet connection.
This commit introduces a message that tells the user that online mode is
required, and a link button that user can click to enable online mode from
the Export Template Manager popup UI. Some code changes also made to make
sure that the button and message only shows on official build only.
(cherry picked from commit 9cbfeff940cf131376d2c5c6f2916caf8865b23a)
2025-03-14 00:17:17 +01:00
Rémi Verschelde
cc77c02d47
Merge pull request #104019 from akien-mga/4.4-cherrypicks
...
[4.4] Cherry-picks for the 4.4 branch (future 4.4.1) - 1st batch
2025-03-12 23:42:16 +01:00
ydeltastar
be074cc17b
Fix debugger's memory leak when project closes itself
...
(cherry picked from commit ddb94b9e9d9e6ea5632df863d3f023f678ad1f5c)
2025-03-12 23:16:36 +01:00
Haoyu Qiu
2f90dfef65
Add missing ETR/TTR markups
...
(cherry picked from commit a7c1f2730f9ac6891069f1af08b0b564c401b9e9)
2025-03-12 23:16:21 +01:00
Haoyu Qiu
4b77d8520b
ScriptEditor: Disable auto translation of the filename label
...
(cherry picked from commit f329439249b28e11d6ddab08fccc755a2535aadc)
2025-03-12 23:16:10 +01:00
AeioMuch
c1563b6500
Fix ownership when pasting non root with child nodes
...
(cherry picked from commit 8d39e4b14ee8c4bf0cfcab4f608c82d47e82858e)
2025-03-12 23:15:47 +01:00
Sébastien Dunne Fulmer
34e97c2b65
Fix a segfault in ConnectDialog if the destination node does not exist
...
(cherry picked from commit ed108fc9939a1246a028679e764cacb6d5498306)
2025-03-12 23:02:28 +01:00
Adam Scott
d1f77a5d57
Update UID upgrade tool dialog message
2025-03-12 10:56:28 -04:00
TrueJole
f388b5f3af
Use text_overrun for project export errors
...
(cherry picked from commit 555caeaecc1315843a30aa1466b6de1f47cb397c)
2025-03-12 14:59:04 +01:00
dugramen
374e04f101
fix vbox separation in sections with PROPERTY_USAGE_ARRAY
...
(cherry picked from commit 4952e078e49b3714ffc49b9bfa12d606438a6598)
2025-03-12 14:59:04 +01:00
Marc Garcia Puig
f115cd260d
Disabled depth test for line and handle materials
...
(cherry picked from commit 57d8ef5d2343c669715798345a84d32d91bc0c4c)
2025-03-12 14:59:04 +01:00
Haoyu Qiu
57b5500525
Fix some i18n issues in visual shader editor
...
(cherry picked from commit ef4636ac5966e1ad4ee351f1ea58ca80960b460d)
2025-03-12 14:59:04 +01:00
arkology
7b8c74aaa1
Restore "Show in File Manager" button functionality in ProjectManager
...
- now "Show in File Manager" button is invisible on Android and web (as it should be) when project path is valid.
- tooltip is visible again.
(cherry picked from commit 92c6920272e307d4097517f902429b210ae46c26)
2025-03-12 14:59:04 +01:00
kobewi
14992b1341
Update script modified times when saved in EditorNode
...
(cherry picked from commit dade8bd66fedda9c35ab17146c31861d772c97cd)
2025-03-12 14:59:02 +01:00
Hilderin
ccb325f0bc
Fix headless import always emits errors
...
(cherry picked from commit dba92c9354c283adcac58408b6ed120a83d93ff1)
2025-03-12 14:59:02 +01:00
Haoyu Qiu
b3caec15f5
Set editor's translation domain at root node
...
(cherry picked from commit 7c8f81f1d07761230ff0471553111f9c2dba8daa)
2025-03-12 14:58:58 +01:00
Rémi Verschelde
fad2e6ded9
i18n: Sync translations with Weblate
2025-03-02 23:23:52 +01:00
Rémi Verschelde
dc128dddb6
Merge pull request #103467 from KoBeWi/the_script_you_are_looking_for_is_no_longer_here
...
Validate custom type script before loading it
2025-03-02 22:08:21 +01:00
Rémi Verschelde
d57296f850
Merge pull request #103439 from Hilderin/fix-autoloaded-scene-loses-built-in-script-when-upgrading-to-4.4
...
Fix autoloaded scene loses their built-in script when upgrading to 4.4
2025-03-02 22:08:18 +01:00
kobewi
cc2649acdb
Validate custom type script before loading it
2025-03-02 14:55:30 +01:00
Hilderin
0c9caccb33
Fix invalid startup embedded game location and size after resizing editor main area
2025-03-02 06:22:02 -05:00
Hilderin
847c2577ab
Fix autoloaded scene loses their built-in script when upgrading from 4.3 to 4.4
2025-03-01 12:33:14 -05:00
Rémi Verschelde
bc0d58b07e
i18n: Sync translations with Weblate
2025-02-26 00:05:03 +01: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
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
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
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