summaryrefslogtreecommitdiffstats
path: root/scene/3d/soft_body.cpp
Commit message (Expand)AuthorAgeFilesLines
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-5/+3
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-9/+9
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-3/+3
* Fix compilation warnings and re-enable werror=yes on TravisRémi Verschelde2020-02-181-1/+0
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-19/+19
* Base 3D engine done, still untested, though.Juan Linietsky2020-02-111-3/+8
* Make softbody completelly stiff to attachment pointAndrea Catania2020-02-091-20/+20
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #33209 from Jummit/soft-body-tutorialRémi Verschelde2019-11-011-2/+5
|\
| * link SoftBody tutorial in docs and add ray_pickable propertyJummit2019-11-011-2/+5
* | Fixed disconnecting not connected signalMikolaj Kaczmarek2019-10-291-1/+3
|/
* Remove ERR_EXPLAIN from scene/* codeTomasz Chabora2019-08-091-8/+2
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-1/+1
* Fix various memory leaks and errorsBojidar Marinov2019-07-021-0/+1
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+0
* Merge pull request #27707 from Calinou/tweak-message-wordingRémi Verschelde2019-04-301-1/+1
|\
| * Improve wording of various messages and make casing more consistentHugo Locurcio2019-04-211-1/+1
* | Fix new GCC 9 warnings: -Wdeprecated-copy.marxin2019-03-021-0/+8
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix many errors found by PVS-StudioAaron Franke2018-11-281-1/+1
* Add method get_collision_exceptionsGuilherme Recchi Cardozo2018-11-011-0/+19
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Add missing copyright headersRémi Verschelde2018-08-291-5/+4
* Fix vformat(), minor typos and word puzzlesYuri Chornoivan2018-08-291-1/+1
* Fixed SoftBody pinned point offset calculationAndrea Catania2018-08-031-30/+55
* SoftBody add MeshInstance Material correctlyAndrea Catania2018-07-291-2/+4
* Fixed Softbody pin pointAndrea Catania2018-07-281-38/+70
* Implemented Soft bodyAndreaCatania2018-07-231-0/+740