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
Fabio Alessandrelli
5f61b2c797
[Net] StreamPeer GDExtension.
2021-09-24 18:40:39 +02:00
Fabio Alessandrelli
b9e6cc8f4f
[Net] Enable PacketPeer native extensions.
2021-09-24 18:40:39 +02:00
kobewi
7bf5fc709e
Remove binds from Signal.connect
2021-09-24 17:07:33 +02:00
Michael Alexsander
edf3d225ce
Fix tab renaming not updating its size in Tabs
2021-09-24 10:44:04 -03:00
Yuri Roubinsky
e70a0d950a
Fix incorrect offsets of tooltip content in CodeEdit
...
Fix incorrect offsets of tooltip content in `CodeEdit`
2021-09-24 16:33:39 +03:00
kobewi
f7e152b001
Add Delete All button to ItemList editor
2021-09-24 14:56:46 +02:00
Rémi Verschelde
53306cb79a
Merge pull request #50165 from KoBeWi/take_it_easing
2021-09-24 14:28:59 +02:00
kobewi
11e7963a14
Refactor and move easing equations
2021-09-24 13:47:13 +02:00
Rémi Verschelde
5e4a71200e
Merge pull request #53003 from KoBeWi/tween_0()
2021-09-24 13:21:55 +02:00
Rémi Verschelde
32ab77ef8f
Merge pull request #52430 from AnilBK/vector2-replacements
2021-09-24 13:04:42 +02:00
kobewi
5c1195e456
Add a special case for 0-time interpolations
2021-09-24 13:02:49 +02:00
Rémi Verschelde
b8a6eb6d9b
Merge pull request #38414 from theoway/Fix-GraphNode_offset_update
2021-09-24 13:01:20 +02:00
Rémi Verschelde
252ae43737
Update AUTHORS and DONORS list
...
New contributors added to AUTHORS:
@AnilBK, @Jummit
Thanks to all contributors and donors for making Godot possible!
2021-09-24 12:27:02 +02:00
Rémi Verschelde
fb4fadfd1e
Merge pull request #52967 from danger-dan/dev_vehicle_sleep_fix
2021-09-24 11:47:15 +02:00
Rémi Verschelde
d267777936
Merge pull request #52939 from bruvzg/remove_v_kern
2021-09-24 11:46:40 +02:00
Yuri Roubinsky
4e0552a4ff
Add selection getter methods to LineEdit
2021-09-24 11:30:58 +03:00
Rémi Verschelde
10801b90f9
Merge pull request #52994 from YeldhamDev/dock_popup_arrow_fix
2021-09-24 08:49:45 +02:00
Rémi Verschelde
cc23d6d270
Merge pull request #52988 from Calinou/remove-pragma-once
...
Replace `#pragma once` by traditional include guards for consistency
2021-09-24 08:28:00 +02:00
Daniel
e8efe621d5
Added set_active(true) to all body direct state force apply/impulses. #52915
2021-09-24 17:22:51 +12:00
Michael Alexsander
7ce02b642e
Expose TabContainer
's tab hidding for scripts
2021-09-24 01:26:59 -03:00
Hugo Locurcio
6def32d643
Replace #pragma once
by traditional include guards for consistency
...
`#pragma once` was used in a few files, yet we settled on using
traditional include guards instead.
The PooledList template comment was also moved to allow editors
such as Visual Studio Code to display the comment when hovering
PooledList.
`app.h` was renamed to `app_uwp.h` to be less generic for the
include guard.
2021-09-24 02:33:15 +02:00
Michael Alexsander
f289b13b6b
Fix arrow pointing in the wrong direction in the Dock Position popup
2021-09-23 21:32:48 -03:00
Hugo Locurcio
cae492562b
Color error and warning lines in the editor debugger's Errors panel
...
This improves readability when some errors/warnings are unfolded,
as their stack traces will keep their original colors.
2021-09-24 01:15:36 +02:00
Rémi Verschelde
e92064fbef
Merge pull request #52924 from David1Socha/expose_import_keep_when_multiple_selected
2021-09-24 01:14:59 +02:00
David Socha
ec9f9f72e2
export "Keep" import option when multiple files are selected
...
Co-Authored-By: Rémi Verschelde <rverschelde@gmail.com>
2021-09-23 16:48:32 -05:00
Rémi Verschelde
01f692c173
Merge pull request #52790 from AnilBK/dont-construct
2021-09-23 19:44:19 +02:00
Anilforextra
cc51b045da
Construct values only when necessary.
2021-09-23 22:26:07 +05:45
Rémi Verschelde
2ec1152b0f
Merge pull request #52539 from groud/implement_animated_tiles
2021-09-23 18:06:41 +02:00
Gilles Roudière
f9e6329496
Implement animated tiles
2021-09-23 17:24:37 +02:00
Rémi Verschelde
8c8feb3ebd
Merge pull request #52946 from Faless/ext/construct_extended
2021-09-23 16:09:53 +02:00
Selgesel
5d1d9f23de
Release pressed events when the window is blurred on HTML5 platform
2021-09-23 16:44:31 +03:00
Rémi Verschelde
88b347dc27
Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-some-functions
2021-09-23 13:14:20 +02:00