Aaron Franke
f3e76a5397
Fix GLTF light import
2021-09-26 21:57:25 -05:00
Rémi Verschelde
8138280d20
Merge pull request #53091 from AnilBK/merge-duplicates
2021-09-27 00:09:32 +02:00
Rémi Verschelde
3221fb4618
Merge pull request #52979 from jmb462/fix-lineedit-double-clic-selection
2021-09-27 00:08:20 +02:00
jmb462
3f0fe0b8a3
Fix LineEdit and TextEdit double-click and triple-click selection
2021-09-26 19:56:48 +02:00
Rémi Verschelde
73668c59aa
Merge pull request #52824 from e8newallm/52680
...
Updated Tabs to not update excessively
2021-09-26 19:35:58 +02:00
kobewi
a402bf0ea4
Fix tile size property
2021-09-26 19:32:30 +02:00
zacryol
9359bee75c
Fix typo with example variable name in Dictionary docs, and fix error in C# example
2021-09-26 11:16:55 -06:00
Matthew Newall
082f924566
Updated Tabs to not update excessively
2021-09-26 17:05:44 +00:00
Anilforextra
41e43e0959
Merge duplicate branch conditions to one.
...
Use SWAP template for swapping values.
2021-09-26 21:18:15 +05:45
floppyhammer
53efc55409
Fix minimum size of TreeItem
2021-09-26 17:02:54 +08:00
Rémi Verschelde
84faf39544
Merge pull request #53078 from YeldhamDev/debugger_style_fix
...
Fix error when opening multiple debugger sessions
2021-09-26 08:42:41 +02:00
Rémi Verschelde
79e33f8b71
Merge pull request #53058 from LATRio/52191
...
check if 'shortcut' in InputEventShortcut is valid
2021-09-26 08:38:12 +02:00
Michael Alexsander
1363fe3892
Fix error when opening multiple debugger sessions
2021-09-26 02:41:11 -03:00
LATRio
eae7f1c1ae
validate 'shortcut' in InputEventShortcut
2021-09-26 11:06:16 +09:00
CaptainProton42
1731030b3c
Fix GPUParticles3D local_coords
2021-09-26 00:30:37 +02:00
CaptainProton42
dd70daafba
Fix GPUParticles3D generate AABB
2021-09-26 00:30:37 +02:00
Rémi Verschelde
c7f67daccd
Merge pull request #52855 from Calinou/engine-editor-hint-getter-only
2021-09-25 22:09:51 +02:00
Rémi Verschelde
1858c9273d
Merge pull request #53070 from Razoric480/apply-edit-fix-40
2021-09-25 21:44:41 +02:00
Francois Belair
044daf9b8d
Remove duplicate WorkspaceEdit from LSP
2021-09-25 15:17:19 -04:00
Rémi Verschelde
14dcb97556
Merge pull request #50378 from Razoric480/apply-edit-40
2021-09-25 20:43:17 +02:00
Michael Alexsander
e84861d596
Make some buttons in editor use the lighter version of the TabMenu icon
2021-09-25 15:30:11 -03:00
Rémi Verschelde
ff2f1f54a9
Merge pull request #53056 from LATRio/53004
2021-09-25 17:06:52 +02:00
LATRio
1b55d72c68
fix out of bounds crash in GPUParticle3D::_skinning_changed()
2021-09-25 23:06:32 +09:00
Rémi Verschelde
9013771b53
Merge pull request #51518 from Calinou/doc-network-android-permission
2021-09-25 15:36:18 +02:00
Rémi Verschelde
a5332ca9ea
Merge pull request #36910 from Calinou/add-script-nav-extra-mouse-button
...
Add history navigation in the script editor using extra mouse buttons
2021-09-25 15:33:51 +02:00
LATRio
97c68514c4
Use Callable in Thread::start
2021-09-25 22:07:13 +09:00
Hugo Locurcio
3143e7df69
Add history navigation in the script editor using extra mouse buttons
...
This feature is enabled by default, but it can be disabled in the editor
settings in case it interferes with other uses of the extra buttons
(such as push-to-talk in a VoIP program).
2021-09-25 13:33:07 +02:00
Hugo Locurcio
7a62bd1e44
Document Android permission requirements for network access where needed
2021-09-25 12:32:46 +02:00
Rémi Verschelde
9293c76636
Merge pull request #53049 from AnilBK/dont-construct-2
2021-09-25 12:26:08 +02:00
Anilforextra
cdd912c48e
Construct values only when necessary.
2021-09-25 14:46:45 +05:45
Rémi Verschelde
9c13e9152f
Merge pull request #53038 from pycbouh/tree-fix-folding-arrow-with-margin
...
Correctly calculate position of the folding arrow in `Tree`
2021-09-25 09:13:34 +02:00
Yuri Sizov
67db227f86
Add usability notes to ColorPicker and ColorPickerButton descriptions
...
Co-authored-by: follower <follower@rancidbacon.com>
2021-09-25 02:21:31 +03:00
Rémi Verschelde
de917008fd
Merge pull request #53024 from kleonc/texture-preview-updating
2021-09-25 01:17:24 +02:00
Yuri Sizov
873443756d
Correctly calculate position of the folding arrow in Tree
2021-09-25 02:01:14 +03:00
Rémi Verschelde
994c1201c1
Merge pull request #52996 from YeldhamDev/im_the_invisible_tab
2021-09-25 00:11:51 +02:00
Rémi Verschelde
0abe464162
Merge pull request #52849 from KoBeWi/know_no_binds
2021-09-25 00:10:56 +02:00
Rémi Verschelde
442c65f359
Merge pull request #53034 from CaptainProton42/fix-multimesh-populate-surface
2021-09-25 00:10:14 +02:00
kleonc
1a3d53c008
TexturePreview Update text when texture is being changed
2021-09-25 00:10:12 +02:00
Rémi Verschelde
d395dbae26
Merge pull request #53036 from CaptainProton42/fix-gpuparticles3d-emission-points-from-node
2021-09-25 00:06:55 +02:00
John Wigg
ed5f6cc351
Fix GPUParticle3D emission point generation
...
`emission_point_texture` is now correctly created from an image containing the emission points.
2021-09-24 23:11:10 +02:00
Rémi Verschelde
46cc0af5c5
Merge pull request #53009 from Chaosus/fix_completion_results
2021-09-24 21:42:38 +02:00
Rémi Verschelde
8b279541b2
Merge pull request #52987 from Calinou/editor-debugger-color-error-warning-lines
2021-09-24 21:41:51 +02:00
John Wigg
ccf05aeb9a
Fix Face3::get_random_point_inside()
...
Use correct overload of Math::random(from, to) to return floating point values within the correct range.
2021-09-24 21:41:17 +02:00
Rémi Verschelde
01d505e507
Merge pull request #52993 from YeldhamDev/tabs_rename_fix
2021-09-24 21:40:23 +02:00
Fabio Alessandrelli
2d810e8cd9
[Net/Docs] Update extensions documentation.
2021-09-24 21:23:43 +02:00
Fabio Alessandrelli
ead6d10715
[Net/GDNative] Remove GDNative network bits.
2021-09-24 21:23:43 +02:00
Fabio Alessandrelli
6cb81543d4
[Net] Expose WebRTC classes to extensions.
2021-09-24 21:23:43 +02:00
Rémi Verschelde
89c718c58b
Merge pull request #44352 from KoBeWi/ItemList 🔥 🔥 🔥 🔥 🔥
...
Add Delete All button to ItemList editor
2021-09-24 20:46:42 +02:00
Fabio Alessandrelli
25226329be
[Net] MultiplayerPeer cleanup, defaults.
2021-09-24 18:40:39 +02:00
Fabio Alessandrelli
7c81ce43ec
[Net] Bind Multiplayer to GDExtension.
2021-09-24 18:40:39 +02:00