Joel Fortier
|
a58ae8e1c6
Fixed SoftBody3D handles not being clickable in 3D Editor Viewport
|
1 year ago |
A Thousand Ships
|
9dc231366d
Fix super call in various `get_configuration_warnings` methods
|
1 year ago |
Rémi Verschelde
|
0c956e49ac
Merge pull request #86310 from jirisvd/fix-softbody-reload
|
1 year ago |
Jiří Švejda
|
bde8c5977b
Fix SoftBody3D pinned points breaking when reloading scene
|
1 year ago |
smix8
|
35dafc9fa8
Split monolithic physics class files
|
1 year ago |
Rémi Verschelde
|
21f0529aa9
Revert "Update Node::get_configuration_warnings signature"
|
1 year ago |
Mikael Hermansson
|
701ecd3a0d
Fix `SoftBody3D` for double-precision builds
|
1 year ago |
RedMser
|
d3852deaa4
Update Node::get_configuration_warnings signature
|
2 years ago |
Mikael Hermansson
|
a3f07ad858
Fix error when pinning soft body point without attachment
|
1 year ago |
kobewi
|
0e8f90f4c8
Update deferred calls to use Callables
|
1 year ago |
clayjohn
|
1d9554103c
Ensure SoftBody3D does not use compressed mesh format.
|
2 years ago |
clayjohn
|
51ed3aef63
Vertex and attribute compression to reduce the size of the vertex format.
|
2 years ago |
Mikael Hermansson
|
ee9f41a12d
Fix bindings of `PhysicsServer3DRenderingServerHandler`
|
2 years ago |
Ninni Pipping
|
dcd2b883eb
Use NULL instead of COND checks when appropriate
|
2 years ago |
PrecisionRender
|
e713c270ea
Fix crash when reparenting SoftBody3D with pinned points
|
2 years ago |
Rémi Verschelde
|
35c37ce4ce
Merge pull request #67847 from rburing/warn_non-uniformists
|
2 years ago |
Juan Linietsky
|
0e0a6bb39b
Removed unused property hints and `Object::get_translatable_strings()`
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Adam Scott
|
ea33001b95
Add safety-checks before some servers `free()`
|
2 years ago |
Hugo Locurcio
|
2a0afb1dcc
Improve collision exception error messages for easier understanding
|
2 years ago |
Ricardo Buring
|
0e6b796cf6
Warn against using non-uniform scale for 3D physics
|
3 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
3 years ago |
Marc Gilleron
|
aed3822a93
Change return type of `get_configuration_warnings` to `PackedStringArray`
|
3 years ago |
fabriceci
|
f8cc88fab3
Restore RigidBody2/3D, SoftBody names in physics
|
3 years ago |
PouleyKetchoupp
|
85819b199a
Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody
|
4 years ago |
Camille Mohr-Daurat
|
a9fcbb1001
Merge pull request #51364 from bengtsts/master
|
4 years ago |
Bengt Söderström
|
08a80962cf
Expose soft body pin methods to GDScript
|
4 years ago |
Aaron Franke
|
eb4902a455
Fix some unnecessary includes
|
4 years ago |
PouleyKetchoupp
|
989acbbe81
Uniformize layer names, script methods and documentation
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |