summaryrefslogtreecommitdiff
path: root/scene/3d/soft_body.cpp
AgeCommit message (Expand)Author
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18Fix compilation warnings and re-enable werror=yes on TravisRémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Base 3D engine done, still untested, though.Juan Linietsky
2020-02-09Make softbody completelly stiff to attachment pointAndrea Catania
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-01Merge pull request #33209 from Jummit/soft-body-tutorialRémi Verschelde
2019-11-01link SoftBody tutorial in docs and add ray_pickable propertyJummit
2019-10-29Fixed disconnecting not connected signalMikolaj Kaczmarek
2019-08-09Remove ERR_EXPLAIN from scene/* codeTomasz Chabora
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-07-02Fix various memory leaks and errorsBojidar Marinov
2019-06-26Some code changed with Clang-Tidyqarmin
2019-04-30Merge pull request #27707 from Calinou/tweak-message-wordingRémi Verschelde
2019-04-21Improve wording of various messages and make casing more consistentHugo Locurcio
2019-03-02Fix new GCC 9 warnings: -Wdeprecated-copy.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-28Fix many errors found by PVS-StudioAaron Franke
2018-11-01Add method get_collision_exceptionsGuilherme Recchi Cardozo
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-29Fix vformat(), minor typos and word puzzlesYuri Chornoivan
2018-08-03Fixed SoftBody pinned point offset calculationAndrea Catania
2018-07-29SoftBody add MeshInstance Material correctlyAndrea Catania
2018-07-28Fixed Softbody pin pointAndrea Catania
2018-07-23Implemented Soft bodyAndreaCatania