Rémi Verschelde
ce11f8f36b
Merge pull request #53210 from pycbouh/editor-mono-build-log-3.3
2021-10-24 22:41:21 +02:00
Rémi Verschelde
9f7cef7724
i18n: Fix invalid format characters in some translations
...
Fixes #54129 .
2021-10-23 10:13:22 +02:00
Rémi Verschelde
ffbda6ef79
Update AUTHORS and DONORS list
...
New contributors added to AUTHORS:
@raulsntos, @TokageItLab
Thanks to all contributors and donors for making Godot possible!
(cherry picked from commit cd3c1f2594
)
2021-10-11 12:00:26 +02:00
Rémi Verschelde
820b1ae4b3
Bump version to 3.3.5-rc
2021-10-01 21:29:05 +02:00
Rémi Verschelde
faf3f883d1
Bump version to 3.3.4-stable
...
Thanks to all contributors! <3
2021-10-01 08:23:23 +02:00
Rémi Verschelde
568c389587
Update changelog for 3.3.4-stable
2021-10-01 08:23:12 +02:00
Francois Belair
15025a4c93
Makes LSP report new() as _init; fixes docstrings
...
(cherry picked from commit ae3aec1dbc
)
Fix LSP crash parsing scripts of temp size 0
(cherry picked from commit 679ce6fd0b
)
2021-10-01 08:16:16 +02:00
Hugo Locurcio
bb1e434d7c
Improve the documentation for `ease()` and `smoothstep()`
...
This adds a cheatsheet for `ease()` and a comparison graph for
`smoothstep()`, among other things.
(cherry picked from commit 567b6436c9
)
2021-10-01 08:04:44 +02:00
Hugo Locurcio
642addcc99
Clarify what the `Node.filename` property contains
...
(cherry picked from commit f23b917007
)
2021-10-01 08:02:17 +02:00
Haoyu Qiu
39bb33565b
Fix doc for Dictionary.erase
...
(cherry picked from commit 1e0fe9f817
)
2021-10-01 08:00:52 +02:00
Rémi Verschelde
41e7f676ea
Fix -Wextra warnings from GCC 11
...
(cherry picked from commit 6bdd84b8d5
)
2021-10-01 07:59:41 +02:00
Selgesel
c3541628c1
[3.x] Release pressed events when the window is blurred on HTML5 platform
...
(cherry picked from commit c918b4d246
)
2021-10-01 07:56:08 +02:00
Rémi Verschelde
90022710ab
Revert "[macOS] Request camera permission before session init."
...
This reverts commit 3fea85a6f0
.
The commit is good but to use `@available(macOS 10.14, *)` with osxcross one
needs to build `compiler-rt`, which can be done but might surprise some users
who have their custom build pipelines for 3.3.x (including the official build
system).
2021-09-29 14:12:33 +02:00
Yuri Sizov
ac9db4c676
Improve the Mono build log appearance
...
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2021-09-29 14:40:05 +03:00
Hugo Locurcio
c78880ff54
Improve the audio bus editor appearance
...
Co-authored-by: Yuri Sizov <yuris@humnom.net>
2021-09-29 14:28:08 +03:00
Rémi Verschelde
91f48e2940
CI: Bump setup-emsdk version to @v10
...
Should hopefully solve intermittent cache restore issues.
2021-09-29 09:56:46 +02:00
Rémi Verschelde
74cf62bb68
HTML5: Fix minification error with Emscripten 1.39.9
...
It used an old vendored version of acorn.js which seems to choke on this
trailing comma. This is not a problem for more recent Emscripten versions.
We disable the `comma-dangle` check in ESLint to prevent this issue.
(cherry picked from commit 23b51a1708
)
2021-09-29 09:41:07 +02:00
Kyoz
e4df8a68fa
fix(ios): Clipboard get/set missing implement
...
(cherry picked from commit 6db3e074c5
)
2021-09-29 08:57:27 +02:00
David Socha
20ec596a5d
Update connection comparison operator to compare connection sources based on instance ID instead of by pointer
...
(cherry picked from commit ede023d4fa
)
2021-09-29 08:57:27 +02:00
kobewi
b13bbba80b
Compare connections by object id
...
(cherry picked from commit 02535e7f17
)
2021-09-29 08:57:27 +02:00
skyace65
a6d9efad9e
Fix EXP range property hint description
...
(cherry picked from commit b926059f78
)
2021-09-29 08:57:27 +02:00
Arthur Paulino
b60ca89265
improving note on HTTPRequest class under the request method documentation
...
(cherry picked from commit 1ed3d9a0b0
)
2021-09-29 08:57:27 +02:00
Fabio Alessandrelli
ac8ca76870
[Net] Silence ENetMultiplayerPeer close_connection.
...
Used to print an error when it was not active, now it just returns
immediately as per the documentation.
(cherry picked from commit 25f33999af
)
2021-09-29 08:57:27 +02:00
Hugo Locurcio
5d8ea604f9
Document that node groups don't have a guaranteed order
...
(cherry picked from commit 0adf1a6683
)
2021-09-29 08:57:27 +02:00
Austin Tasato
7855d3f436
Add "Physics intro" docs link for State classes
...
(cherry picked from commit ce8eb09a25
)
2021-09-29 08:57:27 +02:00
kleonc
59f69e2b04
TabContainer Fix drawing current tab when it's disabled
...
(cherry picked from commit 8004678d57
)
2021-09-29 08:57:26 +02:00
Bartłomiej T. Listwon
ba6d8153af
Fix buffer creation in light_internal_create()
...
(cherry picked from commit 350573a4df
)
2021-09-29 08:57:26 +02:00
Haoyu Qiu
1722d0cc12
Fix LineEdit undo crash
...
Make sure all related member variables are initialized before creating
the first undo state.
(cherry picked from commit eab1e228c8
)
2021-09-29 08:57:26 +02:00
Rémi Verschelde
3bd4611e2a
nanosvg: Sync with upstream ccdb199
...
Includes fixes for a memory corruption bug (CVE-2019-1000032)
and possible division by zero.
(cherry picked from commit 05b28b66ea
)
2021-09-29 08:57:26 +02:00
laws65
8d0b878367
Prevent being able to set bone's parent as itself
...
(cherry picked from commit d1bacb53fd
)
2021-09-29 08:57:26 +02:00
Germanrc
aa679b2fe0
C# script reload fixed
...
Co-authored-by: Michael Bickel <mib@developium.net>
(cherry picked from commit 84a218d346
)
2021-09-29 08:57:26 +02:00
gyroninja
96d418cb94
Fail at instantiating if the root node is instantiated
...
(cherry picked from commit f400c9239e
)
2021-09-29 08:57:26 +02:00
Fabio Alessandrelli
41b1f2a7f9
[HTML5] Use browser mix rate by default on the Web.
...
Browsers doesn't really like forcing the mix rate, e.g. Firefox does not
allow input (microphone) if the mix rate is not the default one, Chrom*
will exhibit worse performances, etc.
(cherry picked from commit b800438efb
)
2021-09-29 08:57:26 +02:00
Hugo Locurcio
e34c09a705
Document that most emoji won't display correctly on Windows
...
(cherry picked from commit 622f0b7d38
)
2021-09-29 08:57:25 +02:00
Fabio Alessandrelli
addadf92a1
[HTML5] Fix bug in AudioWorklet when reading output buffer.
...
Would attempt an out of bounds read, causing an exception.
(cherry picked from commit ba08f39e47
)
2021-09-29 08:57:25 +02:00
lawnjelly
ef4f207b12
Improve Basis::get_quaternion error message
...
The previous error message incorrectly suggested that any Basis could be fixed by calling get_rotation_quation() or orthonormalize(). This PR points out that only a valid rotation Basis can be fixed in this way.
(cherry picked from commit d3a3b3aff3
)
2021-09-29 08:57:25 +02:00
David Cambré
5144cbf8ed
Fix VisualScriptPropertySet value hint
...
(cherry picked from commit 0c9947cb2f
)
2021-09-29 08:57:25 +02:00
Haoyu Qiu
758428dd9f
Quote and escape ConfigFile keys when necessary
...
(cherry picked from commit 597d489a20
)
2021-09-29 08:57:25 +02:00
LeaoLuciano
138e995177
LinkButton's text now is automatically translated
...
(cherry picked from commit 9cecabb186
)
2021-09-29 08:57:25 +02:00
Gilles Roudière
7e105039f8
Fix LocalVector crash on insert.
...
(cherry picked from commit de0765b94a
)
2021-09-29 08:57:25 +02:00
Hugo Locurcio
1b7d42c99e
Print colored diffs when there are formatting failures in CI
...
This makes diffs more readable in CI logs.
(cherry picked from commit 38424714b1
)
2021-09-29 08:57:25 +02:00
Hugo Locurcio
44bda5351c
Document that ENet compression mode must match between client and server
...
(cherry picked from commit c2945365d8
)
2021-09-29 08:57:25 +02:00
Hugo Locurcio
d8138c6f4a
Remove deprecation warning for `BaseButton.enabled_focus_mode`
...
There were too many instances of false positives that are difficult
to fix. The note in the class reference has been clarified instead.
(cherry picked from commit 43da1790c8
)
2021-09-29 08:57:24 +02:00
Hugo Locurcio
eb504880f1
Document `Image.generate_mipmaps()` always running on the main thread
...
(cherry picked from commit 30a88f464b
)
2021-09-29 08:57:24 +02:00
bruvzg
3fea85a6f0
[macOS] Request camera permission before session init.
...
(cherry picked from commit e6801a098e
)
2021-09-29 08:57:24 +02:00
Marcus Brummer
2abf2a6622
Check if vibration duration is > 0 on Android
...
(cherry picked from commit 47f338fc12
)
2021-09-29 08:57:24 +02:00
clayjohn
1b585634f1
Properly clear cubemap filter state when texture array environment disabled
...
(cherry picked from commit 987aef4e0d
)
2021-09-29 08:57:24 +02:00
LoipesMas
8205edaa64
Add note about batching to Line2D's anti-aliasing
...
(cherry picked from commit b047430702
)
2021-09-29 08:57:21 +02:00
Kyle
5646d32a91
Wrote JNISinglton docs
...
I added a few descriptions and links to the empty JNISingleton class doc.
(cherry picked from commit 4eff57d39b
)
2021-09-29 08:14:21 +02:00
skyace65
6d98595280
Add note that for _gui_input(event) event position is relative to the control origin
...
(cherry picked from commit 824259aca0
)
2021-09-29 08:13:26 +02:00