summaryrefslogtreecommitdiffstats
path: root/scene/3d/soft_body_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Fixed SoftBody3D handles not being clickable in 3D Editor ViewportJoel Fortier2024-09-161-8/+20
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
* Merge pull request #86310 from jirisvd/fix-softbody-reloadRémi Verschelde2024-08-161-1/+7
|\
| * Fix SoftBody3D pinned points breaking when reloading sceneJiří Švejda2024-08-111-1/+7
* | Split monolithic physics class filessmix82024-02-271-1/+1
* | Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* | Fix `SoftBody3D` for double-precision buildsMikael Hermansson2024-02-161-1/+4
* | Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* | Fix error when pinning soft body point without attachmentMikael Hermansson2024-01-231-3/+0
* | Update deferred calls to use Callableskobewi2024-01-091-2/+2
|/
* Ensure SoftBody3D does not use compressed mesh format.clayjohn2023-10-291-0/+1
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-051-7/+6
* Fix bindings of `PhysicsServer3DRenderingServerHandler`Mikael Hermansson2023-09-201-5/+4
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-2/+2
* Fix crash when reparenting SoftBody3D with pinned pointsPrecisionRender2023-02-201-3/+11
* Merge pull request #67847 from rburing/warn_non-uniformistsRémi Verschelde2023-01-231-13/+0
|\
| * Warn against using non-uniform scale for 3D physicsRicardo Buring2022-10-241-13/+0
* | Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-1/+1
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+1
* | Improve collision exception error messages for easier understandingHugo Locurcio2022-11-191-2/+2
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-4/+4
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-261-0/+810
* Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp2021-09-161-816/+0
* Merge pull request #51364 from bengtsts/masterCamille Mohr-Daurat2021-08-311-0/+5
|\
| * Expose soft body pin methods to GDScriptBengt Söderström2021-08-301-0/+5
* | Fix some unnecessary includesAaron Franke2021-08-131-6/+0
* | Uniformize layer names, script methods and documentationPouleyKetchoupp2021-08-121-22/+26
|/
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+1
* Optimize StringName usagereduz2021-07-181-2/+2
* Merge pull request #49834 from nekomatata/physics-disable-modesRémi Verschelde2021-06-301-12/+54
|\
| * Add support for controlling physics nodes' behavior when disabledPouleyKetchoupp2021-06-301-12/+54
* | Deprecate ImmediateGeometryreduz2021-06-301-1/+1
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
|/
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-3/+3
* Prevent setting too big or too small Collision Mask and LayerRafał Mikrut2021-04-301-0/+4
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-2/+2
* Rename get_surface_material to get_surface_override_materialclayjohn2021-04-141-2/+2
* Use Array for node configuration warningsNathan Franke2021-04-111-15/+7
* Merge pull request #46937 from nekomatata/soft-body-supportRémi Verschelde2021-03-201-51/+17
|\
| * SoftBody support in GodotPhysics 3DPouleyKetchoupp2021-03-181-51/+17
* | Fix spamming errors when SoftBody pinned nodes have no attachmentPouleyKetchoupp2021-03-181-1/+3
|/
* Removed _change_notifyreduz2021-02-101-5/+5
* Make Servers truly Thread Safereduz2021-02-101-7/+7
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2