index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
3d
/
physics_joint_3d.cpp
Age
Commit message (
Expand
)
Author
2021-07-23
Node3D gizmo improvements
jfons
2021-06-03
Rename Transform to Transform3D in core
Aaron Franke
2021-04-11
Use Array for node configuration warnings
Nathan Franke
2021-03-03
Merge pull request #46578 from nekomatata/fix-joint-remove-body-regression
Rémi Verschelde
2021-03-02
Fix Joint2D/Joint3D node path reset on scene switch
PouleyKetchoupp
2021-02-27
Fixed bug that caused collision not to be properly reenabled when joint betwe...
Eryk Dwornicki
2021-02-10
Make Servers truly Thread Safe
reduz
2021-02-07
Initialize class variables with default values in scene/ [1/2]
Rafał Mikrut
2021-01-29
Use real_t in physics nodes
Aaron Franke
2021-01-13
Fix not clearing a Joint3D with only a B node when removing the B node
Marcel Admiraal
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-31
Add signal to inform joint that body has exited tree
Marcel Admiraal
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-15
Remove Generic6DOFJoint precision property
Marcel Admiraal
2020-11-25
Check joint nodes and generate configuration warning messages.
Marcel Admiraal
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-02
Added missing spring enums for generic_6dof_joint
Bastiaan Olij
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky