Kyle
e168baf433
Remove extra separator
...
Removes an extra separator when Scene Tree Editing is disabled. Discussed in #48518
2021-05-06 17:37:12 -04:00
Rémi Verschelde
a33a8f1e29
Merge pull request #48518 from likeich/scene_dock_bug
...
Fixed cut/copy/paste visibility
2021-05-06 22:34:15 +02:00
Kyle
10d5d4d3cd
Fixed cut/copy/paste visibility
...
Fixes #48514 by moving the visibility of these buttons into their own if statement that depends on if scene tree editing is allowed. Previously it was under the script editing setting which is unexpected as it works with nodes and the scene tree.
2021-05-06 16:01:36 -04:00
Rémi Verschelde
ae2359fc1f
Merge pull request #47776 from Razoric480/foreport
...
Implement LSP didDeleteFiles & make parser aware of sub-nodes
2021-05-06 20:46:18 +02:00
Rémi Verschelde
01f80201bf
Merge pull request #38645 from KoBeWi/FMR
...
Add filter, map and reduce to Array
2021-05-06 20:44:01 +02:00
Rémi Verschelde
ee4ef9709d
Merge pull request #46714 from HaSa1002/fix-gdscript-underscore-strict
...
Fix GDScript Tokenizer being very strict about the number of underscores
2021-05-06 20:19:45 +02:00
Rémi Verschelde
6e621441ca
Merge pull request #45607 from Calinou/improve-editor-theme
...
Improve the editor theme
2021-05-06 16:45:07 +02:00
Rémi Verschelde
7b8a864211
Merge pull request #48501 from Faless/js/4.x_http_client_chunk
...
[HTML5] Use 64KiB chunk size in JS HTTPClient.
2021-05-06 14:44:19 +02:00
Fabio Alessandrelli
6243835619
[HTML5] Use 64KiB chunk size in JS HTTPClient.
...
For consistency with the native one, and the documentation.
2021-05-06 14:00:52 +02:00
Rémi Verschelde
d81ea631d9
Merge pull request #36676 from Calinou/tweak-material-sampling-property-hint
...
Tweak CanvasItem/material sampling property hint for readability
2021-05-06 08:49:51 +02:00
Rémi Verschelde
605e33cf39
Merge pull request #44831 from gongpha/dont-update-tree-if-selected
...
Blocking updating in SceneTreeEditor when an item was selected
2021-05-06 08:45:41 +02:00
Rémi Verschelde
43fe8bf522
Merge pull request #42416 from Calinou/editor-make-function-save-script
2021-05-06 08:42:08 +02:00
Rémi Verschelde
42b07f713f
Merge pull request #37700 from Calinou/rename-ip-unix-tcp-server
...
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
2021-05-06 08:36:30 +02:00
Rémi Verschelde
4fee363d7d
Merge pull request #48495 from EricEzaM/editor-log-fix-startintg-newline
...
Fix blank line at start of Editor Log (reinstate #44909 )
2021-05-06 08:06:15 +02:00
Rémi Verschelde
a5a0fe65df
Merge pull request #48439 from BastiaanOlij/cleanup_vulkan_checks
...
Cleanup vulkan capabilities check and add multiview check
2021-05-06 08:01:17 +02:00
Bastiaan Olij
90ef5d73c4
Cleanup vulkan capabilities check and add multiview check
2021-05-06 12:06:07 +10:00
Hugo Locurcio
cf1e30a2ed
Tweak CanvasItem/material sampling property hints for readability
...
The "Anisotropic" term is abbreviated as spelling it out would cause
the PopupMenu to overflow the editor window when using the default
inspector width.
2021-05-06 03:05:37 +02:00
Hugo Locurcio
3f078c99f6
Rename IP_Unix
, IP_Address
and TCP_Server
to remove underscores
2021-05-06 02:52:01 +02:00
Eric M
1a05cca824
Fix blank line at start of Editor Log (reinstate #44909 )
2021-05-06 09:40:17 +10:00
Hugo Locurcio
0ade686601
Save the current script when adding a new method via signal connection
...
This makes it possible for external editors to pick up the changes.
Most modern editors should reload the file automatically,
but some older/lightweight editors may ask the user instead
(or only warn after trying to save in the external editor).
This closes #41283 .
2021-05-05 23:31:15 +02:00
Rémi Verschelde
758bccf364
Merge pull request #48489 from Calinou/doc-audiostreamplayer
...
Improve the AudioStreamPlayer(2D/3D) class descriptions
2021-05-05 21:02:37 +02:00
Hugo Locurcio
b90adec417
Improve the AudioStreamPlayer(2D/3D) class descriptions
2021-05-05 20:39:36 +02:00
Rémi Verschelde
6fc14e5b31
Merge pull request #48486 from MaxStgs/fix_packeddata_master
...
Add PackedDataContainer data pointer check for non nullable
2021-05-05 19:54:48 +02:00
MaxStgs
d89d7ecd08
Add PackedDataContainer data pointer check for non nullable
2021-05-05 21:17:49 +05:00
Rémi Verschelde
7449d6c752
Merge pull request #48435 from BastiaanOlij/no_repeat_mobile_renderer
...
Remove repeat from forward mobile renderer
2021-05-05 16:19:03 +02:00
Rémi Verschelde
1b33880bc0
Merge pull request #48474 from akien-mga/improve-custom-resource-loader-error
...
Fix error handling for user-defined `ResourceFormatLoader.load`
2021-05-05 16:14:53 +02:00
Tomasz Chabora
c50acc7339
Add filter, map and reduce to Array
2021-05-05 15:54:57 +02:00
Rémi Verschelde
02e96d9748
Fix error handling for user-defined ResourceFormatLoader.load
...
See #48463 .
2021-05-05 15:43:49 +02:00
Rémi Verschelde
e144ff0445
Merge pull request #48315 from nekomatata/expose-physics-debug-shape
...
Expose get_debug_mesh in Shape3D to scripting API
2021-05-05 15:17:36 +02:00
Rémi Verschelde
d1801f976f
Merge pull request #48280 from Calinou/doc-file-open-compressed-godot-only
...
Document that `File.open_compressed()` can only open files saved by Godot
2021-05-05 15:16:23 +02:00
Rémi Verschelde
11931d06ae
Merge pull request #48476 from AndreaCatania/AndreaCatania-patch-4
...
Add env.Depends to modules_enabled.gen.h generator
2021-05-05 13:19:45 +02:00
Andrea Catania
b667e72adf
Add env.Depends to modules_enabled.gen.h generator
...
Sometimes scons doesn't detects that a new module is being added. This commit fix it.
2021-05-05 11:44:29 +02:00
Rémi Verschelde
cb84d33137
Merge pull request #48467 from EricEzaM/editor-settings-shortcut-crash-fix
2021-05-05 11:17:05 +02:00
Rémi Verschelde
8253bd7208
Merge pull request #48471 from TokageItLab/fix-animation-track-editor-undo
...
Fixed broken AnimationTrackEditor's undo in 4.0
2021-05-05 11:16:27 +02:00
Tokage
d459766edd
fix AnimationTrackEditor's undo with correction invalid method name
2021-05-05 14:00:56 +09:00
Eric M
94abb8cc80
Fixed crash in Editor Settings shortcuts UI
2021-05-05 11:33:08 +10:00
Rémi Verschelde
e189ff55a7
Merge pull request #48378 from Calinou/editor-improve-audio-inspector-preview
...
Improve the editor audio preview inspector appearance and functionality
2021-05-04 17:58:28 +02:00
Rémi Verschelde
4dacd22dcf
Merge pull request #47172 from CaptainProton42/fix-3d-scene-preview
...
Fix 3D scene preview generation.
2021-05-04 17:56:44 +02:00
Rémi Verschelde
dfbabcdaeb
Merge pull request #48453 from JFonS/improve_raycast_module_scsub
...
Port changes to the "raycast" module build files from 3.x
2021-05-04 17:55:25 +02:00
jfons
575543ce53
Port changes to the "raycast" module build files from 3.x
2021-05-04 17:21:41 +02:00
Rémi Verschelde
4472eb3e4f
Merge pull request #48451 from EricEzaM/output-log-fixes
...
Fixed issues with Editor Log after recent changes
2021-05-04 16:51:09 +02:00
CaptainProton42
16304aaa3b
Fix 3D scene preview generation.
...
File system dock previews will now be generated for 3D scenes when no
editor feature profile is set.
2021-05-04 16:40:26 +02:00
Eric M
87ffb213c8
Fixed issues with Editor Log after recent changes
...
Fixed #48446 , Fixed #48443
2021-05-05 00:25:14 +10:00
Rémi Verschelde
c26cff7885
Merge pull request #48444 from KoBeWi/editor_bug_slider
...
Fixed wrong mouse position after releasing grabber
2021-05-04 15:31:29 +02:00
Rémi Verschelde
c9e874b62d
Merge pull request #48442 from akien-mga/posmod-int64_t
...
Re-bind posmod, use int64_t instead of int
2021-05-04 15:15:52 +02:00
Rémi Verschelde
ea9cab3e76
Merge pull request #48430 from reduz/add-rpc-to-callable
...
Add RPC support to Callable
2021-05-04 14:07:21 +02:00
kobewi
dcf306f72d
Fixed wrong mouse position after releasing grabber
2021-05-04 14:02:54 +02:00
Rémi Verschelde
e196733e88
Re-bind posmod, use int64_t instead of int
...
Fixes #48420 , fixes #48421 .
The binding was missed when moving GDScript built-in to Global Scope it seems.
Co-authored-by: kleonc <9283098+kleonc@users.noreply.github.com>
2021-05-04 13:25:08 +02:00
Rémi Verschelde
4e7ca279fc
Merge pull request #47855 from aaronfranke/doubleclick
...
Rename `doubleclick` to `double_click`
2021-05-04 13:12:17 +02:00
Rémi Verschelde
56316b27ab
Merge pull request #41321 from EricEzaM/output-log-enhancements
2021-05-04 12:59:02 +02:00