index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
3d
/
soft_body.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-5
/
+3
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-9
/
+9
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-3
/
+3
*
Fix compilation warnings and re-enable werror=yes on Travis
Rémi Verschelde
2020-02-18
1
-1
/
+0
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-19
/
+19
*
Base 3D engine done, still untested, though.
Juan Linietsky
2020-02-11
1
-3
/
+8
*
Make softbody completelly stiff to attachment point
Andrea Catania
2020-02-09
1
-20
/
+20
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Merge pull request #33209 from Jummit/soft-body-tutorial
Rémi Verschelde
2019-11-01
1
-2
/
+5
|
\
|
*
link SoftBody tutorial in docs and add ray_pickable property
Jummit
2019-11-01
1
-2
/
+5
*
|
Fixed disconnecting not connected signal
Mikolaj Kaczmarek
2019-10-29
1
-1
/
+3
|
/
*
Remove ERR_EXPLAIN from scene/* code
Tomasz Chabora
2019-08-09
1
-8
/
+2
*
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-07-06
1
-1
/
+1
*
Fix various memory leaks and errors
Bojidar Marinov
2019-07-02
1
-0
/
+1
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+0
*
Merge pull request #27707 from Calinou/tweak-message-wording
Rémi Verschelde
2019-04-30
1
-1
/
+1
|
\
|
*
Improve wording of various messages and make casing more consistent
Hugo Locurcio
2019-04-21
1
-1
/
+1
*
|
Fix new GCC 9 warnings: -Wdeprecated-copy.
marxin
2019-03-02
1
-0
/
+8
|
/
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix many errors found by PVS-Studio
Aaron Franke
2018-11-28
1
-1
/
+1
*
Add method get_collision_exceptions
Guilherme Recchi Cardozo
2018-11-01
1
-0
/
+19
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Add missing copyright headers
Rémi Verschelde
2018-08-29
1
-5
/
+4
*
Fix vformat(), minor typos and word puzzles
Yuri Chornoivan
2018-08-29
1
-1
/
+1
*
Fixed SoftBody pinned point offset calculation
Andrea Catania
2018-08-03
1
-30
/
+55
*
SoftBody add MeshInstance Material correctly
Andrea Catania
2018-07-29
1
-2
/
+4
*
Fixed Softbody pin point
Andrea Catania
2018-07-28
1
-38
/
+70
*
Implemented Soft body
AndreaCatania
2018-07-23
1
-0
/
+740