Mateo Kuruk Miccino
1cba7fb180
GUI: Touch screen button click area now is synced with its draw
2020-05-07 11:04:59 -03:00
Rémi Verschelde
786e55738e
Merge pull request #38527 from lawnjelly/gles3_drawcall_stats
...
GLES3 - add counts for 2d drawcall and 2d items to performance monitor
2020-05-07 13:47:37 +02:00
Rémi Verschelde
4daba9bfc5
doc: Sync classref with current source
2020-05-07 13:47:06 +02:00
Thakee Nathees
1a39b4ea22
method bind TextEdit::set_line() added
...
(cherry picked from commit b9acf1cedf
)
2020-05-07 13:43:43 +02:00
Marcel Admiraal
87de81258d
Make 2D and 3D KinematicBody stop_on_slope documentation the same.
...
(cherry picked from commit da13b74cc8
)
2020-05-07 13:37:19 +02:00
hoontee
159992f663
Fix bug with AudioStreamPlayer3D audio position
...
Applies 0c78a58b64
to `AudioStreamPlayer3D::play`.
(cherry picked from commit 330bd686ab
)
2020-05-07 13:37:06 +02:00
nobuyuki_nyuu
12386a2d80
PopupMenu.get_current_index() bound to ClassDB
...
(cherry picked from commit 35f30086de
)
2020-05-07 13:36:53 +02:00
Rémi Verschelde
e637fe9dd3
clang-format: Add JavaImportGroups for Java code
...
(cherry picked from commit 6038325470
)
2020-05-07 13:36:27 +02:00
Rémi Verschelde
d09036992c
jpgd: Fix detection of SSE2 support with MSVC
...
The previous code would always use SSE2 intrinsics, which is not valid
on UWP ARM platforms (and likely not on some x86 platforms either).
The patch has been submitted upstream too:
https://github.com/richgel999/jpeg-compressor/pull/13
(cherry picked from commit 3806efbaa7
)
2020-05-07 13:33:39 +02:00
lawnjelly
17bb7af425
GLES3 - add counts for 2d drawcall and 2d items to performance monitor
...
This had already been implemented for GLES2 but not GLES3.
2020-05-07 11:31:43 +01:00
Hugo Locurcio
bab595393c
Request the dedicated GPU when starting Godot from the `.desktop` file
...
See <https://www.hadess.net/2020/05/dual-gpu-support-launch-on-discrete-gpu.html >
for more information on this newly added `.desktop` entry property.
(cherry picked from commit b896ca8722
)
2020-05-06 23:31:33 +02:00
Marcel Admiraal
f8b06c8a5c
Fix scale calculation in VHACD Volume::Voxelize().
...
(cherry picked from commit 75553c4f90
)
2020-05-06 23:31:18 +02:00
Stanislav Labzyuk
e3712cf689
Bind set_suffix/get_suffix in Tree
...
(cherry picked from commit ac8814624d
)
2020-05-06 23:31:02 +02:00
follower
90f9f01a2f
Fix suffix property doc typo: "prefix" -> "suffix"
...
(cherry picked from commit ae067413a5
)
2020-05-06 23:30:45 +02:00
Eric M
b7fbdf4bed
Updated editor spin slider to have better behaviour and adjusted control's size_flags_stretch_ratio value range
...
(cherry picked from commit 915ab50673
)
2020-05-06 23:30:28 +02:00
Thakee Nathees
a5a28239a6
Fix: Tween always return true for _get(), _set()
...
(cherry picked from commit 2811268231
)
2020-05-06 23:29:45 +02:00
Fredia Huya-Kouadio
918f5dee23
Address `OS.request_permissions()` bug when non-platform permission(s) is included
...
(cherry picked from commit ef62506e5c
)
2020-05-06 23:29:29 +02:00
Eric M
d744f4a678
Stopped trying to revert to default values when script implementation of property_can_revert exists
...
(cherry picked from commit 27ada5c114
)
2020-05-06 23:29:08 +02:00
Marcel Admiraal
23d473f488
Fix array slicing.
...
(cherry picked from commit 4409f3cc68
)
2020-05-06 23:28:44 +02:00
Rémi Verschelde
7b56111c29
Merge pull request #38503 from lawnjelly/kessel_reorder_bug
...
GLES2 Batching - fix item reordering bug
2020-05-06 14:37:09 +02:00
lawnjelly
bda20edb76
GLES2 Batching - fix item reordering bug
...
There was a bug in the initial logic for item reordering, whereby it would check for overlaps between the mover (item being moved back) and sandwiched items, but there was no check for overlaps between the movee (item moved forward) and the sandwich items. This extra check is now done.
Also a minor addition to the diagnose frame info (godot texture ID).
2020-05-06 12:55:18 +01:00
Rémi Verschelde
4d2c8ba922
Merge pull request #38484 from bruvzg/wintab_32
...
Add support for the WinTab API for pen input. (3.2)
2020-05-05 17:08:46 +02:00
Rémi Verschelde
6d39af42a0
Merge pull request #38477 from Chaosus/vs_canvas_input_fixes
...
(3.2) Some fixes for canvas item visual shader inputs
2020-05-05 16:38:50 +02:00
Rémi Verschelde
d9ea1af85d
Update DONORS list
...
(cherry picked from commit 28e9a78859
)
2020-05-05 16:25:18 +02:00
Rémi Verschelde
00b5663782
i18n: Sync translations with Weblate
2020-05-05 16:05:12 +02:00
bruvzg
78266c09c4
Add support for the WinTab API for pen input. (3.2)
2020-05-05 14:56:02 +03:00
simpuid
92964c5889
Changed default for p_validate_certs to true.
...
Fixes #37084
(cherry picked from commit 2584eb9c69
)
2020-05-05 13:41:40 +02:00
HaSa1002
caadd761f2
Priorize Embedded PCKs on loading
...
If existing, embedded PCKs are loaded before the pcks the engine might
find next to it.
Fixes #37568
(cherry picked from commit fba98950c7
)
2020-05-05 13:41:29 +02:00
bruvzg
da2ca9e22a
[Linux/Windows] Set pressure to 1.0f when primary button is pressed and device is not pressure sensitive.
...
(cherry picked from commit 0128947894
)
2020-05-05 13:41:29 +02:00
Marcel Admiraal
a286edb821
Fix X11 pressure and tilt values.
...
(cherry picked from commit a2ad0878ed
)
2020-05-05 13:41:29 +02:00
Hugo Locurcio
2293cf61c6
Document the expected normal map coordinate system where relevant
...
(cherry picked from commit d8808fba85
)
2020-05-05 13:41:29 +02:00
Marcel Admiraal
fa11b5d754
Check for empty vectors before trying to access a pointer to the first
...
element in Octree<T, use_pairs, AL>::cull_convex().
(cherry picked from commit 54c36adbec
)
2020-05-05 13:41:29 +02:00
Rémi Verschelde
ef715f37d5
Merge pull request #35091 from Faless/dtls/enet
...
[3.2] DTLS support + optional ENet encryption
2020-05-05 13:40:59 +02:00
Rémi Verschelde
3c82031a99
Merge pull request #38476 from lawnjelly/half_float_docs
...
Added 'disable_half_float' project setting to the class reference.
2020-05-05 12:03:21 +02:00
Yuri Roubinsky
1f89c3bfeb
(3.2) Some fixes for canvas item visual shader inputs
2020-05-05 12:21:25 +03:00
lawnjelly
53f6dafdde
Added 'disable_half_float' project setting to the class reference.
...
Just forgot to do this in the original PR.
2020-05-05 09:31:10 +01:00
Rémi Verschelde
d20485039c
Merge pull request #38453 from lawnjelly/ios_halffloat_hacky
...
GLES2 disable half-float project setting
2020-05-04 16:29:27 +02:00
Rémi Verschelde
e363b65b99
doc: Sync classref with current source
2020-05-04 16:10:57 +02:00
Rémi Verschelde
f629df647d
Revert "Emit signal when animation ends by seek"
...
This reverts commit bf1cc116e1
.
This needs more discussion to avoid breaking some users' expectations.
See #38086 for arguments.
(cherry picked from commit 69f36cea8c
)
2020-05-04 16:10:32 +02:00
Juan Linietsky
7f61710183
Implement Skew in Node2D
...
Skew is x-axis only, because it must be bidirectionally convertible to a 2x3 matrix, but you can subtract it to the rotation to get the effect on y-axis
(cherry picked from commit efb1f7d76b
)
2020-05-04 16:10:22 +02:00
Pedro J. Estébanez
97ffd1f8ae
Fix crash in stb_vorbis.c
...
(cherry picked from commit d259094c3a
)
2020-05-04 16:10:22 +02:00
Thomas Riedmair
7e669123f9
Fix performance issue in update_bitmask_region fallback
...
(cherry picked from commit e0f084b924
)
2020-05-04 16:10:22 +02:00
Bastiaan Olij
02b1a5de47
Added missing spring enums for generic_6dof_joint
...
(cherry picked from commit 45d1f41837
)
2020-05-04 16:10:22 +02:00
Hugo Locurcio
23ee40deff
Tweak Tween cheatsheet link formatting to avoid rST conversion bug
...
reStructuredText doesn't allow embedding links in bold/italic text.
(cherry picked from commit e8a2fa6b7d
)
2020-05-04 16:10:22 +02:00
Dominik 'dreamsComeTrue' Jasiński
2524ed4242
Proper naming and ordering when Duplicate nodes
...
Fixes : #38162
(cherry picked from commit 278259b433
)
2020-05-04 16:10:22 +02:00
Steven Schoen
40125c7cce
Mention offending function name in "Indented block expected" error
...
(cherry picked from commit e6e5ba32cd
)
2020-05-04 16:10:22 +02:00
jitspoe
e0be022b1e
Fix custom w component being uninitialized on CPU particles.
...
(cherry picked from commit 38085f2f6982c491935a434bb45e358dbebe1714)
(cherry picked from commit b9c280b73ff6a13ea490d2da0f2728bcef3038dc)
(cherry picked from commit 895ed2aed7
)
2020-05-04 16:10:22 +02:00
Christoph Schröder
d70cb49eef
Move mouse wheel handler from window to canvas element in HTML
...
Similar to https://github.com/godotengine/godot/pull/36557
At least in chrome, the following error is printed for each mouse wheel
rotation:
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/6662647093133312
This PR moves the handler to the canvas and thereby fixes the error.
Tested on: Chrome and Firefox (MacOS), Firefox, Chrome(Android), Safari (IPad + MacOS)
(cherry picked from commit b1e8ac7b08
)
2020-05-04 16:10:22 +02:00
Rémi Verschelde
41b836cb3d
Merge pull request #38450 from lawnjelly/shaper_modulate
...
GLES2 batching - prevent color baking with MODULATE or COLOR
2020-05-04 15:13:35 +02:00
Rémi Verschelde
43f640e498
Merge pull request #38432 from RandomShaper/canvas_modulate_3.2
...
Add MODULATE builtin to canvas item shaders (3.2)
2020-05-04 15:12:03 +02:00