summaryrefslogtreecommitdiff
path: root/modules/bullet/soft_body_bullet.cpp
AgeCommit message (Expand)Author
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-10-21Fix SoftDynamicBody3D crash when setting disable modePouleyKetchoupp
2021-10-07Replace references to VisualServer in code comments with RenderingServerHugo Locurcio
2021-10-04Fix crash when pinned SoftBody point is out of rangeHaoyu Qiu
2021-10-01Remove scene code in physics serversPouleyKetchoupp
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-03-20Merge pull request #46937 from nekomatata/soft-body-supportRémi Verschelde
2021-03-18SoftBody support in GodotPhysics 3DPouleyKetchoupp
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-10Make Servers truly Thread Safereduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-10-08Revert "Optimized physics object spawn time and optimized shape usage when th...Andrea Catania
2020-10-08Revert "- Enhanced the flush mechanism by flushing only needed thing."Andrea Catania
2020-07-27- Enhanced the flush mechanism by flushing only needed thing.Andrea Catania
2020-06-24Optimized physics object spawn time and optimized shape usage when the shape ...Andrea Catania
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-09Make softbody completelly stiff to attachment pointAndrea Catania
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-07Optimitzed area overlap checksAndrea Catania
2018-09-28Fix warnings about wrong member initialization order [-Wreorder]Rémi Verschelde
2018-08-03Fixed SoftBody pinned point offset calculationAndrea Catania
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-23Implemented Soft bodyAndreaCatania
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-04Bullet physics engine implementationAndreaCatania