trollodel
5e8654decb
Make the single window mode check more strict
...
Check the "interface/editor/single_window_mode" editor settings.
(cherry picked from commit 0f6327b59b
)
2023-09-21 15:28:23 +02:00
Spencer Chang
c339abe1aa
Added path to output of missing import texture metadata
...
(cherry picked from commit 57d9e3bb0e
)
2023-09-21 15:14:04 +02:00
jsjtxietian
1238554f05
Use ui_text_submit to confirm and close text prompts
...
Fix press space when enter editor layout name will
confirm and save layout, same in theme editor
(cherry picked from commit ba41910967
)
2023-09-21 15:14:04 +02:00
David Snopek
113cfdfc69
Fix overriding _export_begin, _export_file and _export_end from GDExtension
...
(cherry picked from commit d09843c5ae
)
2023-09-21 15:14:04 +02:00
Hugo Locurcio
2d480eb632
Uncollapse favorites by default in the editor FileSystem dock
...
(cherry picked from commit 075bd4b281
)
2023-09-21 14:57:13 +02:00
A Thousand Ships
c4be3487ca
Make editor camera speed indicator use `m/s` and `m`
...
(cherry picked from commit 8d7a2c615c
)
2023-09-21 14:09:19 +02:00
Yuri Sizov
08bd6ba734
Check the native base of scripts when resolving icons
...
(cherry picked from commit 21c5f86d5d
)
2023-09-21 13:35:31 +02:00
kobewi
a5b59b596f
Don't grab theme icons for scripts
...
(cherry picked from commit 51f92d1100
)
2023-09-21 13:34:46 +02:00
kobewi
ef1d0cda30
Automatically add path to built-in scripts
...
(cherry picked from commit ed6ad376c6
)
2023-09-20 22:44:04 +02:00
Dario
f6f2b0897a
Propagate error correctly when max texture size for lightmaps is too small.
...
Add error handling for BAKE_ERROR_LIGHTMAP_TOO_SMALL, which was previously ignored. Fixes #81453 .
(cherry picked from commit 7dfb854556
)
2023-09-20 22:44:04 +02:00
jsjtxietian
f2b6eda210
Fix a crash when enable a plugin uses `make_mesh_previews`
...
The bug happens when plugin tree is propagating mouse events
(so it is blocked), but EditorProgress's dtor will make main editor
focused and call update_plugins immediately
which will update the blocked tree.
(cherry picked from commit 7e3a762369
)
2023-09-20 22:44:04 +02:00
Hrvoje Varga
8f32e968b8
Fix scene tab close
...
(cherry picked from commit 51923fc528
)
2023-09-20 22:44:03 +02:00
Rindbee
5f46bca824
Fix history mismatch
...
Set the properties of the resource's proxy instead of setting the resource's
properties directly. (For action "Set ...")
Update the path of the edited scene when saving the scene. (For action "Add
atlas source")
(cherry picked from commit 28db5e7649
)
2023-09-20 22:44:03 +02:00
Rémi Verschelde
f2c8eea60e
i18n: Sync translations with Weblate
2023-09-08 12:10:22 +02:00
Markus Sauermann
2d607d7c5c
Include Display Server Type in Copy System Info
...
Add info about X11 or Wayland to System Information on LinuxBSD.
(cherry picked from commit 1712b78e18
)
2023-08-31 20:19:31 +02:00
MewPurPur
2c154348fc
Make Help.svg not look disabled
...
(cherry picked from commit 963a63708e
)
2023-08-31 20:19:31 +02:00
Haoyu Qiu
b0ceeb2341
Hide explicitly specified flag value in Inspector
...
(cherry picked from commit de83b7166c
)
2023-08-31 19:48:16 +02:00
MineBill
4ec566fae2
Set the VoxelGIData path before saving, otherwise the ResourceSave will revert it to an empty String
...
(cherry picked from commit c34d5627fb
)
2023-08-31 19:48:16 +02:00
Rémi Verschelde
7a86ffc034
i18n: Sync translations with Weblate
2023-08-17 13:23:50 +02:00
kobewi
b45e7f0f63
Emit history_changed on merged UndoRedo actions
...
(cherry picked from commit b6bb0d505d
)
2023-07-17 12:05:43 +02:00
WiseNoodle
085b16b1bb
Add missing word to text of the alert dialog
...
(cherry picked from commit d1c70cf7d4
)
2023-07-17 12:05:42 +02:00
stmSi
74efa063cc
Fix: ESC (ui_cancel) not closing FindReplaceBar
...
(cherry picked from commit 7eb517c27f
)
2023-07-17 12:05:42 +02:00
Septian
c1ddd0485b
Fix dragged nodes have icon size
...
(cherry picked from commit 837df886f3
)
2023-07-17 12:05:42 +02:00
Aaron Franke
e3cfc023b4
Improve text in popup warning, remove "upgrade or downgrade" text
...
(cherry picked from commit 95ccbdea4b
)
2023-07-11 12:21:28 +02:00
Aaron Franke
5729e40035
Improve user-friendliness of project version mismatch message
...
(cherry picked from commit 3b8a81d361
)
2023-07-10 18:09:58 +02:00
Aaron Franke
ec6d258db0
Fix property hint class name type string restriction and replace mode
...
(cherry picked from commit 58a65591f5
)
2023-07-10 18:09:58 +02:00
kobewi
a79160ebd2
Collapse bottom panel if there is no active tab
...
(cherry picked from commit 59ae7e2445
)
2023-07-10 18:09:58 +02:00
Emmanouil Papadeas
2f32a3454c
Fix `Camera2D.rotating` not being converted and reversed properly
...
Godot 3's Camera2D `rotating = true` and `rotating = false` are supposed to be converted and reversed to `ignore_rotation = false` and `ignore_rotation = true` respectively, but this wasn't the case before this PR, as the project converted was failing to properly read the `true` and `false` strings, thus resulting in `ignore_rotation = true` in all cases.
(cherry picked from commit 256b99ca40
)
2023-07-10 18:09:58 +02:00
Rémi Verschelde
29b4ee3d97
Change explicit 'Godot 4.0' references to 'Godot 4'
...
Fixes #79276 .
(cherry picked from commit 8a06ec979e
)
2023-07-10 18:09:58 +02:00
RedworkDE
3f334cb144
C#: Fix command line exporting
...
(cherry picked from commit f3f3365abd
)
2023-07-10 17:46:09 +02:00
Yadnesh Kulkarni
09c245fd74
Fixed grid disappearance
...
(cherry picked from commit a8dde286ce
)
2023-07-10 17:46:08 +02:00
Hugo Locurcio
fe8e7a0b22
Use bullet points in shader editor creation dialog
...
This is consistent with the script creation dialog.
(cherry picked from commit bce2985615
)
2023-07-10 17:46:07 +02:00
Dawid Marzec
87b4143f3b
Fix cursor behaviour in Tree while holding CTRL
...
(cherry picked from commit 9abbdea95e
)
2023-07-10 17:26:15 +02:00
Rémi Verschelde
1875ecb776
Project converter: Use same rendering driver as Project Manager
...
Which means by default OpenGL 3, but it can still be overridden from the command line.
Fixes #76303 .
(cherry picked from commit 53c78b2cac
)
2023-07-10 17:26:15 +02:00
jpcerrone
2ba192e803
Fix comments and indentation in .gdshaderinc files
...
Fixes #78205
The handling of comments and indentation in the shader editor
wasn't considering shader include files.
(cherry picked from commit 71b8a9d274
)
2023-07-10 17:26:15 +02:00
MewPurPur
8cefce591a
Improve string printing in the tiledata editor
...
(cherry picked from commit 1649dcad0b
)
2023-07-10 17:26:15 +02:00
MewPurPur
ab14aa9f16
Fix enum tooltip with no description
...
(cherry picked from commit c0453a544d
)
2023-07-10 17:26:15 +02:00
Aaron Franke
4cec4bd32f
Sort project tags before saving
...
(cherry picked from commit d667402461
)
2023-07-10 17:26:15 +02:00
kobewi
ffc87b2bb1
Focus current node after connecting
...
(cherry picked from commit d17c522991
)
2023-07-10 17:26:15 +02:00
mb4c
6018ff49d6
Add tooltip description wrapping in scene tree and plugin settings
...
(cherry picked from commit d007be2d14
)
2023-07-10 17:26:14 +02:00
Alfonso J. Ramos
8cea540eba
Do not change a node unique name to the same name
...
(cherry picked from commit b2bef8c47b
)
2023-07-10 17:26:14 +02:00
bitsawer
f5addd583d
Make shader preprocessor keyword colors consistent
...
(cherry picked from commit a5d6152949
)
2023-07-10 17:26:14 +02:00
ocean (they/them)
a0366f1cea
Fix regression with enum descriptions now showing up in documentation.
...
(cherry picked from commit d48636c3bf
)
2023-07-10 17:26:14 +02:00
kobewi
705c1d6bdf
Fix dropping files from res:// to res://
...
(cherry picked from commit 1d970cd6ca
)
2023-07-10 17:26:14 +02:00
Rindbee
836913ce7a
Make sure the shortcut key respects the context in `TileSetAtlasSourceEditor`
...
(cherry picked from commit fec731bf33
)
2023-07-10 17:26:13 +02:00
Haoyu Qiu
545e37cf77
Translate "No match" message in FindReplaceBar
...
(cherry picked from commit ac454ce2a7
)
2023-07-10 17:26:13 +02:00
RedworkDE
03e82be503
Fix export options of scripted EditorExportPlugins
...
(cherry picked from commit fa84d09542
)
2023-07-10 17:11:22 +02:00
Rémi Verschelde
d28f9afdc6
i18n: Sync translations with Weblate
2023-07-05 16:04:29 +02:00
Yuri Sizov
c16afc1c2d
Merge pull request #79050 from capnm/fix_teststr_what
...
Fix import hints that are followed by dot.number
2023-07-05 15:59:44 +02:00
Martin Capitanio
470083caed
Fix import hints that are followed by dot.number.
...
Fixes #78881 .
2023-07-05 14:49:53 +02:00
kobewi
9379177286
Fix node selection not handled correctly at launch
2023-07-03 14:43:15 +02:00
Rémi Verschelde
16dd4e5725
i18n: Sync translations with Weblate
2023-06-29 13:33:56 +02:00
Rémi Verschelde
b3d1aeea07
Fix missing GDExtension in-editor API reference
...
This commit partially reverts a change in e1ce0340b7
which would prevent from generating API reference for GDExtension APIs.
Fixes #78829 .
2023-06-29 12:48:10 +02:00
kobewi
af01aed643
Fix missing translations in EventListenerLineEdit
2023-06-27 23:08:41 +02:00
Rémi Verschelde
9d089fe6e5
i18n: Sync translations with Weblate
2023-06-26 19:40:50 +02:00
kobewi
08ef3044ee
Fix missing translation in SceneCreateDialog
2023-06-26 19:19:36 +02:00
Rémi Verschelde
d08ba5f3dc
Merge pull request #78670 from KoBeWi/cache_with_full_power
...
Improve script icon cache
2023-06-26 14:56:47 +02:00
kobewi
0458ac4b81
Improve script icon cache
2023-06-26 14:03:21 +02:00
Danil Alexeev
da4590b3f1
Unexpose `DocCache` class
2023-06-24 22:24:54 +03:00
Rémi Verschelde
1ee2697682
Revert "Fix paste value not updated in dictionaries/arrays"
2023-06-24 10:59:35 +02:00
Yuri Sizov
f44b2d7898
Merge pull request #78611 from YuriSizov/editor-cure-for-early-onset-layout-dementia
...
Handle contextual editors gracefully when restoring layout
2023-06-23 17:52:35 +02:00
Rémi Verschelde
46b2619223
Merge pull request #78614 from RandomShaper/disable_doc_cache
...
Disable doc cache temporarily for pre-RC stabilization
2023-06-23 17:23:56 +02:00
Pedro J. Estébanez
7afb9dd275
Disable doc cache temporarily for pre-RC stabilization
2023-06-23 16:40:40 +02:00
Yuri Sizov
f623509086
Handle contextual editors gracefully when restoring layout
2023-06-23 15:46:06 +02:00
Yuri Sizov
8cfbc6bda2
Revert "Remember only permanent bottom tabs"
...
This reverts commit 5dde57e958
.
2023-06-23 15:23:36 +02:00
Rémi Verschelde
9ab388c146
Merge pull request #78609 from KoBeWi/—GodotEngine
...
Unify window title format
2023-06-23 12:36:44 +02:00
kobewi
44bec97d5e
Unify window title format
2023-06-23 12:21:56 +02:00
kobewi
5dde57e958
Remember only permanent bottom tabs
2023-06-23 10:53:39 +02:00
Ninni Pipping
818fe886a3
Bounds fixes in `TextureAtlas` import
2023-06-22 19:20:56 +02:00
Gilles Roudière
bca1f91291
Fixes crash in TileSetAtlasSourceEditor
2023-06-22 15:03:53 +02:00
Yuri Sizov
4fc045e9b5
Merge pull request #76152 from timothyqiu/tile-resize-clamp
...
Fix tile resizing towards atlas boundary
2023-06-21 11:19:24 +02:00
Rémi Verschelde
5285927f51
Merge pull request #78495 from lyuma/import_tracks_single_clip
...
Fix Import Tracks import setting for single clip
2023-06-21 10:19:47 +02:00
Rémi Verschelde
78518be194
Merge pull request #75444 from lpriebe/editor-run-arg-split-fix
...
Prevent quoted args in `editor/main_run_args` from being split at spaces
2023-06-21 10:18:37 +02:00
Rémi Verschelde
9e56f28d0e
Merge pull request #75345 from Rindbee/fix-wrong-description-in-EditorSettings
...
Fix wrong descriptions in EditorSettings
2023-06-21 10:18:09 +02:00
Yuri Sizov
38ae7b58d1
Merge pull request #78350 from ajreckof/you-know-when-you-want-to-search-this-member-you-don't-know-and-then-you-have-the-script-editor-all-over-the-place-now-it-should-not-happen-anymore-hopefully
...
Fix placement and style of the "Make Floating" button
2023-06-21 03:03:19 +02:00
Rindbee
19d77ea90d
Fix wrong descriptions in EditorSettings
...
Fix wrong descriptions about `editors/3d/grid_division_level_max`
and `editors/3d/grid_division_level_min`.
2023-06-21 07:16:30 +08:00
ajreckof
13e65da804
Fix wrong placement of the Make Floating Button.
2023-06-21 01:00:37 +02:00
Lyuma
0d0e8b0a8a
Fix Import Tracks import setting for single clip
2023-06-20 15:49:38 -07:00
Yuri Sizov
ab545ece85
Merge pull request #76398 from spanzeri/insert-key-crash
...
Fix insert key crash with no animation
2023-06-20 20:39:52 +02:00
Yuri Sizov
db08287b18
Merge pull request #78456 from aaronfranke/tex-format-should
...
Check if the required texture format is imported in the export dialog
2023-06-20 20:38:02 +02:00
Aaron Franke
1a70d82606
Check if the required texture format is imported in the export dialog
2023-06-20 10:58:34 -05:00
Samuele Panzeri
4067907074
Fix insert key crash with no animation
2023-06-20 17:39:09 +02:00
Gilles Roudière
94b1bc0d68
Fix TileMap draw preview when switching CI editor tool
2023-06-20 12:12:01 +02:00
Rémi Verschelde
49dedd6ce4
Merge pull request #74567 from Garym3/3-to-4-converter-brace-aggregate-fix
...
Fix braces handling when parsing method arguments on project conversion
2023-06-20 09:19:33 +02:00
Garym3
4aecba68e3
Fix braces handling when parsing method arguments on project conversion
2023-06-20 07:20:35 +02:00
Rémi Verschelde
217a20a8a0
Merge pull request #78448 from akien-mga/black-23.3.0
...
CI: Update static checks to black 23.3.0
2023-06-20 00:05:39 +02:00
Rémi Verschelde
e4deaa2727
Merge pull request #76787 from RedworkDE/avoid-localvector-copy
...
Avoid making unnecessary copies of `LocalVector`
2023-06-20 00:01:55 +02:00
Rémi Verschelde
bfec390026
Merge pull request #76672 from kleonc/scene-tree-item-unify-tooltip-creation
...
Unify setting tooltips for items in `SceneTreeEditor`
2023-06-20 00:01:29 +02:00
Rémi Verschelde
c9c941e339
CI: Update static checks to black 23.3.0
...
And apply it to the codebase, removing empty lines at the start of blocks.
2023-06-19 23:33:02 +02:00
Rémi Verschelde
764193629f
Merge pull request #76179 from Maran23/pause-mode-convert-fix
...
Fix `pause_mode` may not be converted correctly in .tscn files.
2023-06-19 22:34:43 +02:00
Rémi Verschelde
080d471e98
Merge pull request #75200 from Calinou/debugger-editor-settings-add-property-hints
...
Add property hints for debugger/profiler editor settings
2023-06-19 21:39:10 +02:00
Haoyu Qiu
ac36776729
Fix tile resizing towards atlas boundary
2023-06-20 00:36:37 +08:00
Fabio Alessandrelli
7b170d12cf
Merge pull request #75836 from rsubtil/bugfix-dap_windows_path
...
Fix DAP path mismatch on Windows
2023-06-19 16:38:19 +02:00
Rémi Verschelde
cdc68c2887
Merge pull request #71015 from 44zb/fix-error-messages-copied-without-line-breaks
...
Add a line break to error messages in the script editor
2023-06-19 16:33:06 +02:00
Artyom Lunchenkov
613c060e0b
Add a line break to error messages in the script editor
...
Fixes #71002
2023-06-19 15:57:27 +02:00
Rémi Verschelde
58c3f24d96
Merge pull request #78430 from zhhrozhh/scene_tree_draft
...
Skip using increment if nodes are adding to the end of some other node
2023-06-19 15:40:21 +02:00
hzhang
25746716f3
Fix drag-dropping nodes at the end of children list
2023-06-19 20:42:33 +08:00
Rémi Verschelde
cdfaf8a10f
Merge pull request #78418 from brno32/apply-texture-filter-2d-polygon-editor
...
Apply selected texture filter when editing UV
2023-06-19 13:28:36 +02:00
andybarcia
553f4f8dce
Improve error reporting when parsing CSV translation file
...
Fixes #46682 .
Also fix unit test suite to separate generic FileAccess CSV testing
from using CSV as translation. And add more CSV translation tests.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2023-06-19 12:47:44 +02:00
Michael Alexsander
41a75cfa4f
Allow exporting release Android builds without a debug keystore
2023-06-19 01:00:13 -03:00