Michael Alexsander
975a6194e7
Fix script list only showing their names regardless of display option
...
(cherry picked from commit 4194447a21
)
2021-01-13 16:17:10 +01:00
skyace65
45cdb8aab3
Remove the implication that references and resources are not objected from their description
...
(cherry picked from commit dca298d22b
)
2021-01-13 16:17:10 +01:00
Andrii Doroshenko (Xrayez)
9c9ac159e9
Clarify lstrip()/rstrip()
methods in String
for removed characters
...
(cherry picked from commit a2c82bbf5f
)
2021-01-13 16:17:09 +01:00
Vedat Günel
de34616552
Change reserved keyword in Regex documentation code
...
(cherry picked from commit 446a3f8ff2
)
2021-01-13 16:17:09 +01:00
Filip
12a7ff5ad2
Add all AutoLoad resources when exporting the project
...
(cherry picked from commit 4383c5026a
)
2021-01-13 16:17:09 +01:00
David Snopek
bd0f5f50b2
Invert the Y-axis on thumbsticks and trackpads in WebXR
...
(cherry picked from commit 7a0d4275a2
)
2021-01-13 16:17:09 +01:00
kobewi
3873a1331b
Emit changed signal from Color Picker when changed
...
(cherry picked from commit a00ac12ae9
)
2021-01-13 16:17:09 +01:00
zero13cool
57416ce3ff
Changed type to make it work on x32 architecture.
...
(cherry picked from commit 9f3d7d9709
)
2021-01-13 16:17:09 +01:00
Lorenz Junglas
c7f2f9fa1f
Fix nanosleep usage
...
nanosleep returns 0 or -1 not the error code.
The error code "EINTR" (if encountered) is placed in errno, in which case nanosleep can be safely recalled with the remaining time.
This is required, so that nanosleep continues if the calling thread is interrupted by a signal.
See manpage nanosleep(2) for additional details.
(cherry picked from commit 1107c7f327
)
2021-01-13 16:17:09 +01:00
Hugo Locurcio
952a089551
Don't allow adding Objects to the project settings
...
Godot doesn't support serializing objects.
This closes #33667 .
(cherry picked from commit 7b84f4fc31
)
2021-01-13 16:17:08 +01:00
Rémi Verschelde
52e674ded1
pcre2: Update to upstream version 10.36
...
Changelog: https://vcs.pcre.org/pcre2/code/tags/pcre2-10.36/ChangeLog?view=markup
(cherry picked from commit 951ad29c0f
)
2021-01-13 16:17:08 +01:00
Rémi Verschelde
08efd1c908
COPYRIGHT: Update with recent additions, cleanup
...
Also include public domain assets in `COPYRIGHT.txt` with Unlicence text or
dual-licensing scheme.
And document commit hashes for most thirdparty code in `thirdparty/README.md`
for clarity, and in case there's no tag matching the included version numbers.
(cherry picked from commit c6802a65c6
)
2021-01-13 16:17:08 +01:00
Rémi Verschelde
d044c57069
enet: Sync with upstream 1.3.17
...
(cherry picked from commit d8495d41ca
)
2021-01-13 16:17:08 +01:00
Rémi Verschelde
4b59e1e736
zstd: Update to upstream version 1.4.8
...
(cherry picked from commit 3645c9c80c
)
2021-01-13 16:17:08 +01:00
Hugo Locurcio
49c2f2fec2
Make links on the HTML5 editor more readable
...
This also tweaks the focus style to apply to all elements for
better keyboard navigation.
(cherry picked from commit 663466b882
)
2021-01-13 16:17:08 +01:00
Aaron Franke
6e1b2af770
Descriptive error message when using AudioStream(OGG/MP3) incorrectly
...
(cherry picked from commit 193564d83e
)
2021-01-13 16:17:08 +01:00
kobewi
d16f2bddee
Clarify class_get_method_list() in release exports
...
(cherry picked from commit 84acafb2ce
)
2021-01-13 16:17:07 +01:00
PouleyKetchoupp
dad3f27e9f
Update String property field only when text has changed
...
Avoids resetting the cursor position when the inspector updates while
editing a string property.
Fixes #42488
(cherry picked from commit c064378f95
)
2021-01-13 16:17:07 +01:00
Eric M
db3e18b9c6
Made save dialog open immediately when running unsaved scene.
...
Previously there was an unneeded confirmation dialog.
(cherry picked from commit a54110ba60
)
2021-01-13 16:17:07 +01:00
nevarek
2167b977de
Optimize data format for OpenSimplex images
...
The previous RGBA format included unused RGB data. Using the LA8 format
removes the need to store the extra data.
The Docs have been updated to reflect the format changes.
(cherry picked from commit 041fe20f64
)
2021-01-13 16:17:07 +01:00
jeffuntildeath
64cbff7e7d
Snap To Floor improperly offsets node
...
fix for issue #44282
AABB for collision geometry was being calculated based on parent nodes transform without consideration for collision geometries translation.
Also hopefully clarified logic for selecting starting point for ray cast
(cherry picked from commit 4f171afecc
)
2021-01-13 16:17:07 +01:00
Rémi Verschelde
49646383f1
Update copyright statements to 2021
...
Happy new year to the wonderful Godot community!
2020 has been a tough year for most of us personally, but a good year for
Godot development nonetheless with a huge amount of work done towards Godot
4.0 and great improvements backported to the long-lived 3.2 branch.
We've had close to 400 contributors to engine code this year, authoring near
7,000 commit! (And that's only for the `master` branch and for the engine code,
there's a lot more when counting docs, demos and other first-party repos.)
Here's to a great year 2021 for all Godot users 🎆
(cherry picked from commit b5334d14f7
)
2021-01-13 16:17:06 +01:00
Rémi Verschelde
188609e5ab
CI: Update to clang-format 11 and apply ternary operator changes
...
(cherry picked from commit af878716f2
)
2021-01-13 16:14:35 +01:00
Marcel Admiraal
47657cd140
Only remove Bullet's body constraints when removing body from space
2021-01-13 13:45:40 +00:00
Rémi Verschelde
ef683e761d
Merge pull request #45154 from lawnjelly/bvh_fix_setting
...
Fix BVH physics project setting
2021-01-13 12:44:02 +01:00
lawnjelly
b5edbe0301
Fix BVH physics project setting
...
Move the GLOBAL_DEF for the `godot_physics/use_bvh` to occur before GLOBAL_GET.
This prevents a warning occurring and the selection not being used.
2021-01-13 09:22:17 +00:00
Rémi Verschelde
2583624f74
Merge pull request #45133 from akien-mga/3.2-ci-android-ndk-pin-r21
...
[3.2] CI: Pin Android NDK r21 as we don't support r22 yet
2021-01-12 19:32:27 +01:00
Rémi Verschelde
df54f228ad
CI: Pin Android NDK r21 as we don't support r22 yet
...
(cherry picked from commit 06613ed9a3
)
2021-01-12 18:45:53 +01:00
Rémi Verschelde
8f265e8c0b
Merge pull request #45129 from Xrayez/aspect-ratio-container-3.2
...
Add `AspectRatioContainer` class
2021-01-12 15:50:50 +01:00
Andrii Doroshenko (Xrayez)
acd9abe507
Add AspectRatioContainer
class
...
Backported from ba68383706
.
Co-authored-by: Ugis Brekis <ugis.brekis@productmadness.com>
2021-01-12 16:25:26 +02:00
Rémi Verschelde
876af7e319
Merge pull request #45127 from qarmin/shorter_ci
...
Avoid opening editor multiple times in CI
2021-01-12 14:35:55 +01:00
Rémi Verschelde
d92f4c7965
Merge pull request #44901 from lawnjelly/bvh3
...
Dynamic BVH for rendering and godot physics [3.2]
2021-01-12 14:12:11 +01:00
Rafał Mikrut
2e87a652a4
Avoid opening editor multiple times in CI
2021-01-12 13:16:15 +01:00
lawnjelly
690e07b509
Dynamic BVH for rendering and godot physics
...
Complete rewrite of spatial partitioning using a bounding volume hierarchy rather than octree.
Switchable in project settings between using octree or BVH for rendering and physics.
2021-01-12 12:12:10 +00:00
Rémi Verschelde
0a8cc0a565
Merge pull request #44006 from RandomShaper/gds_needless_check_3.2
...
Remove useless check in GDScript (3.2)
2021-01-11 13:53:42 +01:00
Rémi Verschelde
5bbbcd09cc
Merge pull request #45096 from Chaosus/vs_assign_default_value_3.2
...
[3.2] Auto-assign default value for variable in visual script on type changing
2021-01-11 10:39:39 +01:00
Yuri Roubinsky
602fc00e56
[3.2] Auto-assign default value for variable in visual script on type changing
2021-01-11 10:29:12 +03:00
Fabio Alessandrelli
a64ffa3a33
Merge pull request #45073 from Faless/js/3.x_build_fixes
...
[3.2] [HTML5] Reorganize build script.
2021-01-10 14:30:24 +01:00
Fabio Alessandrelli
6988b21d00
[HTML5] Reorganize build script.
...
Simplify helper functions, fix env/sys_env confusion and depends for
externs and pre-js.
2021-01-10 12:34:03 +01:00
Rémi Verschelde
ecf432abc7
Merge pull request #45019 from Xrayez/rng-state-3.2
...
Add ability to restore `RandomNumberGenerator` state
2021-01-08 15:23:52 +01:00
Andrii Doroshenko (Xrayez)
47899e67c5
Add ability to restore RandomNumberGenerator
state
...
3.2 version of b5107715f1
.
`get_seed()` still returns the previous state and not the initial seed,
because users may rely on this behavior for resetting the state in 3.2.
Documented this is going to be fixed in 4.0.
Co-authored-by: MidZik <matt.idzik1@gmail.com>
2021-01-08 15:02:02 +02:00
Rémi Verschelde
e408a4a76d
Merge pull request #45010 from akien-mga/3.2-ensure_user_data_dir
...
[3.2] Main: Create user data dir in `setup()`
2021-01-08 11:11:09 +01:00
Leleat
5bda8fae38
creater user-dir, if non-existant and pressing 'Open Project Data Folder'
...
(cherry picked from commit 8cf9d09d61
)
2021-01-08 10:26:30 +01:00
Rémi Verschelde
d6fecf7686
Main: Create user data dir in setup()
...
Custom backport of #39563 with preliminary change to make
`OS::ensure_user_data_dir()` public as done in f8a79a9
.
Fixes #32488 .
2021-01-08 10:24:48 +01:00
Rémi Verschelde
292bbb870f
Merge pull request #42575 from madmiraal/fix-one-way-collisions-3.2
...
[3.2] Fix multiple issues with one-way collisions
2021-01-07 17:53:54 +01:00
Rémi Verschelde
3d31433229
doc: Remove links to RNG tutorial, not yet in 3.2 branch
2021-01-07 14:33:36 +01:00
Rémi Verschelde
7bfb8446d3
Merge pull request #44970 from Calinou/doc-particles-visibility
...
Document the requirement to update GPU particle visibility
2021-01-07 14:26:18 +01:00
Rémi Verschelde
2a928ea880
Merge pull request #44981 from RandomShaper/fix_res_lifetime_3.2
...
Fix cases of resources destroyed too early (3.2)
2021-01-07 14:20:09 +01:00
Marcel Admiraal
1061bb364e
Fix multiple issues with one-way collisions
...
For RigidBodies, uses the collision normal determined by relative motion
to determine whether or not a one-way collision has occurred.
For KinematicBodies, performs additional checks to ensure a one-way
collision has occurred, and averages the recovery step over all collision
shapes.
Co-authored-by: Sergej Gureev <sergej.gureev@relex.fi>
2021-01-07 09:23:17 +00:00
Pedro J. Estébanez
2997a3aa23
Fix cases of resources destroyed too early
2021-01-06 20:25:05 +01:00