summaryrefslogtreecommitdiffstats
path: root/scene/3d/soft_body_3d.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
|
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Fixed SoftBody3D handles not being clickable in 3D Editor ViewportJoel Fortier2024-09-161-8/+20
| | | | Fix erratic behaviour when modifying pinned_points via inspector
* 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 scene
| * Fix SoftBody3D pinned points breaking when reloading sceneJiří Švejda2024-08-111-1/+7
| |
* | Split monolithic physics class filessmix82024-02-271-1/+1
| | | | | | | | Splits monolithic physics class files.
* | Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
| | | | | | | | This reverts commit d3852deaa450d77edb30df2bb1c77bd7bc45befc.
* | 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
| | | | | | | | | | | | | This allows Godot to automatically compress meshes to save a lot of bandwidth. In general, this requires no interaction from the user and should result in no noticable quality loss. This scheme is not backwards compatible, so we have provided an upgrade mechanism, and a mesh versioning mechanism. Existing meshes can still be used as a result, but users can get a performance boost by reimporting assets.
* Fix bindings of `PhysicsServer3DRenderingServerHandler`Mikael Hermansson2023-09-201-5/+4
|
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-2/+2
| | | | Restricted to scene
* 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 physics (in the editor and class reference)
| * Warn against using non-uniform scale for 3D physicsRicardo Buring2022-10-241-13/+0
| | | | | | | | | | | | | | Using non-uniform scale is known to cause many issues. Add warnings to the editor and to the class reference. Also remove the warning from SoftBody3D since it is not relevant there: it simulates in global space.
* | Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove unused `EditorPropertyMember` and related hints, previouly used by VisualScript. Such logic should be implemented in the VS module itself. * As the above broke compatibility with the VS module, clean up the other hacks that were still in core in support of VisualScript. * `PROPERTY_USAGE_INTERNATIONALIZED` was only used in Object's `get_translatable_strings()`, which is a legacy function not used anywhere. So both are removed. * Reordered some usage flags after the above removal to minimize the diff. * General clean up. Fixes #30203. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* | 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, ↵bruvzg2022-10-071-4/+4
| | | | change warnings=all to use /W4.
* 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 GDScript
| * 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
|/ | | | | | | - Back to 1-based layer names to make it clearer in editor UI - Layer bit accessors are renamed to layer value and 1-based too - Uniform errors and documentation in render and physics - Fix a few remaining collision_layer used in place of collision_mask
* 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
| | | | | | | | | | | * Added a new macro SNAME() that constructs and caches a local stringname. * Subsequent usages use the cached version. * Since these use a global static variable, a second refcounter of static usages need to be kept for cleanup time. * Replaced all theme usages by this new macro. * Replace all signal emission usages by this new macro. * Replace all call_deferred usages by this new macro. This is part of ongoing work to optimize GUI and the editor.
* Merge pull request #49834 from nekomatata/physics-disable-modesRémi Verschelde2021-06-301-12/+54
|\ | | | | Add support for controlling physics nodes' behavior when disabled
| * Add support for controlling physics nodes' behavior when disabledPouleyKetchoupp2021-06-301-12/+54
| | | | | | | | | | | | | | | | | | | | | | New property disable_mode to set different behaviors: Remove: remove from physics simulation MakeStatic: change body mode to static (doesn't affect area and soft body) KeepActive: do nothing Extra change: Handle disable/enable node state with specific notifications, in order to differentiate global pause from disabled nodes.
* | Deprecate ImmediateGeometryreduz2021-06-301-1/+1
| | | | | | | | | | | | | | | | | | * Removed entirely from RenderingServer. * Replaced by ImmediateMesh resource. * ImmediateMesh replaces ImmediateGeometry, but could use more optimization in the future. * Sprite3D and AnimatedSprite3D work again, ported from Godot 3.x (though a lot of work was needed to adapt them to Godot 4). * RootMotionView works again. * Polygon3D editor works again.
* | 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
| | | | | | | | We've been using standard C library functions `memcpy`/`memset` for these since 2016 with 67f65f66391327b2967a20a89c3627e1dd6e84eb. There was still the possibility for third-party platform ports to override the definitions with a custom header, but this doesn't seem useful anymore.
* Rename get_surface_material to get_surface_override_materialclayjohn2021-04-141-2/+2
|
* Use Array for node configuration warningsNathan Franke2021-04-111-15/+7
| | | | Previously, the warnings were passed as a string and delimitation of which were hard coded at each implementation.
* Merge pull request #46937 from nekomatata/soft-body-supportRémi Verschelde2021-03-201-51/+17
|\ | | | | SoftBody support in GodotPhysics 3D
| * SoftBody support in GodotPhysics 3DPouleyKetchoupp2021-03-181-51/+17
| | | | | | | | | | | | | | | | | | | | | | | | - Fixed SoftBody surface update with new rendering system - Added GodotPhysics implementation for SoftBody - Added support to get SoftBody rid to interact with the physics server - Added support to get SoftBody bounds from the physics server - Removed support for unused get_vertex_position and get_point_offset from the physics server - Removed SoftBody properties that are unused in both Bullet and GodotPhysics (angular and volume stiffness, pose matching) - Added RenderingServerHandler interface to PhysicsServer3D so the physics servers don't need to reference the class from SoftBody node directly
* | Fix spamming errors when SoftBody pinned nodes have no attachmentPouleyKetchoupp2021-03-181-1/+3
|/ | | | | | | There was a specific case where the node path wasn't checked for validity before trying to access the attachment node. It could cause lots of error log noise in both editor and game.
* Removed _change_notifyreduz2021-02-101-5/+5
| | | | | | -For inspector refresh, the inspector now detects if a property change by polling a few times per second and then does update the control if so. This process is very cheap. -For property list refresh, a new signal (property_list_changed) was added to Object. _change_notify() is replaced by notify_property_list_changed() -Changed all objects using the old method to the signal, or just deleted the calls to _change_notify(<property>) since they are unnecesary now.
* Make Servers truly Thread Safereduz2021-02-101-7/+7
| | | | | | | | | -Rendering server now uses a split RID allocate/initialize internally, this allows generating RIDs immediately but initialization to happen later on the proper thread (as rendering APIs generally requiere to call on the right thread). -RenderingServerWrapMT is no more, multithreading is done in RenderingServerDefault. -Some functions like texture or mesh creation, when renderer supports it, can register and return immediately (so no waiting for server API to flush, and saving staging and command buffer memory). -3D physics server changed to be made multithread friendly. -Added PhysicsServer3DWrapMT to use 3D physics server from multiple threads. -Disablet Bullet (too much effort to make multithread friendly, this needs to be fixed eventually).
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
| | | | | | | | | | | | | | 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 🎆
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
|