Stijn Hinlopen
b7b8f8645f
Open scene selected from Quick Open dialog.
...
(cherry picked from commit 1ce3a77a42
)
2020-07-24 10:31:56 +02:00
Chistpohe LY
8ef40b9306
bug with Tween.is_active, fixes #39760
...
(cherry picked from commit d60617de10
)
2020-07-24 10:31:56 +02:00
rileylyman
582b4318f8
implement generic filename disambiguation
...
A static function is added to EditorNode which allows for filename
disambiguation given a list of filenames and the corresponding list of
absolute paths for those files. This function is then used to
disambiguate scene and script tabs in the editor.
(cherry picked from commit 4285211f40
)
2020-07-24 10:31:56 +02:00
K. S. Ernest (iFire) Lee
f189d0e1f3
Allow gltf2 morph targets with no default values. Changes for bug 38751
...
(cherry picked from commit 71ae0ff46d
)
2020-07-24 09:37:43 +02:00
Hugo Locurcio
3bdb39bec4
Add a margin to EditorSpinSlider to visually line up the edited number
...
This means clicking on an EditorSpinSlider to edit its value will
no longer cause the number to be visually offset while it's
being edited.
(cherry picked from commit cc615fee5f
)
2020-07-24 09:34:58 +02:00
Rémi Verschelde
bdd1e74869
Merge pull request #40581 from aaronfranke/3.2_docs
...
[3.2] Backport documentation for math types (core and C#)
2020-07-22 09:29:18 +02:00
Aaron Franke
e10a1e078f
[3.2] Add C# XML documentation to core C# math types
2020-07-21 21:22:54 -04:00
Aaron Franke
3ab5183ffa
[3.2] Backport core documentation changes to 3.2
...
Also add AABB.abs()
2020-07-21 21:22:54 -04:00
Rémi Verschelde
af35d0d3c8
Merge pull request #40558 from clayjohn/GLES3-sky-texture
...
Fix OpenGL error when generating radiance
2020-07-21 20:10:25 +02:00
Rémi Verschelde
be30437e07
Merge pull request #40573 from asmaloney/3.2-no-override
...
Remove override keyword from csharp_script.h to fix build errors
2020-07-21 20:09:54 +02:00
clayjohn
2534e28918
Fix OpenGL error when generating radiance
2020-07-21 10:40:49 -07:00
Andy Maloney
502a3d580f
Remove override keyword from csharp_script.h to fix build errors
...
Fixes godotengine/godot#40572
2020-07-21 13:17:58 -04:00
Rémi Verschelde
7b4b83e9dc
Merge pull request #39817 from yrk06/ExposeInertiaTensor
...
Added Rigid Body Method "get_inverse_inertia_tensor"
2020-07-21 16:50:56 +02:00
Rémi Verschelde
b3520ecd1c
Merge pull request #40534 from zaevi/fix_clipboard_crlf_3.2
...
[3.2] fix crlf for clipboard
2020-07-21 16:06:53 +02:00
Rémi Verschelde
470bbee74a
Merge pull request #40559 from clayjohn/3.2-Sprite3D-AABB
...
Pass Sprite3D AABBs to VisualServer
2020-07-21 07:09:09 +02:00
clayjohn
fb4e55bb7a
Pass Sprite3D AABBs to VisualServer
2020-07-20 20:22:12 -07:00
Rémi Verschelde
c79ec3951b
Merge pull request #40492 from RandomShaper/font_avail_chars_3.2
...
Add DynamicFont::get_available_chars() (3.2)
2020-07-20 19:19:22 +02:00
Pedro J. Estébanez
06904ac215
Add DynamicFont::get_available_chars()
2020-07-20 17:45:04 +02:00
Rémi Verschelde
7f62c6a81e
Merge pull request #40490 from madmiraal/fix-40381-3.2
...
[3.2] Use difference in position to check whether motion in Bullet is too close to zero.
2020-07-20 14:53:11 +02:00
Rémi Verschelde
d8aaf0a620
Merge pull request #40523 from clayjohn/3.2-mipmap-nearest
...
Allow nearest neighbor lookup when using mipmaps
2020-07-20 14:47:27 +02:00
Zae
6f2be6b05c
[3.2] fix crlf for clipboard
2020-07-20 15:42:32 +08:00
clayjohn
e5cc4d4f87
Allow nearest neighbor lookup when using mipmaps
2020-07-19 14:44:42 -07:00
Yerik
d09b16512b
Added Method get_inverse_inertia_tensor
2020-07-19 13:51:32 -03:00
Marcel Admiraal
98aabe111f
Use difference in position to check whether motion in Bullet is too close
...
to zero.
2020-07-18 13:20:19 +01:00
Rémi Verschelde
89f57ae122
Merge pull request #40432 from Faless/js/fix_setenv
...
Fix setenv not defined in older emscripten verions.
2020-07-16 10:10:36 +02:00
Fabio Alessandrelli
e7099ed2ea
Fix setenv not defined in older emscripten verions.
2020-07-15 22:21:47 +02:00
Rémi Verschelde
4abebfa476
Merge pull request #40413 from akien-mga/3.2-cherrypicks
...
Cherry-picks for the 3.2 branch (future 3.2.3) - 3rd batch
2020-07-15 15:18:29 +02:00
Rémi Verschelde
2244841729
doc: Sync classref with current source
2020-07-15 12:56:16 +02:00
Hugo Locurcio
e41ab634c6
Mention C# gotchas in Object's dynamic call/set/connect methods
...
This closes #34015 .
(cherry picked from commit 878f03d8e3
)
2020-07-15 12:48:18 +02:00
Emmanuel Leblond
f031e72395
Add missing has_default_value field for signals in api.json
...
(cherry picked from commit 37de4982ca
)
2020-07-15 12:48:18 +02:00
Emmanuel Leblond
8bc44c868e
Correct is_reference attribute in api.json for Reference class
...
(cherry picked from commit b5c80088ce
)
2020-07-15 12:48:18 +02:00
Hugo Locurcio
f7021e57d7
Document VehicleBody3D and VehicleWheel3D limitations
...
These classes have dozens of open bugs and missing features
which may not be fixed anytime soon.
It's probably better to document it upfront at this point.
(cherry picked from commit 0493e7c106
)
2020-07-15 12:48:18 +02:00
Juan Linietsky
ceeb690476
Properly pass safe margin on initialization.
...
Fixes jitter.
(cherry picked from commit 13e0385702
)
2020-07-15 12:48:18 +02:00
Fabio Alessandrelli
67313c681d
Reorganize ENet pactches.
...
(cherry picked from commit 32fbe37ab4
)
2020-07-15 12:48:18 +02:00
Fabio Alessandrelli
18eddfc98d
Funnel refuse_new_connections to Godot ENet.
...
(cherry picked from commit 7ec5c917d1
)
2020-07-15 12:48:18 +02:00
Fabio Alessandrelli
91b2d020a8
Document updated UDPServer interface.
...
(cherry picked from commit 839c7b1ba3
)
2020-07-15 12:48:18 +02:00
Fabio Alessandrelli
468a1c0271
UDPServer handles PacketPeerUDP-client association
...
UDPServer now uses a single socket which is shared with the
PacketPeerUDP it creates and has a new `poll` function to read incoming
packets on that socket and delivers them to the appropriate peer.
PacketPeerUDP created this way never reads from the socket, but are
allowed to write on it using sendto.
This is needed because Windows (unlike Linux/BSD) does not support
packet routing when multiple sockets are bound on the same address/port.
(cherry picked from commit 147bbe2155
)
2020-07-15 12:48:18 +02:00
Rémi Verschelde
a06ee5e763
PO loader: Fix unclosed files and error messages
...
Fixes #40324 .
(cherry picked from commit 47cc202972
)
Also removes empty `p_path` as done in 4857648a16
.
2020-07-15 12:48:18 +02:00
Ryan Roden-Corrent
4677502d7c
Include gdscript warning name in LSP message.
...
My initial attempt changed this in the gdscript code, which resulted in
a duplicate warning name in the builtin editor. We should just append
the warning name in the LSP instead.
This uses parens to match what is shown in the builtin editor.
(cherry picked from commit 8dcc39ec91
)
2020-07-15 12:15:16 +02:00
Ryan Roden-Corrent
f7b994aef8
Revert "Include gdscript warning name in the warning message."
...
This reverts commit de3ad3b30e
.
(cherry picked from commit d92fa3b547
)
2020-07-15 12:15:12 +02:00
Hugo Locurcio
a8188265c2
Disable file logging for the project manager
...
Due to `user://` returning the current working directory when no
project is open, this caused logs to be written to `$HOME`
most of the time.
This closes #40305 .
(cherry picked from commit b89dc6ae00
)
2020-07-15 12:14:51 +02:00
volzhs
cfda32add0
Fix overlappingObjects vector crash
...
use clear_overlaps() instead of clearing overlappingObjects directly
(cherry picked from commit 4e987f5ab9
)
2020-07-15 12:11:31 +02:00
Patrick Dawson
8218170b3c
Avoid overflow when calculating visible_cells
...
(cherry picked from commit 9e28df22a0
)
2020-07-15 12:11:31 +02:00
Jitesh
f6479786c0
change minimum horizontal size from 200 to 240
...
(cherry picked from commit a8905b2a4e
)
2020-07-15 12:11:31 +02:00
Michael Alexsander
e7e022b3ee
Prefer the highlight version of the "GuiTabIcon" icon for buttons, and make their width/height equal
...
(cherry picked from commit 26381265b8
)
2020-07-15 12:11:31 +02:00
Rémi Verschelde
1f7911e019
Merge pull request #40410 from lawnjelly/kessel_force_repeat
...
GLES2 Batching - Fix FORCE_REPEAT not being set properly on npot hardware
2020-07-15 12:11:19 +02:00
lawnjelly
2f983c82c8
GLES2 Batching - Fix FORCE_REPEAT not being set properly on npot hardware
...
On platforms that don't report support for GL_REPEAT for non power of two textures, the FORCE_REPEAT conditional is used instead. However for rect batches, the conditional was being set AFTER binding the shader, which meant it wasn't being activated.
This PR simply shifts setting the conditional to before the shader bind.
2020-07-15 09:28:16 +01:00
Rémi Verschelde
d2be483e96
Merge pull request #40406 from Chaosus/fix_shader_3.2
...
[3.2] Fix some incorrect conversions which lead to crash in shaders
2020-07-15 09:13:41 +02:00
Rémi Verschelde
e452c67476
Merge pull request #40382 from bruvzg/macos_11_window_size_3
...
[macOS, 3.2] Fix window size on macOS Big Sur, use top-left corner as resize origin.
2020-07-15 08:28:05 +02:00
Yuri Roubinsky
ecd54630ef
[3.2] Fix some incorrect conversions which lead to crash in shaders
2020-07-15 06:36:24 +03:00